- e3d0814 hw: Use device_class_set_legacy_reset() instead of opencoding by Peter Maydell · 3 months ago
- 5e077a7 hw/m68k/mcf5206: Embed m5206_timer_state in m5206_mbar_state by Thomas Huth · 12 months ago
- f213ccc hw/char/mcf_uart: Have mcf_uart_create() return DeviceState by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 989c8a4 hw/m68k/mcf5206: Pass CPU using QOM link property by Philippe Mathieu-Daudé · 1 year, 2 months ago
- 9598c1b ptimer: Rename PTIMER_POLICY_DEFAULT to PTIMER_POLICY_LEGACY by Peter Maydell · 2 years, 7 months ago
- 5601d24 m68k: do not use ram_size global by Paolo Bonzini · 4 years, 2 months ago
- b0bed2c hw/m68k/mcf5206: Don't leak IRQs in mcf5206_mbar_realize() by Peter Maydell · 4 years, 1 month ago
- 0bc6746 hw/m68k: QOMify the mcf5206 system integration module by Thomas Huth · 4 years, 4 months ago
- c7aab58 hw/m68k/mcf5206: Replace remaining hw_error()s by qemu_log_mask() by Thomas Huth · 4 years, 6 months ago
- b809667 hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask() by Philippe Mathieu-Daudé · 4 years, 7 months ago
- ccff1ae hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit by Philippe Mathieu-Daudé · 4 years, 7 months ago
- efe62d6 hw/m68k/mcf5206.c: Switch to transaction-based ptimer API by Peter Maydell · 5 years ago
- b014226 ptimer: Rename ptimer_init() to ptimer_init_with_bh() by Peter Maydell · 5 years ago
- db72581 Include qemu/main-loop.h less by Markus Armbruster · 5 years ago
- 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 5 years ago
- a8d2532 Include qemu-common.h exactly where needed by Markus Armbruster · 6 years ago
- bb42879 hw/m68k/mcf5206: Convert away from old_mmio by Peter Maydell · 6 years ago
- ab72827 hw: Do not include "exec/address-spaces.h" if it is not necessary by Philippe Mathieu-Daudé · 7 years ago
- 9bca0ed Change references to serial_hds[] to serial_hd() by Peter Maydell · 7 years ago
- d3c9218 M68K: use g_new() family of functions by Marc-André Lureau · 7 years ago
- 45876e9 hw/m68k: Replace fprintf(stderr, "*\n" with error_report() by Alistair Francis · 7 years ago
- e7ea81c hw/ptimer: Introduce timer policy feature by Dmitry Osipenko · 8 years ago
- 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
- d841666 m68k: Clean up includes by Peter Maydell · 9 years ago
- 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
- 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
- 9743b58 m68k: move files referencing CPU to hw/m68k/ by Paolo Bonzini · 12 years ago[Renamed from hw/mcf5206.c]
- 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
- cb3fb38 target-m68k: Pass M68kCPU to m68k_set_irq_level() by Andreas Färber · 12 years ago
- 4025cfd mcf5206: Pass M68kCPU to mcf5206_init() by Andreas Färber · 12 years ago
- 715857c hw/mcf5206: Reduce size of lookup table by Stefan Weil · 12 years ago
- 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
- 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
- 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
- a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
- a32354e hw/mcf5206: Fix buffer overflow for MBAR read / write by Stefan Weil · 12 years ago
- 7927df3 m68k hw/: Don't use CPUState by Andreas Färber · 13 years ago
- 49d4d9b6 ptimer: move declarations to ptimer.h by Paolo Bonzini · 13 years ago
- aa6e498 mcf_uart: convert to memory API by Benoît Canet · 13 years ago
- 653fa85 mcf5206: convert to memory API by Benoît Canet · 13 years ago
- 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
- 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 13 years ago
- 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
- c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
- 99a0949 Get rid of _t suffix by malc · 15 years ago
- d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
- 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
- 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
- 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
- 87ecb68 Break up vl.h. by pbrook · 17 years ago
- 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
- 20dcee9 MCF5208 emulation. by pbrook · 18 years ago
- 0633879 m68k/ColdFire system emulation. by pbrook · 18 years ago