Age | Commit message (Expand) | Author | Files | Lines |
2014-06-16 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 3 | -3/+3 |
2014-06-16 | change block layer to support both QemuOpts and QEMUOptionParamter | Chunyan Liu | 2 | -2/+2 |
2014-06-16 | configure: Enable dead code (lzo, snappy, quorum) | Stefan Weil | 1 | -1/+1 |
2014-06-16 | vmstate: Refactor opening of files | Juan Quintela | 1 | -19/+19 |
2014-06-09 | Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st... | Peter Maydell | 1 | -7/+26 |
2014-06-09 | e1000: remove broken support for 82573L | Gabriel L. Somlo | 1 | -1/+0 |
2014-06-09 | tests: e1000: test additional device IDs | Gabriel L. Somlo | 1 | -7/+27 |
2014-06-09 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 1 | -5/+44 |
2014-06-05 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 3 | -2/+132 |
2014-06-05 | qdev: Add test of qdev_prop_check_global | Don Slutz | 1 | -0/+4 |
2014-06-04 | throttle: add detach/attach test case | Stefan Hajnoczi | 1 | -0/+24 |
2014-06-04 | throttle: add throttle_detach/attach_aio_context() | Stefan Hajnoczi | 1 | -5/+20 |
2014-06-02 | usb: improve ehci/uhci test | Gerd Hoffmann | 2 | -5/+152 |
2014-06-02 | qtest: fix qpci_config_writel | Gerd Hoffmann | 1 | -1/+1 |
2014-05-28 | tests: Check empty QMP output visitor | Marcel Apfelbaum | 1 | -0/+11 |
2014-05-28 | qom-test: Test qom-list on link<> properties | Cole Robinson | 1 | -4/+11 |
2014-05-28 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 6 | -9/+450 |
2014-05-28 | Merge remote-tracking branch 'remotes/xtensa/tags/20140526-xtensa' into staging | Peter Maydell | 1 | -7/+239 |
2014-05-28 | iotests: Use _img_info in test 089 | Max Reitz | 2 | -6/+1 |
2014-05-28 | aio: Fix use-after-free in cancellation path | Fam Zheng | 1 | -1/+1 |
2014-05-28 | QemuOpt: add unit tests | Leandro Dorileo | 2 | -0/+444 |
2014-05-28 | qemu-iotests: Handle cache mode option in 091 | Fam Zheng | 1 | -2/+4 |
2014-05-27 | tests: add smbios testing | Gabriel L. Somlo | 1 | -0/+126 |
2014-05-27 | tests: rename acpi-test to bios-tables-test | Gabriel L. Somlo | 2 | -2/+2 |
2014-05-26 | target-xtensa: add tests for cross-page TB | Max Filippov | 1 | -0/+220 |
2014-05-26 | target-xtensa: completely clean TLB between MMU tests | Max Filippov | 1 | -7/+19 |
2014-05-24 | test: lm32: use semihosting for testing | Michael Walle | 5 | -22/+103 |
2014-05-24 | test: lm32: make test cases independent | Michael Walle | 8 | -0/+25 |
2014-05-20 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 14 | -18/+441 |
2014-05-19 | block: optimize zero writes with bdrv_write_zeroes | Peter Lieven | 1 | -5/+5 |
2014-05-19 | qcow1: Stricter backing file length check | Kevin Wolf | 2 | -0/+18 |
2014-05-19 | qcow1: Validate image size (CVE-2014-0223) | Kevin Wolf | 2 | -0/+16 |
2014-05-19 | qcow1: Validate L2 table size (CVE-2014-0222) | Kevin Wolf | 2 | -0/+26 |
2014-05-19 | qcow1: Check maximum cluster size | Kevin Wolf | 3 | -0/+77 |
2014-05-19 | qemu-iotests: Fix blkdebug in VM drive in 030 | Fam Zheng | 1 | -1/+1 |
2014-05-19 | qemu-iotests: Fix core dump suppression in test 039 | Markus Armbruster | 3 | -12/+12 |
2014-05-19 | iotests: Add test for the JSON protocol | Max Reitz | 3 | -0/+185 |
2014-05-19 | check-qdict: Add test for qdict_join() | Max Reitz | 1 | -0/+87 |
2014-05-19 | block: add test for vhdx image created by Disk2VHD | Jeff Cody | 3 | -0/+14 |
2014-05-16 | qapi: skip redundant includes | BenoƮt Canet | 6 | -1/+11 |
2014-05-15 | qapi: Replace uncommon use of the error API by the common one | Markus Armbruster | 4 | -13/+45 |
2014-05-15 | tests: Don't call visit_end_struct() after visit_start_struct() fails | Markus Armbruster | 3 | -15/+39 |
2014-05-15 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i... | Peter Maydell | 1 | -6/+3 |
2014-05-15 | Revert "iotests: Use configured python" | Peter Maydell | 9 | -64/+43 |
2014-05-14 | savevm: Remove all the unneeded version_minimum_id_old (rest) | Juan Quintela | 1 | -6/+3 |
2014-05-13 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell | 18 | -104/+439 |
2014-05-09 | block: qemu-iotests - test for live migration | Jeff Cody | 3 | -0/+134 |
2014-05-09 | block: qemu-iotests - update 085 to use common.qemu | Jeff Cody | 1 | -61/+12 |
2014-05-09 | block: qemu-iotests - add common.qemu, for bash-controlled qemu tests | Jeff Cody | 1 | -0/+200 |
2014-05-09 | block: Fix open flags with BDRV_O_SNAPSHOT | Kevin Wolf | 2 | -0/+14 |