1. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  2. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  3. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  4. 09e6fb3 hw/gpio: QOM'ify pl061.c by xiaoqiang zhao · 9 years ago
  5. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  6. 09aa3bf ARM: PL061: Checking register r/w accesses to reserved area by Wei Huang · 9 years ago
  7. c3a86b3 ARM: PL061: Cleaning field of PL061 device state by Wei Huang · 9 years ago
  8. b527db4 ARM: PL061: Clear PL061 device state after reset by Wei Huang · 9 years ago
  9. 8ef94f0 arm: Clean up includes by Peter Maydell · 9 years ago
  10. 0b2ff2c pl061: fix wrong calculation of GPIOMIS register by Victor CLEMENT · 10 years ago
  11. bfb27e6 pl061: implement input interrupt logic by Colin Leitner · 11 years ago
  12. 692a76d pl061: QOM'ify pl061 and pl061_luminary by Andreas Färber · 12 years ago
  13. ee663e9 pl061: Rename pl061_state to PL061State by Andreas Färber · 12 years ago
  14. b716368 hw/gpio: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  15. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  16. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/pl061.c]
  17. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  18. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  19. abff909 hw/pl061: Use LOG_GUEST_ERROR by Peter Maydell · 12 years ago
  20. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  21. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  22. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  23. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  24. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  25. 3cf89f8 pl061: convert to memory API by Avi Kivity · 13 years ago
  26. b78c2b3 hw/pl061: Remove pointless comparison of array to null by Peter Maydell · 13 years ago
  27. b3aaff1 hw/pl061.c: Support GPIOAMSEL register by Peter Maydell · 14 years ago
  28. a35faa9 hw/pl061: Convert to VMState by Peter Maydell · 14 years ago
  29. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  30. ff2712b Fix typos in comments (interupt -> interrupt) by Stefan Weil · 14 years ago
  31. 7063f49 hw/pl061.c: Implement ARM PL061 as well as Luminary one by Peter Maydell · 14 years ago
  32. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  33. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  34. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  35. 99a0949 Get rid of _t suffix by malc · 15 years ago
  36. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 16 years ago
  37. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  38. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  39. 40905a6 Stellaris qdev conversion by Paul Brook · 16 years ago
  40. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  41. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  42. 1d6198c Remove unnecessary trailing newlines by blueswir1 · 16 years ago
  43. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  44. 23e3929 Save/restore for stellaris boards. by pbrook · 17 years ago
  45. 775616c Partial SD card SPI mode support. by pbrook · 17 years ago
  46. 9596ebb Add statics and missing #includes for prototypes. by pbrook · 17 years ago
  47. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  48. 9ee6e8b ARMv7 support. by pbrook · 17 years ago