1. 520902a isa: Fix documentation of isa_register_portio_list() by Hervé Poussineau · 12 years ago
  2. 5b9237f qom: Assert instance size in object_initialize_with_type() by Andreas Färber · 12 years ago
  3. 213f0c4 qom: Pass available size to object_initialize() by Andreas Färber · 12 years ago
  4. fb17dfe qdev: Pass size to qbus_create_inplace() by Andreas Färber · 12 years ago
  5. e5f7203 virtio-mmio: Pass size to virtio_mmio_bus_new() by Andreas Färber · 12 years ago
  6. 1bf4d7a virtio-ccw: Pass size to virtio_ccw_bus_new() by Andreas Färber · 12 years ago
  7. 5d6c0c4 s390-virtio-bus: Pass size to virtio_s390_bus_new() by Andreas Färber · 12 years ago
  8. ac7af11 virtio-pci: Pass size to virtio_pci_bus_new() by Andreas Färber · 12 years ago
  9. c889b3a usb: Pass size to usb_bus_new() by Andreas Färber · 12 years ago
  10. b1187b5 scsi: Pass size to scsi_bus_new() by Andreas Färber · 12 years ago
  11. dd301ca pci: Pass size to pci_bus_new_inplace() by Andreas Färber · 12 years ago
  12. c6baf94 ide: Pass size to ide_bus_new() by Andreas Färber · 12 years ago
  13. 77cbb28 ipack: Pass size to ipack_bus_new_inplace() by Andreas Färber · 12 years ago
  14. ab809e8 intel-hda: Pass size to hda_codec_bus_init() by Andreas Färber · 12 years ago
  15. 53caad9 qom: Fix object_initialize_with_type() argument name in documentation by Andreas Färber · 12 years ago
  16. e65177a virtio: Remove unnecessary OBJECT() casts by Peter Maydell · 12 years ago
  17. 7039291 object: Fix typo in qom/object.h by Peter Chubb · 12 years ago
  18. 4ff78e0 Merge remote-tracking branch 'luiz/queue/qmp' into staging by Anthony Liguori · 12 years ago
  19. b95fdc0 Merge remote-tracking branch 'borntraeger/tags/kdump' into staging by Anthony Liguori · 12 years ago
  20. 7f7f975 s390: wire up nmi command to raise a RESTART interrupt on S390 by Eugene (jno) Dvurechenski · 12 years ago
  21. f077847 s390: Implement load normal reset by Christian Borntraeger · 12 years ago
  22. f5ae2a4 s390/cpu: split CPU reset into architectured functions by Christian Borntraeger · 12 years ago
  23. 7ca0e06 monitor: improve auto complete of "help" for single command in sub group by Wenchao Xia · 12 years ago
  24. 129be00 monitor: allow "help" show message for single command in sub group by Wenchao Xia · 12 years ago
  25. d903a77 monitor: support sub command in auto completion by Wenchao Xia · 12 years ago
  26. c35b640 monitor: refine monitor_find_completion() by Wenchao Xia · 12 years ago
  27. 6685549 monitor: support sub command in help by Wenchao Xia · 12 years ago
  28. dcc70cd monitor: refine parse_cmdline() by Wenchao Xia · 12 years ago
  29. f5438c0 monitor: code move for parse_cmdline() by Wenchao Xia · 12 years ago
  30. 7717239 monitor: avoid direct use of global variable *mon_cmds by Wenchao Xia · 12 years ago
  31. b01fe89 monitor: split off monitor_data_init() by Wenchao Xia · 12 years ago
  32. d038317 monitor: call sortcmdlist() only one time by Wenchao Xia · 12 years ago
  33. d1a9756 monitor: avoid use of global *cur_mon in readline_completion() by Wenchao Xia · 12 years ago
  34. d2674b2 monitor: avoid use of global *cur_mon in monitor_find_completion() by Wenchao Xia · 12 years ago
  35. 599a926 monitor: avoid use of global *cur_mon in block_completion_it() by Wenchao Xia · 12 years ago
  36. cb8f68b monitor: avoid use of global *cur_mon in file_completion() by Wenchao Xia · 12 years ago
  37. cd5c6bb monitor: avoid use of global *cur_mon in cmd_completion() by Wenchao Xia · 12 years ago
  38. 9c3175c monitor: Add missing attributes to local function by Stefan Weil · 12 years ago
  39. 29c6157 s390: provide a cpu load normal function by Christian Borntraeger · 12 years ago
  40. 4e872a3 s390: provide I/O subsystem reset by Christian Borntraeger · 12 years ago
  41. 268846b s390/kvm: basic implementation of diagnose 308 subcode 6 by Eugene (jno) Dvurechenski · 12 years ago
  42. 39fbc5c s390x/kvm: Fix switch/case indentation for handle_diag by Christian Borntraeger · 12 years ago
  43. b5d54bd Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5 by Anthony Liguori · 12 years ago
  44. e560992 Merge remote-tracking branch 'sweil/mingw' into stable-1.5 by Anthony Liguori · 12 years ago
  45. 3e998a7 Merge remote-tracking branch 'mst/tags/for_anthony' into stable-1.5 by Anthony Liguori · 12 years ago
  46. 584950f tcg-i386: Remove abort from GETPC_LDST by Richard Henderson · 12 years ago
  47. 951fab9 target-mips: fix get_physical_address() #if 0 build error by James Hogan · 12 years ago
  48. 821c808 kvm-stub: fix compilation by Paolo Bonzini · 12 years ago
  49. 92f1623 gtk: Remove unused include statements which are not portable by Stefan Weil · 12 years ago
  50. 487cddb w32: Add an icon resource by Stefan Weil · 12 years ago
  51. 7e75e33 w32: Fix broken out-of-tree builds (missing version.o) by Stefan Weil · 12 years ago
  52. 401c227 tcg-i386: Use new return-argument ld/st helpers by Richard Henderson · 12 years ago
  53. aac1fb0 tcg: Tidy softmmu_template.h by Richard Henderson · 12 years ago
  54. e25c388 tcg: Add mmu helpers that take a return address argument by Richard Henderson · 12 years ago
  55. c6f29ff tcg-i386: Tidy qemu_ld/st slow path by Richard Henderson · 12 years ago
  56. 8023ccd tcg-i386: Try pc-relative lea for constant formation by Richard Henderson · 12 years ago
  57. ac26eb6 tcg-i386: Add and use tcg_out64 by Richard Henderson · 12 years ago
  58. 2bb8656 tcg: Tidy generated code for tcg_outN by Richard Henderson · 12 years ago
  59. f7ad538 Merge remote-tracking branch 'stefanha/block' into staging by Anthony Liguori · 12 years ago
  60. e3f024a Merge remote-tracking branch 'afaerber/tags/0.15-maintainer-for-anthony' into staging by Anthony Liguori · 12 years ago
  61. 1ae2757 virtio: virtqueue_get_avail_bytes: fix desc_pa when loop over the indirect descriptor table by yinyin · 12 years ago
  62. 42eed42 disas-objdump: Pass --adjust-vma to objdump by Richard Henderson · 12 years ago
  63. 8dc6d24 disas: Add disas-objdump.pl by Richard Henderson · 12 years ago
  64. c46ffd5 disas: Implement fallback to dump object code as hex by Richard Henderson · 12 years ago
  65. 867c47c kvm: shorten the parameter list for get_real_device() by Wei Yang · 12 years ago
  66. b10577d win32-aio: drop win32_aio_flush_cb() by Stefan Hajnoczi · 12 years ago
  67. 8b2d42d aio-win32: replace incorrect AioHandler->opaque usage with ->e by Stefan Hajnoczi · 12 years ago
  68. 91c68f1 aio / timers: remove dummy_io_handler_flush from tests/test-aio.c by Alex Bligh · 12 years ago
  69. b4049b7 aio / timers: Remove legacy interface by Alex Bligh · 12 years ago
  70. bc72ad6 aio / timers: Switch entire codebase to the new timer API by Alex Bligh · 12 years ago
  71. fe10ab5 aio / timers: Add scripts/switch-timer-api by Alex Bligh · 12 years ago
  72. b53edf9 aio / timers: Add test harness for AioContext timers by Alex Bligh · 12 years ago
  73. 7483d1e aio / timers: convert block_job_sleep_ns and co_sleep_ns to new API by Alex Bligh · 12 years ago
  74. 884f17c aio / timers: Convert rtc_clock to be a QEMUClockType by Alex Bligh · 12 years ago
  75. 7bf8fbd aio / timers: Remove main_loop_timerlist by Alex Bligh · 12 years ago
  76. 40daca5 aio / timers: Rearrange timer.h & make legacy functions call non-legacy by Alex Bligh · 12 years ago
  77. 55a197d aio / timers: Add qemu_clock_get_ms and qemu_clock_get_ms by Alex Bligh · 12 years ago
  78. 63111b6 aio / timers: Remove legacy qemu_clock_deadline & qemu_timerlist_deadline by Alex Bligh · 12 years ago
  79. 6d32717 aio / timers: Remove alarm timers by Alex Bligh · 12 years ago
  80. 54904d2 aio / timers: Add documentation and new format calls by Alex Bligh · 12 years ago
  81. ac70aaf aio / timers: Use all timerlists in icount warp calculations by Alex Bligh · 12 years ago
  82. a3a726a aio / timers: Introduce new API timer_new and friends by Alex Bligh · 12 years ago
  83. b1bbfe7 aio / timers: On timer modification, qemu_notify or aio_notify by Alex Bligh · 12 years ago
  84. 7b595f3 aio / timers: Convert mainloop to use timeout by Alex Bligh · 12 years ago
  85. 438e1f4 aio / timers: Convert aio_poll to use AioContext timers' deadline by Alex Bligh · 12 years ago
  86. 4e29e83 aio / timers: Add aio_timer_init & aio_timer_new wrappers by Alex Bligh · 12 years ago
  87. 533a8cf aio / timers: aio_ctx_prepare sets timeout from AioContext timers by Alex Bligh · 12 years ago
  88. d5541d8 aio / timers: Add a notify callback to QEMUTimerList by Alex Bligh · 12 years ago
  89. dae21b9 aio / timers: Add QEMUTimerListGroup to AioContext by Alex Bligh · 12 years ago
  90. 754d6a5 aio / timers: Add QEMUTimerListGroup and helper functions by Alex Bligh · 12 years ago
  91. 6a1751b aio / timers: Untangle include files by Alex Bligh · 12 years ago
  92. ff83c66 aio / timers: Split QEMUClock into QEMUClock and QEMUTimerList by Alex Bligh · 12 years ago
  93. f9a976b aio / timers: Make qemu_run_timers and qemu_run_all_timers return progress by Alex Bligh · 12 years ago
  94. cd758dd aio / timers: Add prctl(PR_SET_TIMERSLACK, 1, ...) to reduce timer slack by Alex Bligh · 12 years ago
  95. 4e0c652 aio / timers: add ppoll support with qemu_poll_ns by Alex Bligh · 12 years ago
  96. 73c30df MAINTAINERS: Take over 0.15 maintenance by Andreas Färber · 13 years ago
  97. 5211333 Merge remote-tracking branch 'luiz/queue/qmp' into staging by Anthony Liguori · 12 years ago
  98. 9fe4806 Merge remote-tracking branch 'jliu/or32' into staging by Anthony Liguori · 12 years ago
  99. 043a7e1 aio / timers: Consistent treatment of disabled clocks for deadlines by Alex Bligh · 12 years ago
  100. 02a03a9 aio / timers: add qemu-timer.c utility functions by Alex Bligh · 12 years ago