1. 7504edf mirror: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  2. 5fb09cd vpc: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  3. d6e5993 vmdk: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  4. a67e128 vhdx: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  5. 17cce73 vdi: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  6. 0f7a023 rbd: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  7. 4b6af3d raw-win32: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  8. 50d4a85 raw-posix: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  9. 4f4896d qed: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  10. de82815 qcow2: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  11. 0df9330 qcow1: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  12. f7b593d parallels: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  13. 2347dd7 nfs: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  14. 4d5a3f8 iscsi: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  15. b546a94 dmg: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  16. 8dc7a77 curl: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  17. 4ae7a52 cloop: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  18. 7bf665e bochs: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  19. 857d4f4 block: Handle failure for potentially large allocations by Kevin Wolf · 11 years ago
  20. 7d2a35c block: Introduce qemu_try_blockalign() by Kevin Wolf · 11 years ago
  21. 23d20b5 block: iotest - update 084 to test static VDI image creation by Jeff Cody · 11 years ago
  22. fef6070 block: vpc - use block layer ops in vpc_create, instead of posix calls by Jeff Cody · 11 years ago
  23. dddc775 block: use the standard 'ret' instead of 'result' by Jeff Cody · 11 years ago
  24. 7074786 block: vdi - use block layer ops in vdi_create, instead of posix calls by Jeff Cody · 11 years ago
  25. 9a4d5ca block: allow bdrv_unref() to be passed NULL pointers by Jeff Cody · 11 years ago
  26. 58803ce test-coroutine: add baseline test that times the cost of function calls by Paolo Bonzini · 11 years ago
  27. 4f75b52 block: VHDX endian fixes by Jeff Cody · 11 years ago
  28. 349592e block: vhdx - add error check by Jeff Cody · 11 years ago
  29. 3c80ca1 thread-pool: avoid deadlock in nested aio_poll() calls by Stefan Hajnoczi · 11 years ago
  30. c2e50e3 thread-pool: avoid per-thread-pool EventNotifier by Stefan Hajnoczi · 11 years ago
  31. 2a87151 block: bump coroutine pool size for drives by Stefan Hajnoczi · 11 years ago
  32. ac2662a coroutine: make pool size dynamic by Stefan Hajnoczi · 11 years ago
  33. 746ebfa qemu-iotests: add support for Archipelago protocol by Chrysostomos Nanakos · 11 years ago
  34. b1de5f4 QMP: Add support for Archipelago by Chrysostomos Nanakos · 11 years ago
  35. 76d3d83 block/archipelago: Add support for creating images by Chrysostomos Nanakos · 11 years ago
  36. 70537a8 block/archipelago: Implement bdrv_parse_filename() by Chrysostomos Nanakos · 11 years ago
  37. c9a12e7 block: Support Archipelago as a QEMU block backend by Chrysostomos Nanakos · 11 years ago
  38. 000c4df qemu-img info: show nocow info by Chunyan Liu · 11 years ago
  39. c6ac36e vmdk: Optimize cluster allocation by Fam Zheng · 11 years ago
  40. a8d8a1a qemu-iotests: Add data pattern in version3 VMDK sample image in 059 by Fam Zheng · 11 years ago
  41. ef52358 qdev-monitor: include QOM properties in -device FOO, help output by Stefan Hajnoczi · 11 years ago
  42. 4115dd6 qmp: hide "hotplugged" device property from device-list-properties by Stefan Hajnoczi · 11 years ago
  43. ef55869 docs/multiple-iothreads.txt: add documentation on IOThread programming by Stefan Hajnoczi · 11 years ago
  44. 8cced12 xen_disk: fix possible null-ptr dereference by Gonglei (Arei) · 11 years ago
  45. 8efc936 configure: explicitly state version requirements to devel packages by Hu Tao · 11 years ago
  46. 8e436ec docs: Make the recommendation for the backing file name position a requirement by Maria Kustova · 11 years ago
  47. 52bf1e7 block: Avoid bdrv_get_geometry() where errors should be detected by Markus Armbruster · 11 years ago
  48. d739f1c qemu-img: Make img_convert() get image size just once per image by Markus Armbruster · 11 years ago
  49. 75d3d21 block: Drop superfluous aligning of bdrv_getlength()'s value by Markus Armbruster · 11 years ago
  50. 57322b7 block: Use bdrv_nb_sectors() where sectors, not bytes are wanted by Markus Armbruster · 11 years ago
  51. 43716fa block: Use bdrv_nb_sectors() in img_convert() by Markus Armbruster · 11 years ago
  52. 30a7f2f block: Use bdrv_nb_sectors() in bdrv_co_get_block_status() by Markus Armbruster · 11 years ago
  53. 4049082 block: Use bdrv_nb_sectors() in bdrv_aligned_preadv() by Markus Armbruster · 11 years ago
  54. d32f7c1 block: Use bdrv_nb_sectors() in bdrv_make_zero() by Markus Armbruster · 11 years ago
  55. 65a9bb2 block: New bdrv_nb_sectors() by Markus Armbruster · 11 years ago
  56. 69f87f7 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140804' into staging by Peter Maydell · 11 years ago
  57. dbb1fb2 target-arm: A64: fix TLB flush instructions by Alex Bennée · 11 years ago
  58. dcd82c1 target-arm: don't hardcode mask values in arm_cpu_handle_mmu_fault by Alex Bennée · 11 years ago
  59. cdcf140 target-arm: Fix bit test in sp_el0_access by Stefan Weil · 11 years ago
  60. 63b6055 target-arm: Add FAR_EL2 and 3 by Edgar E. Iglesias · 11 years ago
  61. f2c30f4 target-arm: Add ESR_EL2 and 3 by Edgar E. Iglesias · 11 years ago
  62. 2f0180c target-arm: Make far_el1 an array by Edgar E. Iglesias · 11 years ago
  63. f151b12 target-arm: A64: Respect SPSEL when taking exceptions by Edgar E. Iglesias · 11 years ago
  64. 98ea561 target-arm: A64: Respect SPSEL in ERET SP restore by Edgar E. Iglesias · 11 years ago
  65. 9208b96 target-arm: A64: Break out aarch64_save/restore_sp by Edgar E. Iglesias · 11 years ago
  66. 9db11ce sd: sdhci: Fix ADMA dma_memory_read access by Peter Crosthwaite · 11 years ago
  67. fab4693 hw/arm/virt: formatting: memory map by Andrew Jones · 11 years ago
  68. a9047ec hw/arm/boot: Set PC correctly when loading AArch64 ELF files by Peter Maydell · 11 years ago
  69. cc11a06 Merge remote-tracking branch 'remotes/amit-migration/for-2.2' into staging by Peter Maydell · 11 years ago
  70. 924c09d Merge remote-tracking branch 'remotes/amit-virtio-rng/for-2.2' into staging by Peter Maydell · 11 years ago
  71. 7b13ff3 Merge remote-tracking branch 'remotes/sstabellini/xen-20140801' into staging by Peter Maydell · 11 years ago
  72. 32ce1b4 checker: ignore fields marked unused by Amit Shah · 11 years ago
  73. c617dd3 virtio-rng: replace error_set calls with error_setg by John Snow · 11 years ago
  74. 1efd6e0 virtio-rng: Move error-checking forward to prevent memory leak by John Snow · 11 years ago
  75. c798058 Open 2.2 development tree by Peter Maydell · 11 years ago
  76. b33a5bb qemu: support xen hvm direct kernel boot by Chunyan Liu · 11 years ago
  77. 8677de2 tap-bsd: implement a FreeBSD only version of tap_open by Roger Pau Monne · 11 years ago
  78. 74bc415 xen: fix usage of ENODATA by Roger Pau Monne · 11 years ago
  79. 541bbb0 Update version for v2.1.0 release by Peter Maydell · 11 years ago v2.1.0
  80. d24e780 Update version for v2.1.0-rc5 release by Peter Maydell · 11 years ago v2.1.0-rc5
  81. 1373e14 hw/arm/virt: fix pl031 addr typo by Andrew Jones · 11 years ago
  82. 8a2ca74 Update version for v2.1.0-rc4 release by Peter Maydell · 11 years ago v2.1.0-rc4
  83. 1d80eb7 po: update Italian translation by Paolo Bonzini · 11 years ago
  84. 41892fa po: Update French translation by Aurelien Jarno · 11 years ago
  85. 04d1d66 Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging by Peter Maydell · 11 years ago
  86. f47337c piix: set legacy table size for 1.7 by Michael S. Tsirkin · 11 years ago
  87. 868270f acpi-build: tweak acpi migration limits by Michael S. Tsirkin · 11 years ago
  88. 18045fb pc: future-proof migration-compatibility of ACPI tables by Paolo Bonzini · 11 years ago
  89. 093a35e acpi-build: minor code cleanup by Michael S. Tsirkin · 11 years ago
  90. 133a2da pc: acpi: generate AML only for PCI0 devices if PCI bridge hotplug is disabled by Igor Mammedov · 11 years ago
  91. cb34898 bios-tables-test: fix ASL normalization false positive by Paolo Bonzini · 11 years ago
  92. 41a1a9c po: Update German translation by Stefan Weil · 11 years ago
  93. 62eb3b9 target-mips/translate.c: Free TCG in OPC_DINSV by Dongxue Zhang · 11 years ago
  94. 07fb617 pc: hack for migration compatibility from QEMU 2.0 by Paolo Bonzini · 11 years ago
  95. acd727e acpi-dsdt: procedurally generate _PRT by Paolo Bonzini · 11 years ago
  96. f45c56e Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-07-26' into staging by Peter Maydell · 11 years ago
  97. 2f47b40 qemu-options: fix another allows-to for -net l2tpv3 by Michael Tokarev · 11 years ago
  98. c60a57f Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 11 years ago
  99. 62c339c qemu-char: ignore flow control if a PTY's slave is not connected by Paolo Bonzini · 11 years ago
  100. 7f0b2ff Merge remote-tracking branch 'remotes/kraxel/tags/pull-vnc-20140725-1' into staging by Peter Maydell · 11 years ago