summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/libqtest: Allow setting expected exit statusYury Kotov2019-09-122-15/+30
* migration: Add validate-uuid capabilityYury Kotov2019-09-124-1/+59
* qemu-file: Rework old qemu_fflush commentDr. David Alan Gilbert2019-09-121-3/+2Star
* migration: register_savevm_live doesn't need devDr. David Alan Gilbert2019-09-1211-34/+11Star
* hw/net/vmxnet3: Fix leftover unregister_savevmDr. David Alan Gilbert2019-09-121-3/+0Star
* migration: cleanup check on ops in savevm.handlers iterationsWei Yang2019-09-121-6/+6
* migration: multifd_send_thread always post p->sem_sync when error happenIvan Ren2019-09-121-3/+2Star
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/m68k-pull-2019-09-07' ...Peter Maydell2019-09-0914-7/+1641
|\
| * .travis.yml: Let the avocado job run the NeXTcube testsPhilippe Mathieu-Daudé2019-09-071-1/+6
| * tests/acceptance: Add test of NeXTcube framebuffer using OCRPhilippe Mathieu-Daudé2019-09-071-0/+121
| * m68k: Add an entry for the NeXTcube machine to the MAINTAINERS fileThomas Huth2019-09-071-0/+7
| * m68k: Add serial controller to the NeXTcube machineThomas Huth2019-09-073-2/+52
| * escc: introduce a selector for the register bitLaurent Vivier2019-09-072-6/+25
| * m68k: Add NeXTcube machineThomas Huth2019-09-073-1/+980
| * m68k: Add NeXTcube keyboard deviceThomas Huth2019-09-073-0/+294
| * m68k: Add NeXTcube framebuffer device emulationThomas Huth2019-09-075-0/+159
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-05-v2' into...Peter Maydell2019-09-0614-104/+141
|\ \ | |/ |/|
| * nbd: Implement server use of NBD FAST_ZEROEric Blake2019-09-053-4/+8
| * nbd: Implement client use of NBD FAST_ZEROEric Blake2019-09-051-0/+7
| * nbd: Prepare for NBD_CMD_FLAG_FAST_ZEROEric Blake2019-09-055-1/+17
| * nbd: Improve per-export flag handling in serverEric Blake2019-09-055-35/+40
| * docs: Update preferred NBD device syntaxEric Blake2019-09-051-2/+9
| * block: workaround for unaligned byte range in fallocate()Andrey Shinkevich2019-09-052-1/+8
| * nbd: Tolerate more errors to structured reply requestEric Blake2019-09-053-35/+38
| * nbd: Use g_autofree in a few placesEric Blake2019-09-053-30/+15Star
| * nbd: Advertise multi-conn for shared read-only connectionsEric Blake2019-09-056-5/+8
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-09-0...Peter Maydell2019-09-0550-511/+548
|\ \
| * | gitlab-ci.yml: Install libattr-devel and libcap-devel to test virtio-9pThomas Huth2019-09-051-1/+1
| * | qemu-doc: Do not hard-code the name of the QEMU binaryThomas Huth2019-09-054-142/+149
| * | tests/vm: Take the J=x setting into account for the vm-boot-ssh targets, tooThomas Huth2019-09-051-0/+1
| * | tests/libqtest: Use libqtest-single.h in tests that require global_qtestThomas Huth2019-09-0533-37/+34Star
| * | tests/libqtest: Move global_test wrapper function into a separate headerThomas Huth2019-09-054-298/+313
| * | tests: Remove unnecessary global_qtest referencesThomas Huth2019-09-054-6/+0Star
| * | tests/libqos: Replace clock_step with qtest_clock_step in virtio codeThomas Huth2019-09-055-20/+37
| * | tests/libqos/e1000e: Make e1000e libqos functions independent from global_qtestThomas Huth2019-09-051-5/+11
| * | tests/migration: Do not use functions anymore that rely on global_qtestThomas Huth2019-09-051-3/+3
* | | Merge remote-tracking branch 'remotes/berrange/tags/docs-pull-request' into s...Peter Maydell2019-09-055-492/+671
|\ \ \ | |_|/ |/| |
| * | docs: split the CODING_STYLE doc into distinct groupsDaniel P. Berrangé2019-09-051-0/+9
| * | docs: document use of automatic cleanup functions in glibDaniel P. Berrangé2019-09-051-0/+85
| * | docs: merge HACKING.rst contents into CODING_STYLE.rstDaniel P. Berrangé2019-09-053-301/+297Star
| * | docs: convert README, CODING_STYLE and HACKING to RST syntaxDaniel P. Berrangé2019-09-054-102/+191
| |/
* | target/arm: Inline gen_bx_im into callersRichard Henderson2019-09-051-19/+7Star
* | target/arm: Clean up disas_thumb_insnRichard Henderson2019-09-051-25/+2Star
* | target/arm: Convert T16, long branchesRichard Henderson2019-09-052-49/+43Star
* | target/arm: Convert T16, Unconditional branchRichard Henderson2019-09-052-7/+8
* | target/arm: Convert T16, load (literal)Richard Henderson2019-09-052-40/+6Star
* | target/arm: Convert T16, shift immediateRichard Henderson2019-09-052-24/+10Star
* | target/arm: Convert T16, Miscellaneous 16-bit instructionsRichard Henderson2019-09-052-87/+55Star
* | target/arm: Convert T16, Conditional branches, Supervisor callRichard Henderson2019-09-052-23/+15Star
* | target/arm: Convert T16, push and popRichard Henderson2019-09-052-71/+22Star