1. f187743 block: Check bdrv_getlength() return value in bdrv_append_temp_snapshot() by Kevin Wolf · 11 years ago
  2. b998875 block: Fix snapshot=on for protocol parsed from filename by Kevin Wolf · 11 years ago
  3. cd40890 qemu-iotests: Remove CR line endings in reference output by Kevin Wolf · 11 years ago
  4. e3fa4bf block: Don't parse 'filename' option by Kevin Wolf · 11 years ago
  5. 8885ead qcow2: Put cache reference in error case by Kevin Wolf · 11 years ago
  6. 4c2e5f8 qcow2: Flush metadata during read-only reopen by Kevin Wolf · 11 years ago
  7. cbee81f iscsi: Don't set error if already set in iscsi_do_inquiry by Fam Zheng · 11 years ago
  8. 5913815 Update version for v2.0.0-rc1 release by Peter Maydell · 11 years ago v2.0.0-rc1
  9. 888157f Merge remote-tracking branch 'remotes/riku/for-2.0' into staging by Peter Maydell · 11 years ago
  10. de03c31 bswap: Fix build on FreeBSD 10.0 by Andreas Färber · 11 years ago
  11. 87d8354 PPC: openpic_kvm: Filter memory events properly by Alexander Graf · 11 years ago
  12. 784a559 Merge remote-tracking branch 'remotes/bonzini/scsi-next' into staging by Peter Maydell · 11 years ago
  13. 97891af MAINTAINERS: Update Peter Crosthwaite's email by Peter Crosthwaite · 11 years ago
  14. c97ca29 iscsi: always query max WRITE SAME length by Paolo Bonzini · 11 years ago
  15. b2f9c08 iscsi: ignore flushes on scsi-generic devices by Paolo Bonzini · 11 years ago
  16. 27898a5 iscsi: recognize "invalid field" ASCQ from WRITE SAME command by Paolo Bonzini · 11 years ago
  17. d581eb7 scsi-bus: remove bogus assertion by Paolo Bonzini · 11 years ago
  18. 82c6f51 Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging by Peter Maydell · 11 years ago
  19. 9bcec93 trace: add workaround for SystemTap PR13296 by Frank Ch. Eigler · 11 years ago
  20. 53e11bd Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging by Peter Maydell · 11 years ago
  21. 507979a Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-7' into staging by Peter Maydell · 11 years ago
  22. c792707 qcow2: link all L2 meta updates in preallocate() by Stefan Hajnoczi · 11 years ago
  23. 9302e86 parallels: Sanity check for s->tracks (CVE-2014-0142) by Kevin Wolf · 11 years ago
  24. afbcc40 parallels: Fix catalog size integer overflow (CVE-2014-0143) by Kevin Wolf · 11 years ago
  25. 5dae6e3 qcow2: Limit snapshot table size by Kevin Wolf · 11 years ago
  26. 6a83f8b qcow2: Check maximum L1 size in qcow2_snapshot_load_tmp() (CVE-2014-0143) by Kevin Wolf · 11 years ago
  27. c05e466 qcow2: Fix L1 allocation size in qcow2_snapshot_load_tmp() (CVE-2014-0145) by Kevin Wolf · 11 years ago
  28. 11b128f qcow2: Fix NULL dereference in qcow2_open() error path (CVE-2014-0146) by Kevin Wolf · 11 years ago
  29. 6b7d4c5 qcow2: Fix copy_sectors() with VM state by Kevin Wolf · 11 years ago
  30. 8f4754e block: Limit request size (CVE-2014-0143) by Kevin Wolf · 11 years ago
  31. 1e7226f block: vdi bounds check qemu-io tests by Jeff Cody · 11 years ago
  32. f0dce23 dmg: prevent chunk buffer overflow (CVE-2014-0145) by Stefan Hajnoczi · 11 years ago
  33. 686d714 dmg: use uint64_t consistently for sectors and lengths by Stefan Hajnoczi · 11 years ago
  34. c165f77 dmg: sanitize chunk length and sectorcount (CVE-2014-0145) by Stefan Hajnoczi · 11 years ago
  35. eb71803 dmg: use appropriate types when reading chunks by Stefan Hajnoczi · 11 years ago
  36. b404bf8 dmg: drop broken bdrv_pread() loop by Stefan Hajnoczi · 11 years ago
  37. 73ed27e dmg: prevent out-of-bounds array access on terminator by Stefan Hajnoczi · 11 years ago
  38. 2c1885a dmg: coding style and indentation cleanup by Stefan Hajnoczi · 11 years ago
  39. cab60de qcow2: Fix new L1 table size check (CVE-2014-0143) by Kevin Wolf · 11 years ago
  40. 0abe740 qcow2: Protect against some integer overflows in bdrv_check by Kevin Wolf · 11 years ago
  41. bb572ae qcow2: Fix types in qcow2_alloc_clusters and alloc_clusters_noref by Kevin Wolf · 11 years ago
  42. 2b5d595 qcow2: Check new refcount table size on growth by Kevin Wolf · 11 years ago
  43. db8a31d qcow2: Avoid integer overflow in get_refcount (CVE-2014-0143) by Kevin Wolf · 11 years ago
  44. b106ad9 qcow2: Don't rely on free_cluster_index in alloc_refcount_block() (CVE-2014-0147) by Kevin Wolf · 11 years ago
  45. 6d33e8e qcow2: Fix backing file name length check by Kevin Wolf · 11 years ago
  46. 2d51c32 qcow2: Validate active L1 table offset and size (CVE-2014-0144) by Kevin Wolf · 11 years ago
  47. ce48f2f4 qcow2: Validate snapshot table offset/size (CVE-2014-0144) by Kevin Wolf · 11 years ago
  48. 8c7de28 qcow2: Validate refcount table offset by Kevin Wolf · 11 years ago
  49. 5dab2fa qcow2: Check refcount table size (CVE-2014-0144) by Kevin Wolf · 11 years ago
  50. a1b3955c qcow2: Check backing_file_offset (CVE-2014-0144) by Kevin Wolf · 11 years ago
  51. 24342f2 qcow2: Check header_length (CVE-2014-0144) by Kevin Wolf · 11 years ago
  52. 6d4b9e5 curl: check data size before memcpy to local buffer. (CVE-2014-0144) by Fam Zheng · 11 years ago
  53. 1d7678d vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148) by Jeff Cody · 11 years ago
  54. 63fa06d vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2014-0144) by Jeff Cody · 11 years ago
  55. 5e71dfa vpc: Validate block size (CVE-2014-0142) by Kevin Wolf · 11 years ago
  56. 97f1c45c vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144) by Jeff Cody · 11 years ago
  57. a9ba36a bochs: Fix bitmap offset calculation by Kevin Wolf · 11 years ago
  58. 8e53abb bochs: Check extent_size header field (CVE-2014-0142) by Kevin Wolf · 11 years ago
  59. e3737b8 bochs: Check catalog_size header field (CVE-2014-0143) by Kevin Wolf · 11 years ago
  60. 246f658 bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147) by Kevin Wolf · 11 years ago
  61. 3dd8a67 bochs: Unify header structs and make them QEMU_PACKED by Kevin Wolf · 11 years ago
  62. 24f3078 qemu-iotests: Support for bochs format by Kevin Wolf · 11 years ago
  63. 42d43d3 block/cloop: fix offsets[] size off-by-one by Stefan Hajnoczi · 11 years ago
  64. f56b9bc block/cloop: refuse images with bogus offsets (CVE-2014-0144) by Stefan Hajnoczi · 11 years ago
  65. 7b103b3 block/cloop: refuse images with huge offsets arrays (CVE-2014-0144) by Stefan Hajnoczi · 11 years ago
  66. 509a41b block/cloop: prevent offsets_size integer overflow (CVE-2014-0143) by Stefan Hajnoczi · 11 years ago
  67. d65f97a block/cloop: validate block_size header field (CVE-2014-0144) by Stefan Hajnoczi · 11 years ago
  68. 05560fc qemu-iotests: add cloop input validation tests by Stefan Hajnoczi · 11 years ago
  69. 47f73da qemu-iotests: add ./check -cloop support by Stefan Hajnoczi · 11 years ago
  70. c5a33ee qcow2: fix two memory leaks in qcow2_open error code path by Prasad Joshi · 11 years ago
  71. 4c70966 vvfat: Fix :floppy: option to suppress partition table by Markus Armbruster · 11 years ago
  72. bdf866f qemu-img: Release reference to BlockDriverState by Prasad Joshi · 11 years ago
  73. bdcc3a2 input: add sanity check by Gerd Hoffmann · 11 years ago
  74. 0419f78 input: mouse_set should check input device type. by Hani Benhabiles · 11 years ago
  75. e82597f input: fix input_event_key_number trace event by Gerd Hoffmann · 11 years ago
  76. d25295d linux-user: pass correct host flags to accept4() by Petar Jovanovic · 11 years ago
  77. 95224e8 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.0' into staging by Peter Maydell · 11 years ago
  78. 7373fc7 tmp105-test: Test QOM property and precision by Paolo Bonzini · 11 years ago
  79. a4ec5bb tmp105-test: Add a second sensor and test that one by Paolo Bonzini · 11 years ago
  80. cebac61 tmp105-test: Wrap simple building blocks for testing by Paolo Bonzini · 11 years ago
  81. efdf6a5 tmp105: Read temperature in milli-celsius by Paolo Bonzini · 11 years ago
  82. e683eb9 tests: Add i82801b11 qtest by Andreas Färber · 11 years ago
  83. 627b1a1 pvpanic-test: Assert pause event by Andreas Färber · 11 years ago
  84. 66e0c7b qtest: Factor out qtest_qmp_receive() by Andreas Färber · 11 years ago
  85. abc5373 tests: Add pvpanic qtest by Andreas Färber · 11 years ago
  86. 2d888c0 tests: Add virtio-9p qtest by Andreas Färber · 11 years ago
  87. fc96779 tests: Add nvme qtest by Andreas Färber · 11 years ago
  88. 592408b nvme: Permit zero-length block devices by Andreas Färber · 11 years ago
  89. 5c4e24c tests: Correctly skip qtest on non-POSIX hosts by Stefan Hajnoczi · 11 years ago
  90. d597a32 tests: Skip POSIX-only tests on Windows by Stefan Hajnoczi · 11 years ago
  91. 0875709 tests: Remove unsupported tests for MinGW by Stefan Weil · 11 years ago
  92. d766825 qtest: Keep list of qtest instances for SIGABRT handler by Stefan Hajnoczi · 11 years ago
  93. 96b8ca4 Revert "qtest: Fix crash if SIGABRT during qtest_init()" by Stefan Hajnoczi · 11 years ago
  94. 63678e1 configure: add option to disable -fstack-protector flags by Steven Noonan · 11 years ago
  95. 58b5901 pci: Fix clearing IRQs on reset by Cole Robinson · 11 years ago
  96. 7d4d797 Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into staging by Peter Maydell · 11 years ago
  97. 0d6d1ab cpu: Avoid QOM casts for CPU() by Andreas Färber · 11 years ago
  98. c8c14bc target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation by Luiz Capitulino · 11 years ago
  99. 8648fcd make-release: Record SeaBIOS version by Andreas Färber · 11 years ago
  100. b3706fa Merge remote-tracking branch 'remotes/rth/tcg-arm-unaligned' into staging by Peter Maydell · 11 years ago