| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-17 | 21 | -58/+88 |
|\ \
| |/
|/| |
|
| * | fuzz: Disable QEMU's SIG{INT,HUP,TERM} handlers | Alexander Bulekov | 2020-10-17 | 1 | -0/+8 |
| * | meson: move SPHINX_ARGS references within "if build_docs" | Paolo Bonzini | 2020-10-17 | 1 | -44/+44 |
| * | build: replace ninjatool with ninja | Paolo Bonzini | 2020-10-17 | 1 | -1/+1 |
| * | add ninja to dockerfiles, CI configurations and test VMs | Paolo Bonzini | 2020-10-17 | 16 | -6/+16 |
| * | dockerfiles: enable Centos 8 PowerTools | Paolo Bonzini | 2020-10-17 | 1 | -1/+3 |
| * | tests: add missing generated sources to testqapi | Paolo Bonzini | 2020-10-17 | 2 | -6/+16 |
| * | tests/Makefile.include: unbreak non-tcg builds | Paolo Bonzini | 2020-10-17 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 2020-10-16 | 1 | -62/+124 |
|\ \
| |/
|/| |
|
| * | keyval: Parse help options | Kevin Wolf | 2020-10-15 | 1 | -63/+120 |
| * | keyval: Fix parsing of ',' in value of implied key | Markus Armbruster | 2020-10-15 | 1 | -5/+3 |
| * | test-keyval: Demonstrate misparse of ',' with implied key | Markus Armbruster | 2020-10-15 | 1 | -0/+7 |
* | | tests/tcg/linux-test: Adjust getsockname for musl | Richard Henderson | 2020-10-15 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pul... | Peter Maydell | 2020-10-13 | 2 | -2/+1 |
|\ |
|
| * | mingw: fix error __USE_MINGW_ANSI_STDIO redefined | Marc-André Lureau | 2020-10-13 | 1 | -1/+0 |
| * | tests/test-char: Use a proper fallthrough comment | Thomas Huth | 2020-10-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1... | Peter Maydell | 2020-10-13 | 13 | -69/+69 |
|\ \ |
|
| * | | Remove superfluous .gitignore files | Thomas Huth | 2020-10-13 | 7 | -56/+0 |
| * | | Add a comment in bios-tables-test.c to clarify the reason behind approach | Ani Sinha | 2020-10-13 | 1 | -1/+6 |
| * | | tests/migration: Allow longer timeouts | Dr. David Alan Gilbert | 2020-10-13 | 1 | -10/+11 |
| * | | qtest: add fuzz test case | Li Qiang | 2020-10-13 | 2 | -0/+50 |
| * | | Acceptance tests: bump pycdlib version for easier installation | Cleber Rosa | 2020-10-13 | 1 | -1/+1 |
| * | | tests/qtest: Replace magic value by NANOSECONDS_PER_SECOND definition | Philippe Mathieu-Daudé | 2020-10-13 | 1 | -1/+1 |
| |/ |
|
* | | qemu-iotests, qtest: rewrite test 067 as a qtest | Paolo Bonzini | 2020-10-12 | 5 | -598/+190 |
* | | qtest: check that drives are really appearing and disappearing | Paolo Bonzini | 2020-10-12 | 1 | -1/+31 |
* | | qtest: switch users back to qtest_qmp_receive | Maxim Levitsky | 2020-10-12 | 5 | -22/+15 |
* | | device-plug-test: use qtest_qmp to send the device_del command | Paolo Bonzini | 2020-10-12 | 1 | -23/+9 |
* | | qtest: remove qtest_qmp_receive_success | Maxim Levitsky | 2020-10-12 | 3 | -70/+25 |
* | | qtest: Reintroduce qtest_qmp_receive with QMP event buffering | Maxim Levitsky | 2020-10-12 | 2 | -1/+71 |
* | | qtest: rename qtest_qmp_receive to qtest_qmp_receive_dict | Maxim Levitsky | 2020-10-12 | 7 | -24/+24 |
* | | qtest: unify extra_qtest_srcs and extra_qtest_deps | Paolo Bonzini | 2020-10-12 | 1 | -29/+26 |
* | | docs/devel/qtest: Include libqtest API reference | Eduardo Habkost | 2020-10-12 | 1 | -10/+10 |
|/ |
|
* | tests/acceptance: disable machine_rx_gdbsim on GitLab | Alex Bennée | 2020-10-09 | 1 | -0/+1 |
* | plugin: Fixes compiling errors on msys2/mingw | Yonggang Luo | 2020-10-09 | 1 | -2/+2 |
* | tests/docker: Add genisoimage to the docker file | Thomas Huth | 2020-10-09 | 4 | -0/+4 |
* | qapi: Add a 'coroutine' flag for commands | Kevin Wolf | 2020-10-09 | 8 | -3/+16 |
* | qmp: Call monitor_set_cur() only in qmp_dispatch() | Kevin Wolf | 2020-10-09 | 1 | -3/+3 |
* | monitor: Use getter/setter functions for cur_mon | Kevin Wolf | 2020-10-09 | 1 | -6/+6 |
* | hw/arm/virt: Implement kvm-steal-time | Andrew Jones | 2020-10-08 | 1 | -4/+21 |
* | tests/qtest: Restore aarch64 arm-cpu-features test | Andrew Jones | 2020-10-08 | 1 | -1/+2 |
* | Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-0... | Peter Maydell | 2020-10-06 | 1 | -0/+12 |
|\ |
|
| * | tests/qtest/cdrom: Add more s390x-related boot tests | Thomas Huth | 2020-10-06 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 2020-10-06 | 7 | -55/+284 |
|\ \
| |/
|/| |
|
| * | tests/acceptance: add reverse debugging test | Pavel Dovgalyuk | 2020-10-06 | 1 | -0/+208 |
| * | migration: introduce icount field for snapshots | Pavel Dovgalyuk | 2020-10-06 | 2 | -26/+26 |
| * | qcow2: introduce icount field for snapshots | Pavel Dovgalyuk | 2020-10-06 | 2 | -23/+43 |
| * | slirp: Convert Makefile bits to meson bits | Paolo Bonzini | 2020-10-06 | 1 | -3/+3 |
| * | cpu-timers, icount: new modules | Claudio Fontana | 2020-10-05 | 2 | -3/+4 |
* | | Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request... | Peter Maydell | 2020-10-06 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | block: drop bdrv_prwv | Vladimir Sementsov-Ogievskiy | 2020-10-05 | 1 | -1/+1 |