1. 5ffbbc6 block: fix a warning and possible truncation by Blue Swirl · 15 years ago
  2. bb350a5 Correct definitions for FD_CMD_SAVE and FD_CMD_RESTORE by Jes Sorensen · 15 years ago
  3. c9b62a7 blockdev: Give drives internal linkage by Markus Armbruster · 15 years ago
  4. dbc1359 block: Decouple savevm from DriveInfo by Markus Armbruster · 15 years ago
  5. 2f399b0 block: New bdrv_next() by Markus Armbruster · 15 years ago
  6. ac59eb9 monitor: Make "commit FOO" complain when FOO doesn't exist by Markus Armbruster · 15 years ago
  7. 6ab4b5a block: Decouple block device "commit all" from DriveInfo by Markus Armbruster · 15 years ago
  8. abd7f68 block: Move error actions from DriveInfo to BlockDriverState by Markus Armbruster · 15 years ago
  9. 2063392 cow: use qemu block API by Christoph Hellwig · 15 years ago
  10. 893a9cb cow: stop using mmap by Christoph Hellwig · 15 years ago
  11. 122bb9e cow: use pread/pwrite by Christoph Hellwig · 15 years ago
  12. 68dba0b qcow2: Restore L1 entry on l2_allocate failure by Kevin Wolf · 15 years ago
  13. dd5b0d7 Fix regression for "-drive file=" by Markus Armbruster · 15 years ago
  14. feeee5a savevm: Really verify if a drive supports snapshots by Miguel Di Ciurcio Filho · 15 years ago
  15. e14e8ba qcow2: Return real error code in load_refcount_block by Kevin Wolf · 15 years ago
  16. 2eaa8f6 qcow2: Allow alloc_clusters_noref to return errors by Kevin Wolf · 15 years ago
  17. 018faaf qcow2: Allow get_refcount to return errors by Kevin Wolf · 15 years ago
  18. 6c6ea92 vpc: Read/write multiple sectors at once by Kevin Wolf · 15 years ago
  19. fd42dee Add exit notifiers. by Gerd Hoffmann · 15 years ago
  20. 4cf3e6f acpi_piix4: save gpe and pci hotplug slot status by Alex Williamson · 15 years ago
  21. b560a9a qemu-option: Reject anti-social IDs by Markus Armbruster · 15 years ago
  22. 1bb6504 qdev: Revert the hack to let -net nic and pci_add set qdev ID by Markus Armbruster · 15 years ago
  23. 3709c1b Clarify error message when a PCI slot is already in use (v2) by Daniel P. Berrange · 15 years ago
  24. c20fd87 virtio-blk: simplify multiwrite calling conventions by Christoph Hellwig · 15 years ago
  25. 7e608e8 virtio-blk: stop tracking old_bs by Christoph Hellwig · 15 years ago
  26. 46aaebf un-register kbd driver in case of USB kbd unplug. by Jes Sorensen · 15 years ago
  27. 55541c8 make qemu_thread_create block all signals by Paolo Bonzini · 15 years ago
  28. 304e3a7 migration-tcp: call migrate_fd_error() instead of close() and free(). by Yoshiaki Tamura · 15 years ago
  29. faa1f8d migration: use qemu_free() instead of free(). by Yoshiaki Tamura · 15 years ago
  30. f2fcffb etrax-ser: Support the uart rx fifo. by Edgar E. Iglesias · 15 years ago
  31. f471a17 ram_blocks: Convert to a QLIST by Alex Williamson · 15 years ago
  32. 2ffcb18 Make netdev_del delete the netdev even when it's in use by Markus Armbruster · 15 years ago
  33. 40ac17c pass info about hpets to seabios.] by Gleb Natapov · 15 years ago
  34. 072c2c3 hpet: Init capability register only once by Jan Kiszka · 15 years ago
  35. bd69fe8 qemu-option: Fix uninitialized value in append_option_parameter by Kevin Wolf · 15 years ago
  36. 2712488 Change #define DEBUG to #define E1000_DEBUG in hw/e1000.c by Jes Sorensen · 15 years ago
  37. ac7045c Remove unused DEBUG defines from hw/msix.c by Jes Sorensen · 15 years ago
  38. a4673e2 Merge remote branch 'kwolf/for-anthony' into staging by Anthony Liguori · 15 years ago
  39. a2da039 Merge remote branch 'qmp/for-anthony' into staging by Anthony Liguori · 15 years ago
  40. 0956457 OHCI address decoding fix by Paul Brook · 15 years ago
  41. 1116582 Move stdbool.h by Paul Brook · 15 years ago
  42. ea4e78e monitor/QMP: Drop info hpet / query-hpet by Jan Kiszka · 15 years ago
  43. 8caa006 hpet: Add MSI support by Jan Kiszka · 15 years ago
  44. be4b44c hpet: Make number of timers configurable by Jan Kiszka · 15 years ago
  45. cea1adf vmstate: Add VMSTATE_STRUCT_VARRAY_UINT8 by Jan Kiszka · 15 years ago
  46. 22a9fe3 hpet: Add support for level-triggered interrupts by Jan Kiszka · 15 years ago
  47. b7eaa6c hpet: Drop static state by Jan Kiszka · 15 years ago
  48. 7d932df hpet/rtc: Rework RTC IRQ replacement by HPET by Jan Kiszka · 15 years ago
  49. 9cec89e hpet: Start/stop timer when HPET_TN_ENABLE is modified by Jan Kiszka · 15 years ago
  50. 822557e hpet: Convert to qdev by Jan Kiszka · 15 years ago
  51. 7afbecc hpet: Move static timer field initialization by Jan Kiszka · 15 years ago
  52. ad0a655 hpet: Silence warning on write to running main counter by Jan Kiszka · 15 years ago
  53. 27bb0b2 hpet: Coding style cleanups and some refactorings by Jan Kiszka · 15 years ago
  54. 6982d66 hpet: Catch out-of-bounds timer access by Jan Kiszka · 15 years ago
  55. c3d9697 configure: Fix evaluation of config-host.mak in create_config by Jan Kiszka · 15 years ago
  56. d66ed0e tcg-s390: correctly detect s390 with a 64-bit kernel by Aurelien Jarno · 15 years ago
  57. b0cb640 Compile OS specific files only once for all targets by Blue Swirl · 15 years ago
  58. ce798cf Move set_proc_name() to OS specific files. by Jes Sorensen · 15 years ago
  59. 9156d76 Move line-buffering setup to OS specific files. by Jes Sorensen · 15 years ago
  60. e06eb60 Make os_change_process_uid and os_change_root os-posix.c local by Jes Sorensen · 15 years ago
  61. eb505be Move daemonize handling to OS specific files by Jes Sorensen · 15 years ago
  62. 0766379 Move chroot handling to OS specific files. by Jes Sorensen · 15 years ago
  63. 8847cfe Move runas handling from vl.c to OS specific files. by Jes Sorensen · 15 years ago
  64. 59a5264 Introduce OS specific cmdline argument handling and move SMB arg to os-posix.c by Jes Sorensen · 15 years ago
  65. 9f16732 Rename qemu-options.h to qemu-options.def by Jes Sorensen · 15 years ago
  66. 6170540 Move find_datadir to OS specific files. by Jes Sorensen · 15 years ago
  67. 8d963e6 Move main signal handler setup to os specificfiles. by Jes Sorensen · 15 years ago
  68. fe98ac1 Rename os_setup_signal_handling() to os_setup_early_signal_handling() by Jes Sorensen · 15 years ago
  69. 69bd73b Move win32 early signal handling setup to os_setup_signal_handling() by Jes Sorensen · 15 years ago
  70. 86b645e Introduce os-posix.c and create os_setup_signal_handling() by Jes Sorensen · 15 years ago
  71. 0d93ca7 vl.c: Move host_main_loop_wait() to OS specific files. by Jes Sorensen · 15 years ago
  72. 1911350 Introduce os-win32.c and move polling functions from vl.c by Jes Sorensen · 15 years ago
  73. 39626c0 Create qemu-os-win32.h and move WIN32 specific declarations there by Jes Sorensen · 15 years ago
  74. ddc9120 vl.c: Remove double include of netinet/in.h for Solaris by Jes Sorensen · 15 years ago
  75. 41ba834 NEON vldN optimization by Paul Brook · 15 years ago
  76. 02e9591 hxtool: Fix line number reporting on SQMP/EQMP errors by Jan Kiszka · 15 years ago
  77. 28e91a6 remove unnecessary lookaheads by Paolo Bonzini · 15 years ago
  78. f7c0527 implement optional lookahead in json lexer by Paolo Bonzini · 15 years ago
  79. 7f8fca7 add some tests for invalid JSON by Paolo Bonzini · 15 years ago
  80. 2e89c06 json-streamer: Don't use qdict_put_obj() by Luiz Capitulino · 15 years ago
  81. ecb50f5 json-lexer: Drop 'buf' by Luiz Capitulino · 15 years ago
  82. d22b0bd check-qjson: Add more escape tests by Luiz Capitulino · 15 years ago
  83. bd03269 qjson: Handle "\f" by Luiz Capitulino · 15 years ago
  84. 1041ba7 json-lexer: Handle missing escapes by Luiz Capitulino · 15 years ago
  85. 03308f6 json-lexer: Initialize 'x' and 'y' by Luiz Capitulino · 15 years ago
  86. 0e2029a tcg: fix DEF macro after commit c61aaf7a388c4ad95d8b546fdb9267dc01183317 by Aurelien Jarno · 15 years ago
  87. 28d7cc4 tcg-s390: Adjust compilation flags. by Richard Henderson · 15 years ago
  88. 6a1621b tcg-s390: Compute is_write in cpu_signal_handler. by Richard Henderson · 15 years ago
  89. 4d58be0 s390x: Don't use a linker script for user-only. by Richard Henderson · 15 years ago
  90. d35b261 s390x: Avoid _llseek. by Richard Henderson · 15 years ago
  91. eba0b89 tcg-s390: Allocate the code_gen_buffer near the main program. by Richard Henderson · 15 years ago
  92. 1bcaae6 tcg-s390: Icache flush is a no-op. by Richard Henderson · 15 years ago
  93. dc397ca tcg-i386: fix andi r, r, 0xff by Aurelien Jarno · 15 years ago
  94. 447d681 tcg-i386: remove use of _Bool that slipped code review by Aurelien Jarno · 15 years ago
  95. 8594864 esp: lower IRQ on soft reset by Blue Swirl · 15 years ago
  96. e163ae7 qbus: fix memory leak in qbus_free() by Isaku Yamahata · 15 years ago
  97. bd418d9 multiboot: compilation fix with DEBUG_MULTIBOOT enabled. by Isaku Yamahata · 15 years ago
  98. fe7f956 vga-isa-mm: remove one #ifdef CONFIG_BOCHS_VBE. by Isaku Yamahata · 15 years ago
  99. 0f2ad63 main: allocate gui_timer only once. by Isaku Yamahata · 15 years ago
  100. 60a3992 Merge remote branch 'mst/for_anthony' into staging by Anthony Liguori · 15 years ago