1. 4f67d30 qdev: set properties with device_class_set_props() by Marc-André Lureau · 5 years ago
  2. a27bd6c Include hw/qdev-properties.h less by Markus Armbruster · 6 years ago
  3. d645427 Include migration/vmstate.h less by Markus Armbruster · 6 years ago
  4. 64552b6 Include hw/irq.h a lot less by Markus Armbruster · 6 years ago
  5. 0b8fa32 Include qemu/module.h where needed, drop it from qemu-common.h by Markus Armbruster · 6 years ago
  6. a89f364 Replace all occurances of __FUNCTION__ with __func__ by Alistair Francis · 7 years ago
  7. f79a7ff hw/arm: QOM'ify pxa2xx_gpio.c by xiaoqiang zhao · 8 years ago
  8. 03dd024 hw: explicitly include qemu/log.h by Paolo Bonzini · 9 years ago
  9. 33c1187 qemu-common: push cpu.h inclusion out of qemu-common.h by Paolo Bonzini · 9 years ago
  10. 12b1672 hw/arm: Clean up includes by Peter Maydell · 9 years ago
  11. 786a4ea Convert (ffs(val) - 1) to ctz32(val) by Stefan Hajnoczi · 10 years ago
  12. 166fa99 hw/arm/pxa2xx_gpio: Correct and register vmstate by Peter Maydell · 11 years ago
  13. ab7a0f0 hw/arm/pxa2xx_gpio: Fix handling of GPSR/GPCR reads by Peter Maydell · 11 years ago
  14. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  15. 43a32ed pxa2xx: Don't shift into sign bit by Peter Maydell · 11 years ago
  16. 922bb31 pxa2xx_gpio: QOM cast cleanup for PXA2xxGPIOInfo by Andreas Färber · 12 years ago
  17. 64bde0f hw/a*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  18. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  19. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  20. c3affe5 cpu: Pass CPUState to cpu_interrupt() by Andreas Färber · 12 years ago
  21. 259186a cpu: Move halted and interrupt_request fields to CPUState by Andreas Färber · 12 years ago
  22. dd285b0 arm: move files referencing CPU to hw/arm/ by Paolo Bonzini · 12 years ago[Renamed from hw/pxa2xx_gpio.c]
  23. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  24. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  25. 38d8f5c exec: Return CPUState from qemu_get_cpu() by Andreas Färber · 12 years ago
  26. 55e5c28 cpu: Move cpu_index field to CPUState by Andreas Färber · 12 years ago
  27. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  28. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  29. 95d42bb pxa2xx_gpio: Store ARMCPU in PXA2xxGPIOInfo by Andreas Färber · 13 years ago
  30. 5ae9330 arm hw/: Don't use CPUState by Andreas Färber · 13 years ago
  31. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  32. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  33. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  34. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  35. 55a8b80 pxa2xx_gpio: convert to memory API by Benoît Canet · 13 years ago
  36. e1f8c72 pxa2xx_pic: update to use qdev by Dmitry Eremin-Solenikov · 14 years ago
  37. 0bb5333 pxa2xx_gpio: switch to using qdev by Dmitry Eremin-Solenikov · 14 years ago
  38. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  39. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  40. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  41. 99a0949 Get rid of _t suffix by malc · 15 years ago
  42. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 16 years ago
  43. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  44. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  45. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  46. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  47. e1dad5a Better STOPINTR bit semantics in the PXA2xx DMA. by balrog · 17 years ago
  48. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  49. 38641a5 Convert PXA2xx GPIOs and SCOOP GPIOs to a qemu_irq based api (similar to omap, max7310 and s3c gpios). by balrog · 17 years ago
  50. 2b76bdc Several corrections in the spitzkbd keymap (patch by Juergen Lock). by balrog · 17 years ago
  51. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  52. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  53. aa941b9 Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. by balrog · 18 years ago
  54. c171313 Core features of ARM XScale processors. Main PXA270 and PXA255 peripherals. by balrog · 18 years ago