1. 8f1e884 savevm: Remove all the unneeded version_minimum_id_old (arm) by Juan Quintela · 11 years ago
  2. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  3. feea436 pxa2xx_timer: QOM'ify pxa25x-timer and pxa27x-timer by Andreas Färber · 12 years ago
  4. 853dca1 hw/t*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  5. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  6. 3bd8845 hw: move timer devices to hw/timer/, configure with default-configs/ by Paolo Bonzini · 12 years ago[Renamed from hw/pxa2xx_timer.c]
  7. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  8. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  9. de16017 hw/pxa2xx_timer: Explicitly mark fallthroughs by Peter Maydell · 12 years ago
  10. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  11. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  12. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  13. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  14. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  15. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  16. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  17. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  18. b755bde pxa2xx_timer: convert to memory API by Benoît Canet · 13 years ago
  19. 8e31bf3 Correct spelling of licensed by Matthew Fernandez · 14 years ago
  20. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  21. 8034ce7 pxa2xx_timer: Get rid of .level in PXA2xxTimer0. by Andrzej Zaborowski · 14 years ago
  22. 4ff927c pxa2xx_timer: separate irq for pxa27x handling by Dmitry Eremin-Solenikov · 14 years ago
  23. 5251d19 pxa2xx_timer: Store relevant irq line in each timer. by Andrzej Zaborowski · 14 years ago
  24. 797e954 pxa2xx_timer: switch to using qdev/vmstate by Dmitry Eremin-Solenikov · 14 years ago
  25. d353eb4 pxa2xx_timer: change info struct name to comply with guidelines by Dmitry Eremin-Solenikov · 14 years ago
  26. e1f8c72 pxa2xx_pic: update to use qdev by Dmitry Eremin-Solenikov · 14 years ago
  27. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  28. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  29. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  30. 99a0949 Get rid of _t suffix by malc · 15 years ago
  31. b9d38e9 Fix Sparse warnings about using plain integer as NULL pointer by Blue Swirl · 15 years ago
  32. 6ee093c Unexport ticks_per_sec variable. Create get_ticks_per_sec() function by Juan Quintela · 15 years ago
  33. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  34. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  35. bc24a22 Follow coding conventions by Paul Brook · 16 years ago
  36. 2ac7117 Replace cpu_abort with hw_error by Paul Brook · 16 years ago
  37. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  38. b6c4f71 Resurrect the safe part of r5274 by blueswir1 · 16 years ago
  39. 2ca83a8 Revert r5274 which breaks savevm/loadvm by blueswir1 · 16 years ago
  40. 67d8cec Add signed versions of save/load functions by blueswir1 · 16 years ago
  41. a050e24 Hush pointer target signedness warnings from gcc 4. by balrog · 17 years ago
  42. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  43. 187337f Fix off-by-one memory region sizes. by pbrook · 18 years ago
  44. aa941b9 Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware. by balrog · 18 years ago
  45. 3f58226 Implement the PXA2xx I2C master controller. by balrog · 18 years ago
  46. 3bdd58a Correct the number of PXA255 GPIO lines. Reuse the PXA timers struct for PXA27x additional timers. by balrog · 18 years ago
  47. 565d289 Set OOK when OON is set in OSCC register (thanks to BobOfDoom). Correct a fatal typo in timer code. by balrog · 18 years ago
  48. a171fe3 Add remaining PXA2xx on-chip peripherals except I2C master. by balrog · 18 years ago