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