Age | Commit message (Expand) | Author | Files | Lines |
2017-05-09 | Merge remote-tracking branch 'armbru/tags/pull-qapi-2017-05-04-v3' into staging | Stefan Hajnoczi | 13 | -155/+185 |
2017-05-09 | sockets: Limit SocketAddressLegacy to external interfaces | Markus Armbruster | 2 | -59/+50 |
2017-05-09 | sockets: Rename SocketAddress to SocketAddressLegacy | Markus Armbruster | 1 | -36/+36 |
2017-05-09 | test-qga: Actually test 0xff sync bytes | Eric Blake | 2 | -7/+42 |
2017-05-09 | fdc-test: Avoid deprecated 'change' command | Eric Blake | 1 | -4/+4 |
2017-05-09 | qobject: Use simpler QDict/QList scalar insertion macros | Eric Blake | 7 | -103/+103 |
2017-05-08 | qobject: Drop useless QObject casts | Eric Blake | 2 | -22/+22 |
2017-05-08 | test-keyval: fix leaks | Marc-André Lureau | 1 | -0/+4 |
2017-05-08 | tests/check-qdict: Fix missing brackets | Dr. David Alan Gilbert | 1 | -1/+1 |
2017-05-08 | Merge remote-tracking branch 'bonzini/tags/for-upstream' into staging | Stefan Hajnoczi | 2 | -5/+28 |
2017-05-05 | Merge remote-tracking branch 'elmarco/tags/chr-tests-pull-request' into staging | Stefan Hajnoczi | 2 | -6/+362 |
2017-05-04 | tests: add /char/console test | Marc-André Lureau | 1 | -1/+30 |
2017-05-04 | tests: add /char/udp test | Marc-André Lureau | 1 | -0/+46 |
2017-05-04 | tests: add /char/socket test | Marc-André Lureau | 1 | -2/+112 |
2017-05-04 | tests: add /char/file test | Marc-André Lureau | 1 | -0/+71 |
2017-05-04 | tests: add /char/pipe test | Marc-André Lureau | 1 | -0/+90 |
2017-05-04 | tests: add alias check in /char/ringbuf | Marc-André Lureau | 1 | -0/+10 |
2017-05-04 | char: add a /chardevs container | Marc-André Lureau | 2 | -5/+5 |
2017-05-03 | hw/i386: Use Rev3 FADT (ACPI 2.0) instead of Rev1 to improve guest OS support. | Phil Dennis-Jordan | 2 | -5/+28 |
2017-04-28 | iotests: fix exclusion option | John Snow | 1 | -1/+2 |
2017-04-28 | iotests: clarify help text | John Snow | 1 | -2/+6 |
2017-04-28 | qcow2: Allow discard of final unaligned cluster | Eric Blake | 2 | -9/+15 |
2017-04-27 | qemu-img/convert: Move bs_n > 1 && -B check down | Max Reitz | 1 | -2/+2 |
2017-04-27 | iotests: 109: Filter out "len" of failed jobs | Fam Zheng | 3 | -12/+20 |
2017-04-27 | iotests: Fix typo in 026 | Eric Blake | 3 | -3/+3 |
2017-04-27 | iotests: Launch qemu-nbd with -e 42 | Max Reitz | 1 | -1/+3 |
2017-04-27 | qemu_iotests: Remove _readlink() | Kevin Wolf | 1 | -18/+0 |
2017-04-27 | qemu-iotests: Remove PERL_PROG and BC_PROG | Kevin Wolf | 1 | -6/+0 |
2017-04-27 | iotests/051: Add test for empty filename | Max Reitz | 3 | -0/+7 |
2017-04-27 | qemu-iotests: Test postcopy migration | Kevin Wolf | 3 | -0/+158 |
2017-04-27 | qemu-iotests: Filter HMP readline escape characters | Kevin Wolf | 13 | -138/+147 |
2017-04-26 | tests: Add a tester for HMP commands | Thomas Huth | 2 | -0/+163 |
2017-04-26 | libqtest: Add a generic function to run a callback function for every machine | Thomas Huth | 4 | -89/+80 |
2017-04-26 | libqtest: Ignore QMP events when parsing the response for HMP commands | Thomas Huth | 2 | -1/+9 |
2017-04-24 | qemu-iotests: _cleanup_qemu must be called on exit | Jeff Cody | 10 | -5/+19 |
2017-04-24 | qemu-iotests: exclude vxhs from image creation via protocol | Jeff Cody | 9 | -0/+9 |
2017-04-24 | block/vxhs.c: Add qemu-iotests for new block device type "vxhs" | Ashish Mittal | 4 | -0/+39 |
2017-04-24 | crypto: Make errp the last parameter of functions | Fam Zheng | 1 | -6/+6 |
2017-04-24 | block: Make errp the last parameter of bdrv_img_create | Fam Zheng | 1 | -4/+4 |
2017-04-21 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell | 1 | -1/+1 |
2017-04-21 | trace: Put all trace.o into libqemuutil.a | Xu, Anthony | 1 | -1/+1 |
2017-04-21 | throttle: make throttle_config(throttle_get_config()) symmetric | Stefan Hajnoczi | 1 | -4/+4 |
2017-04-21 | throttle: do not use invalid config in test | Stefan Hajnoczi | 1 | -4/+4 |
2017-04-11 | block: Use bdrv_coroutine_enter to start I/O coroutines | Fam Zheng | 1 | -5/+5 |
2017-04-11 | tests/block-job-txn: Don't start block job before adding to txn | Fam Zheng | 1 | -1/+5 |
2017-04-07 | iotests: Add mirror tests for orphaned source | Max Reitz | 3 | -2/+63 |
2017-04-04 | io: fix incoming client socket initialization | Wang guang | 1 | -0/+8 |
2017-04-03 | tests/libqtest.c: Delete possible stale unix sockets | Peter Maydell | 1 | -0/+8 |
2017-04-03 | iotests: Improve image-clear tests on non-aligned image | Eric Blake | 4 | -36/+108 |
2017-04-03 | iotests: fix 097 when run with qcow | Daniel P. Berrange | 5 | -130/+251 |