summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | qcow2: Validate refcount table offsetKevin Wolf2014-04-013-0/+56
| * | qcow2: Check refcount table size (CVE-2014-0144)Kevin Wolf2014-04-014-1/+29
| * | qcow2: Check backing_file_offset (CVE-2014-0144)Kevin Wolf2014-04-013-0/+25
| * | qcow2: Check header_length (CVE-2014-0144)Kevin Wolf2014-04-014-9/+96
| * | curl: check data size before memcpy to local buffer. (CVE-2014-0144)Fam Zheng2014-04-011-0/+5
| * | vhdx: Bounds checking for block_size and logical_sector_size (CVE-2014-0148)Jeff Cody2014-04-011-2/+10
| * | vdi: add bounds checks for blocks_in_image and disk_size header fields (CVE-2...Jeff Cody2014-04-011-4/+33
| * | vpc: Validate block size (CVE-2014-0142)Kevin Wolf2014-04-014-0/+87
| * | vpc/vhd: add bounds check for max_table_entries and block_size (CVE-2014-0144)Jeff Cody2014-04-011-4/+23
| * | bochs: Fix bitmap offset calculationKevin Wolf2014-04-011-2/+3
| * | bochs: Check extent_size header field (CVE-2014-0142)Kevin Wolf2014-04-013-0/+29
| * | bochs: Check catalog_size header field (CVE-2014-0143)Kevin Wolf2014-04-013-1/+35
| * | bochs: Use unsigned variables for offsets and sizes (CVE-2014-0147)Kevin Wolf2014-04-013-8/+20
| * | bochs: Unify header structs and make them QEMU_PACKEDKevin Wolf2014-04-011-42/+25
| * | qemu-iotests: Support for bochs formatKevin Wolf2014-04-015-0/+67
| * | block/cloop: fix offsets[] size off-by-oneStefan Hajnoczi2014-04-013-7/+14
| * | block/cloop: refuse images with bogus offsets (CVE-2014-0144)Stefan Hajnoczi2014-04-013-5/+52
| * | block/cloop: refuse images with huge offsets arrays (CVE-2014-0144)Stefan Hajnoczi2014-04-013-0/+19
| * | block/cloop: prevent offsets_size integer overflow (CVE-2014-0143)Stefan Hajnoczi2014-04-013-0/+18
| * | block/cloop: validate block_size header field (CVE-2014-0144)Stefan Hajnoczi2014-04-013-0/+55
| * | qemu-iotests: add cloop input validation testsStefan Hajnoczi2014-04-014-0/+60
| * | qemu-iotests: add ./check -cloop supportStefan Hajnoczi2014-04-012-0/+10
| * | qcow2: fix two memory leaks in qcow2_open error code pathPrasad Joshi2014-04-011-0/+4
| * | vvfat: Fix :floppy: option to suppress partition tableMarkus Armbruster2014-04-011-1/+1
| * | qemu-img: Release reference to BlockDriverStatePrasad Joshi2014-04-011-0/+1
| |/
* | Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-7' into stagingPeter Maydell2014-04-012-6/+15
|\ \
| * | input: add sanity checkGerd Hoffmann2014-04-011-0/+3
| * | input: mouse_set should check input device type.Hani Benhabiles2014-04-011-5/+11
| * | input: fix input_event_key_number trace eventGerd Hoffmann2014-04-011-1/+1
| |/
* | Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-2.0' into...Peter Maydell2014-03-3112-48/+388
|\ \ | |/ |/|
| * tmp105-test: Test QOM property and precisionPaolo Bonzini2014-03-311-3/+76
| * tmp105-test: Add a second sensor and test that onePaolo Bonzini2014-03-311-8/+9
| * tmp105-test: Wrap simple building blocks for testingPaolo Bonzini2014-03-311-18/+36
| * tmp105: Read temperature in milli-celsiusPaolo Bonzini2014-03-311-3/+5
| * tests: Add i82801b11 qtestAndreas Färber2014-03-312-0/+36
| * pvpanic-test: Assert pause eventAndreas Färber2014-03-311-0/+9
| * qtest: Factor out qtest_qmp_receive()Andreas Färber2014-03-312-5/+28
| * tests: Add pvpanic qtestAndreas Färber2014-03-312-0/+41
| * tests: Add virtio-9p qtestAndreas Färber2014-03-313-0/+53
| * tests: Add nvme qtestAndreas Färber2014-03-313-0/+38
| * nvme: Permit zero-length block devicesAndreas Färber2014-03-311-2/+2
| * tests: Correctly skip qtest on non-POSIX hostsStefan Hajnoczi2014-03-311-1/+3
| * tests: Skip POSIX-only tests on WindowsStefan Hajnoczi2014-03-311-2/+2
| * tests: Remove unsupported tests for MinGWStefan Weil2014-03-311-0/+16
| * qtest: Keep list of qtest instances for SIGABRT handlerStefan Hajnoczi2014-03-311-10/+37
| * Revert "qtest: Fix crash if SIGABRT during qtest_init()"Stefan Hajnoczi2014-03-312-3/+4
* | configure: add option to disable -fstack-protector flagsSteven Noonan2014-03-311-3/+15
|/
* pci: Fix clearing IRQs on resetCole Robinson2014-03-311-2/+2
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-2.0' into sta...Peter Maydell2014-03-312-1/+17
|\
| * cpu: Avoid QOM casts for CPU()Andreas Färber2014-03-311-1/+6
OpenPOWER on IntegriCloud