1. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  2. 73bcb24 Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND by Rutuja Shah · 9 years ago
  3. 4771d75 hw: explicitly include qemu-common.h and cpu.h by Paolo Bonzini · 9 years ago
  4. 8fd0671 ssi: Move ssi.h into a separate directory by Alistair Francis · 9 years ago
  5. 12b1672 hw/arm: Clean up includes by Peter Maydell · 9 years ago
  6. b45c03f arm: Use g_new() & friends where that makes obvious sense by Markus Armbruster · 9 years ago
  7. 786a4ea Convert (ffs(val) - 1) to ctz32(val) by Stefan Hajnoczi · 10 years ago
  8. c8623c0 arm: memory: Replace memory_region_init_ram with memory_region_allocate_system_memory by Dirk Müller · 10 years ago
  9. 4994653 memory: add parameter errp to memory_region_init_ram by Hu Tao · 10 years ago
  10. ed657d7 hw/arm/strongarm: Wire up missing GPIO and PPC vmstate by Peter Maydell · 10 years ago
  11. 92335a0 hw/arm/strongarm: Fix handling of GPSR/GPCR reads by Peter Maydell · 10 years ago
  12. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  13. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  14. 884f17c aio / timers: Convert rtc_clock to be a QEMUClockType by Alex Bligh · 11 years ago
  15. 4f071cf hw/arm/strongarm: Don't use arm_pic_init_cpu() by Peter Maydell · 11 years ago
  16. 0ca8187 strongarm: QOM cast cleanup for StrongARMSSPState by Andreas Färber · 11 years ago
  17. fff3af9 strongarm: QOM cast cleanup for StrongARMUARTState by Andreas Färber · 11 years ago
  18. c71e673 strongarm: QOM cast cleanup for StrongARMPPCInfo by Andreas Färber · 11 years ago
  19. f55beb8 strongarm: QOM cast cleanup for StrongARMGPIOInfo by Andreas Färber · 11 years ago
  20. 4e00210 strongarm: QOM cast cleanup for StrongARMRTCState by Andreas Färber · 11 years ago
  21. 74e075f strongarm: QOM cast cleanup for StrongARMPICState by Andreas Färber · 11 years ago
  22. 64bde0f hw/a*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  23. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  24. dccfcd0 sysemu: avoid proliferation of include/ subdirectories by Paolo Bonzini · 12 years ago
  25. bd2be15 arm: fix location of some include files by Peter Maydell · 12 years ago
  26. 47b43a1 hw: move private headers to hw/ subdirectories. by Paolo Bonzini · 12 years ago
  27. aacf889 hw: move last file to hw/arm/ by Paolo Bonzini · 12 years ago[Renamed from hw/strongarm.c]
  28. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  29. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  30. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  31. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  32. 927d487 softmmu: move remaining include files to include/ subdirectories by Paolo Bonzini · 12 years ago
  33. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  34. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  35. f8fe796 janitor: do not include qemu-char everywhere by Paolo Bonzini · 12 years ago
  36. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  37. 4bd7466 arm_pic: Pass ARMCPU to arm_pic_init_cpu() by Andreas Färber · 13 years ago
  38. 8bf502e strongarm: Use cpu_arm_init() to store ARMCPU in StrongARMState by Andreas Färber · 13 years ago
  39. 348abc8 arm: switch real-time clocks to rtc_clock by Paolo Bonzini · 13 years ago
  40. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  41. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  42. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  43. 6b620ca prepare for future GPLv2+ relicensing by Paolo Bonzini · 13 years ago
  44. c5705a7 vmstate, memory: decouple vmstate from memory API by Avi Kivity · 13 years ago
  45. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  46. eb2fefb strongarm: convert to memory API by Avi Kivity · 13 years ago
  47. 41084f1 char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl() by Anthony Liguori · 13 years ago
  48. 2cc6e0a char: rename qemu_chr_write() -> qemu_chr_fe_write() by Anthony Liguori · 13 years ago
  49. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  50. 6daf194 Strip trailing '\n' from error_report()'s first argument by Markus Armbruster · 13 years ago
  51. 5bc95aa Implement basic part of SA-1110/SA-1100 by Dmitry Eremin-Solenikov · 14 years ago