1. afcb0e4 S390 GDB stub by Alexander Graf · 15 years ago
  2. 8cb310e Add S390x virtio machine description by Alexander Graf · 15 years ago
  3. f3304ee Add S390x virtio machine bus by Alexander Graf · 15 years ago
  4. 10c339a Add support for S390x system emulation by Alexander Graf · 15 years ago
  5. 6b02494 Allocate physical memory in low virtual address space by Alexander Graf · 15 years ago
  6. 0e60a69 Add KVM support for S390x by Alexander Graf · 15 years ago
  7. 2827822 S/390 fake TCG implementation by Alexander Graf · 15 years ago
  8. 24e804ec S/390 host/target build system support by Alexander Graf · 15 years ago
  9. 10ec511 S/390 CPU fake emulation by Alexander Graf · 15 years ago
  10. 2a90358 Sparc64: handle MMU global bit and nucleus context by Blue Swirl · 15 years ago
  11. dd5121b monitor: fix use of plain integer as NULL pointer, spotted by Sparse by Blue Swirl · 15 years ago
  12. d05ac8f Add "static" to please Sparse by Blue Swirl · 15 years ago
  13. 407f879 scsi: fix incorrect ?: use by Blue Swirl · 15 years ago
  14. d08d6f0 monitor: use qemu_gettimeofday(), not gettimeofday() by Blue Swirl · 15 years ago
  15. 08fd0fa win32: fix variable use before initialization by Blue Swirl · 15 years ago
  16. 242cd00 monitor: rename EVENT_* to QEVENT_* to avoid conflict on mingw32 by Blue Swirl · 15 years ago
  17. 31a68d5 Sparc64: fix compilation with DEBUG_MMU by Blue Swirl · 15 years ago
  18. fe0d612 ide: implement stub for audio control/volume read by Thadeu Lima de Souza Cascardo · 15 years ago
  19. a70089c ide: Use some already defined page macros instead of constants by Thadeu Lima de Souza Cascardo · 15 years ago
  20. b8f6ba0 eepro100: Improve debug messages by Stefan Weil · 15 years ago
  21. 9ea3778 Remove rule for config-devices.h by Stefan Weil · 15 years ago
  22. ec16928 eepro100: Allocate a larger buffer for regname() by David Benjamin · 15 years ago
  23. 5f370b1 multiboot: Use signed type for negative error numbers by Kevin Wolf · 15 years ago
  24. 6769da2 posix-aio-compat: Fix error check by Kevin Wolf · 15 years ago
  25. 7078dea qemu-img: Fix memory leak by Kevin Wolf · 15 years ago
  26. b4b2f05 Fix compile error when LSI_DEBUG is defined by Ryan Harper · 15 years ago
  27. 01d86a8 Fix build for mingw32 on windows ($$ expansion) by Stefan Weil · 15 years ago
  28. 7ebf54b Fix build for mingw32 on windows ($@ in macro) by Stefan Weil · 15 years ago
  29. b10fec9 e1000: Fix warning from code review by Stefan Weil · 15 years ago
  30. 53ea95d multiboot: Fix module loading and setting of mmap. by Adam Lackorzynski · 15 years ago
  31. dc61b0d Make -kernel for linux work with bochsbios by Alexander Graf · 15 years ago
  32. 0745eb1 Fix recently introduced bugs in -usbdevice host by Markus Armbruster · 15 years ago
  33. 21eb3a2 Fix description of size parameter in qemu-img's help text by Pierre Riteau · 15 years ago
  34. ea5ad30 Suppress optionrom build on Solaris x86 by Andreas Faerber · 15 years ago
  35. fc072ec Rename DriveInfo.onerror to on_write_error by Kevin Wolf · 15 years ago
  36. 550fe6c SCSI: Fix Standard INQUIRY data by Laszlo Ast · 15 years ago
  37. a0fb002 kvm: x86: Add support for VCPU event states by Jan Kiszka · 15 years ago
  38. 5a2e3c2 kvm: x86: Fix merge artifact of f8d926e9 about mp_state by Jan Kiszka · 15 years ago
  39. dc70228 targe-ppc: Sync CPU state for KVM by Alexander Graf · 15 years ago
  40. ba5e509 target-ppc: Get MMU state on register sync by Alexander Graf · 15 years ago
  41. feb9e61 qemu: cleanup unused macros in cirrus by Michael S. Tsirkin · 15 years ago
  42. f74ab48 qemu: make cirrus init value pci spec compliant by Michael S. Tsirkin · 15 years ago
  43. 40ff6d7 Don't leak file descriptors by Kevin Wolf · 15 years ago
  44. 12c09b8 qemu-img: There is more than one host device driver by Kevin Wolf · 15 years ago
  45. 702ef63 qcow2: Fix some more qemu_malloc fallout by Kevin Wolf · 15 years ago
  46. e1c7f0e qcow2: Store exact backing format length by Kevin Wolf · 15 years ago
  47. f35d68f virtio-blk: Implement rerror option by Kevin Wolf · 15 years ago
  48. ce4b652 ide: Implement rerror option by Kevin Wolf · 15 years ago
  49. e9b2e81 Introduce rerror option for drives by Kevin Wolf · 15 years ago
  50. f785009 Rename DriveInfo.onerror to on_write_error by Kevin Wolf · 15 years ago
  51. 8430793 ram migration: Properly reset statistics by Jan Kiszka · 15 years ago
  52. b09417b qemu-opts: Release id on deletion by Jan Kiszka · 15 years ago
  53. 90697be live migration: Serialize vmstate saving in stage 2 by Jan Kiszka · 15 years ago
  54. 792773b block migration: Skip zero-sized disks by Jan Kiszka · 15 years ago
  55. 23bd90d block migration: Increase dirty chunk size to 1M by Jan Kiszka · 15 years ago
  56. 01e61e2 block migration: Add support for restore progress reporting by Jan Kiszka · 15 years ago
  57. 25f2364 block migration: Report progress also via info migration by Jan Kiszka · 15 years ago
  58. 7184049 block migration: Fix outgoing progress output by Jan Kiszka · 15 years ago
  59. f327aa0 live migration: Propagate output monitor to callback handler by Jan Kiszka · 15 years ago
  60. 82801d8 block migration: Report overall migration progress by Jan Kiszka · 15 years ago
  61. 4ec7fcc live migration: Allow cleanup after cancellation or error by Jan Kiszka · 15 years ago
  62. 9a743e5 ram migration: Stop loading on error by Jan Kiszka · 15 years ago
  63. 4b64036 block migration: Add error handling/propagation by Jan Kiszka · 15 years ago
  64. 13f0b67 block migration: Consolidate block transmission by Jan Kiszka · 15 years ago
  65. 57cce12 block migration: Consolidate mig_read_device_bulk into mig_save_device_bulk by Jan Kiszka · 15 years ago
  66. b1d1085 block migration: Clean up use of total_sectors by Jan Kiszka · 15 years ago
  67. 69d63a9 block migration: Initialize remaining BlkMigState fields by Jan Kiszka · 15 years ago
  68. 5e5328b block migration: Switch device and block lists to QSIMPLEQ by Jan Kiszka · 15 years ago
  69. c616bbe Import a simple queue implementation from NetBSD by Pierre Riteau · 15 years ago
  70. 3c095c3 block migration: Drop dead code by Jan Kiszka · 15 years ago
  71. d11ecd3 block migration: Avoid indirection of block_mig_state by Jan Kiszka · 15 years ago
  72. 575a58d block migration: Avoid large stack buffer by Jan Kiszka · 15 years ago
  73. c6d2283 block migration: Cleanup dirty tracking code by Jan Kiszka · 15 years ago
  74. 6ea4430 block migration: Rework constants API by Jan Kiszka · 15 years ago
  75. a55eb92 block migration: Fix coding style and whitespaces by Jan Kiszka · 15 years ago
  76. 1302425 migration: Catch multiple start commands by Jan Kiszka · 15 years ago
  77. 5d39c79 migration: Fix use of file after release by Jan Kiszka · 15 years ago
  78. be73cfe savevm: Port to qdev.vmsd all devices that have qdev by Juan Quintela · 15 years ago
  79. 70cca6d qdev: enable vmstate_unregister() support by Juan Quintela · 15 years ago
  80. 5084bca pci: vmstate_register() already assign consecutive numbers starting at 0 by Juan Quintela · 15 years ago
  81. 33599e2 vmstate: Add support for multiplying size for a constant by Juan Quintela · 15 years ago
  82. bfb811a vmstate: remove usused VMSTATE_STRUCT_ARRAY_SIZE_UINT8 by Juan Quintela · 15 years ago
  83. 2fee407 vmstate: Introduce UINT16_TEST support by Juan Quintela · 15 years ago
  84. 543fc7b vmstate: Introduce VMSTATE_STRUCT_POINTER_TEST by Juan Quintela · 15 years ago
  85. 11fe0e6 vmstate: Introduce VMSTATE_STRUCT_TEST by Juan Quintela · 15 years ago
  86. e61a1e0 vmstate: Add support for VBUFFERS by Juan Quintela · 15 years ago
  87. 8595387 vmstate: fix missing ARRAY_OF_POINTERS support on save state by Juan Quintela · 15 years ago
  88. d9494b1 vmstate: Fix info field of VMSTATE_MACADDR by Jan Kiszka · 15 years ago
  89. 21174c3 vmstate: Avoid seeking by Jan Kiszka · 15 years ago
  90. e560125 lsi53c895a: Implement IRQ on reselection by Laszlo Ast · 15 years ago
  91. 38f5b2b lsi53c895a: Use alternative address when already reselected by Laszlo Ast · 15 years ago
  92. 07a1bea lsi53c895a: Fix SDID in SELECT ID command by Laszlo Ast · 15 years ago
  93. 77203ea lsi53c895a: Fix message code of DISCONNECT by Laszlo Ast · 15 years ago
  94. cc9f28b lsi53c895a: Add support for LSI53C700 Family Compatibility bit by Laszlo Ast · 15 years ago
  95. a15fdf8 lsi53c895a: Whitespace and typo fixes by Laszlo Ast · 15 years ago
  96. bd536cf scsi: add read/write 16 commands. by Gerd Hoffmann · 15 years ago
  97. 88f8a5e scsi-disk: restruct emulation: VERIFY by Gerd Hoffmann · 15 years ago
  98. 39ec9a5 scsi-disk: restruct emulation: REPORT_LUNS by Gerd Hoffmann · 15 years ago
  99. 5dd90e2 scsi-disk: restruct emulation: SERVICE_ACTION_IN by Gerd Hoffmann · 15 years ago
  100. 3821555 scsi-disk: restruct emulation: GET_CONFIGURATION by Gerd Hoffmann · 15 years ago