1. 59046ec migration: consolidate VMStateField.start by Halil Pasic · 8 years ago
  2. c124c4d Split ISA and sysbus versions of m48t59 device by David Gibson · 8 years ago
  3. f348b6d util: move declarations out of qemu-common.h by Veronia Bahaa · 9 years ago
  4. da34e65 include/qemu/osdep.h: Don't include qapi/error.h by Markus Armbruster · 9 years ago
  5. 282bc81 hw/timer: Clean up includes by Peter Maydell · 9 years ago
  6. bf5f78e hw: timer: Remove unnecessary variable by Shraddha Barke · 9 years ago
  7. 0278377 m48t59: add m48t59 sysbus device by Mark Cave-Ayland · 10 years ago
  8. 6de0497 m48t59: introduce new base-year qdev property by Mark Cave-Ayland · 10 years ago
  9. 3168824 m48t59: let init functions return a Nvram object by Hervé Poussineau · 10 years ago
  10. 4374532 m48t59: add a Nvram interface by Hervé Poussineau · 10 years ago
  11. 051ddcc m48t59: register a QOM type for each nvram type we support by Hervé Poussineau · 10 years ago
  12. 72cd63f m48t59: move ISA ports/memory regions registration to QOM constructor by Hervé Poussineau · 10 years ago
  13. 3aff6c2 savevm: Remove all the unneeded version_minimum_id_old (ppc) by Juan Quintela · 11 years ago
  14. c7bcc85 qdev: Remove hex8/32/64 property types by Paolo Bonzini · 11 years ago
  15. f3b1764 isa: Clean up use of cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  16. efec3dd qdev: Replace no_user by cannot_instantiate_with_device_add_yet by Markus Armbruster · 11 years ago
  17. 1246b25 misc: Replace 'struct QEMUTimer' by 'QEMUTimer' by Stefan Weil · 11 years ago
  18. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 11 years ago
  19. 884f17c aio / timers: Convert rtc_clock to be a QEMUClockType by Alex Bligh · 11 years ago
  20. 29d1ffc m48t59: QOM cast cleanup for M48t59SysBusState by Andreas Färber · 11 years ago
  21. 853dca1 hw/t*: pass owner to memory_region_init* functions by Paolo Bonzini · 12 years ago
  22. 2c9b15c memory: add owner argument to initialization functions by Paolo Bonzini · 12 years ago
  23. db895a1 isa: Use realizefn for ISADevice by Andreas Färber · 12 years ago
  24. a2772c7 m48t59: QOM'ify ISA M48T59 NVRAM by Andreas Färber · 12 years ago
  25. 49ab747 hw: move target-independent files to subdirectories by Paolo Bonzini · 12 years ago[Renamed from hw/m48t59.c]
  26. 0d09e41 hw: move headers to include/ by Paolo Bonzini · 12 years ago
  27. 83c9f4c hw: include hw header files with full paths by Paolo Bonzini · 12 years ago
  28. 1356b98 sysbus: Drop sysbus_from_qdev() cast macro by Andreas Färber · 12 years ago
  29. 8c43a6f Make all static TypeInfos const by Andreas Färber · 12 years ago
  30. 9c17d61 softmmu: move include files to include/sysemu/ by Paolo Bonzini · 12 years ago
  31. 1de7afc misc: move include files to include/qemu/ by Paolo Bonzini · 12 years ago
  32. 022c62c exec: move include files to include/exec/ by Paolo Bonzini · 12 years ago
  33. 4d4d9b3 m48t59: remove unused m48t59_set_addr by Blue Swirl · 12 years ago
  34. 087bd05 m48t59: convert PIO to new memory api read/write by Alexander Graf · 12 years ago
  35. a8170e5 Rename target_phys_addr_t to hwaddr by Avi Kivity · 12 years ago
  36. 7bc3018 m48t59: Rename "type" property to "model" by Paolo Bonzini · 13 years ago
  37. 02f5da1 fix BCD mask for date (Solaris 2.5 guest hang fix) by Artyom Tarasenko · 13 years ago
  38. 83f7d43 qom: Unify type registration by Andreas Färber · 13 years ago
  39. 39bffca qdev: register all types natively through QEMU Object Model by Anthony Liguori · 13 years ago
  40. 1d84950 m48t59: use rtc_clock for alarm timer by Paolo Bonzini · 13 years ago
  41. 999e12b sysbus: apic: ioapic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  42. 8f04ee0 isa: pic: convert to QEMU Object Model by Anthony Liguori · 13 years ago
  43. 48a18b3 isa: give ISABus/ISADevice to isa_create(), isa_bus_irqs() and isa_get_irq() functions by Hervé Poussineau · 13 years ago
  44. 750ecd4 sysbus: rename sysbus_init_mmio_region() to sysbus_init_mmio() by Avi Kivity · 13 years ago
  45. 5a31cd6 m48t59: convert to memory API by Avi Kivity · 13 years ago
  46. b1f8830 m48t59: fix write access by Blue Swirl · 13 years ago
  47. 0fb56ff m48t59: drop obsolete address base arithmetic by Blue Swirl · 13 years ago
  48. 9936d6e m48t59: Convert to isa_register_ioport by Richard Henderson · 13 years ago
  49. 42c812b m48t59: avoid structure holes spotted by pahole by Blue Swirl · 13 years ago
  50. 7267c09 Use glib memory allocation and free functions by Anthony Liguori · 13 years ago
  51. fd484ae vmstate: port m48t59 by Juan Quintela · 14 years ago
  52. 7447545 change all other clock references to use nanosecond resolution accessors by Paolo Bonzini · 14 years ago
  53. 51f9b84 m48t59: Fix a wrong opaque passed to nvram read and write routines by Hervé Poussineau · 14 years ago
  54. dee41d5 Keep track of ISA ports ISA device is using in qdev. by Gleb Natapov · 14 years ago
  55. 2507c12 Add endianness as io mem parameter by Alexander Graf · 14 years ago
  56. 0be71e3 savevm: Add DeviceState param by Alex Williamson · 15 years ago
  57. 43a3470 m48t59: don't use reserved _t suffix by Blue Swirl · 15 years ago
  58. abd0c6b BCD cleanup by Paul Brook · 15 years ago
  59. 285e468 m48t59: convert to vmstate reset by Blue Swirl · 15 years ago
  60. 930f3fe Add some chipset doc links by Blue Swirl · 15 years ago
  61. e23a1b3 New qdev_init_nofail() by Markus Armbruster · 15 years ago
  62. c227f09 Revert "Get rid of _t suffix" by Anthony Liguori · 15 years ago
  63. 99a0949 Get rid of _t suffix by malc · 15 years ago
  64. f80237d Add an ISA bus version of m48t59 by Blue Swirl · 15 years ago
  65. 81a322d qdev: add return value to init() callbacks. by Gerd Hoffmann · 15 years ago
  66. d60efc6 Make CPURead/WriteFunc structure 'const' by Blue Swirl · 15 years ago
  67. 0127442 qdev/prop: convert m48t59.c to helper macros. by Gerd Hoffmann · 15 years ago
  68. ee6847d qdev: rework device properties. by Gerd Hoffmann · 15 years ago
  69. d27cf0a Sparc32/Sparc64/PPC: convert m48txx to qdev by Blue Swirl · 15 years ago
  70. a08d436 Revert "Introduce reset notifier order" by Jan Kiszka · 16 years ago
  71. 1eed09c Remove io_index argument from cpu_register_io_memory() by Avi Kivity · 16 years ago
  72. 8217606 Introduce reset notifier order by Jan Kiszka · 16 years ago
  73. 001faf3 Replace gcc variadic macro extension with C99 version by Blue Swirl · 16 years ago
  74. 487414f hw: remove error handling from qemu_malloc() callers (Avi Kivity) by aliguori · 16 years ago
  75. 6e6b736 Register reset handlers by blueswir1 · 16 years ago
  76. 8da3ff1 Change MMIO callbacks to use offsets, not absolute addresses. by pbrook · 16 years ago
  77. f650305 Unify RTCs that use host time, fix M48t59 alarm. by balrog · 17 years ago
  78. 4aed2c3 M48T02 support (Robert Reif) by blueswir1 · 17 years ago
  79. 9ed1e66 Make debug printing consistent (Robert Reif) by blueswir1 · 17 years ago
  80. 87ecb68 Break up vl.h. by pbrook · 17 years ago
  81. 897b4c6 Give an opaque to the m48t59 direct access routines to make it easier by j_mayer · 17 years ago
  82. 868d585 Avoid crash on NULL timers. This is a rework of Stefan Weil proposed patch. by j_mayer · 17 years ago
  83. 3b46e62 find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex. by ths · 17 years ago
  84. 5fafdf2 find -type f | xargs sed -i 's/[\t ]$//g' # on most files by ths · 17 years ago
  85. 36cbaae Use UTC/localtime flag in M48Txx by blueswir1 · 17 years ago
  86. 5dcb6b9 Use full 36-bit physical address space on SS10 by blueswir1 · 18 years ago
  87. 3ccacc4 Add device save and reset methods to FDC and M48T59 by blueswir1 · 18 years ago
  88. d537cf6 Unify IRQ handling. by pbrook · 18 years ago
  89. 180b700 clock year fix for sparc (Blue Swirl) by bellard · 19 years ago
  90. 819385c suppressed m48t08 RTC - simplified m48t59 RTC api by bellard · 19 years ago
  91. e1bb04f memory mapped NVRAM (Jocelyn Mayer) by bellard · 21 years ago
  92. d7d02e3 new reset API by bellard · 21 years ago
  93. d157e20 win32 fix by bellard · 21 years ago
  94. 13ab5da NVRAM fixes (Jocelyn Mayer) by bellard · 21 years ago
  95. c5df018 ppc: suppressed unneeded globals and headers - added explicit type for ppc nvram by bellard · 21 years ago
  96. a541f29 PowerPC system emulation fixes (Jocelyn Mayer) by bellard · 21 years ago