index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests/vm: Increase timeout waiting for VM to boot to 5 minutes
Peter Maydell
2018-08-24
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2018-08-23
19
-67
/
+321
|
\
|
*
tests: add test-rcu-tailq
Emilio G. Cota
2018-08-23
3
-0
/
+21
|
*
tests: add test-list-simpleq
Emilio G. Cota
2018-08-23
3
-0
/
+23
|
*
test-rcu-list: abstract the list implementation
Emilio G. Cota
2018-08-23
1
-12
/
+30
|
*
test-rcu-list: access goflag with atomics
Emilio G. Cota
2018-08-23
1
-9
/
+9
|
*
build-sys: remove glib_subprocess check
Marc-André Lureau
2018-08-23
4
-15
/
+1
|
*
fw_cfg: import & use linux/qemu_fw_cfg.h
Marc-André Lureau
2018-08-23
3
-3
/
+3
|
*
tests/atomic_add-bench: add -p to enable sync profiler
Emilio G. Cota
2018-08-23
1
-1
/
+5
|
*
tests/device-introspect: Test with all machines, not only with "none"
Thomas Huth
2018-08-23
1
-3
/
+29
|
*
tests/device-introspection: Check that the qom-tree and qtree do not change
Thomas Huth
2018-08-23
1
-4
/
+19
|
*
tests: Skip old versioned machine types in quick testing mode
Thomas Huth
2018-08-23
5
-8
/
+58
|
*
tests/migration-test: Silence the kvm_hv message by default
Thomas Huth
2018-08-23
1
-9
/
+11
|
*
tests: virtio: separate ccw tests from libqos
Paolo Bonzini
2018-08-23
2
-3
/
+112
*
|
block: iotest to catch abort on forced blockjob cancel
Jeff Cody
2018-08-21
3
-0
/
+119
*
|
hw/ppc: deprecate the machine type 'prep', replaced by '40p'
Hervé Poussineau
2018-08-21
1
-2
/
+0
|
/
*
tests/vm: Clean out old working directories on build
Peter Maydell
2018-08-20
3
-0
/
+3
*
tests/boot-serial-test: Bump timeout to 6 minutes
Peter Maydell
2018-08-20
1
-2
/
+2
*
Add QTest testcase for the Intel Hexadecimal
Su Hang
2018-08-16
3
-0
/
+65
*
Merge remote-tracking branch 'remotes/armbru/tags/pull-tests-2018-08-16' into...
Peter Maydell
2018-08-16
49
-545
/
+512
|
\
|
*
libqtest: Improve error reporting for bad read from QEMU
Markus Armbruster
2018-08-16
1
-3
/
+3
|
*
tests/libqtest: Improve kill_qemu()
Eric Blake
2018-08-16
1
-3
/
+21
|
*
libqtest: Rename qtest_FOOv() to qtest_vFOO() for consistency
Markus Armbruster
2018-08-16
2
-8
/
+8
|
*
libqtest: Replace qtest_startf() by qtest_initf()
Markus Armbruster
2018-08-16
23
-82
/
+80
|
*
libqtest: Enable compile-time format string checking
Markus Armbruster
2018-08-16
1
-10
/
+14
|
*
migration-test: Clean up string interpolation into QMP, part 3
Markus Armbruster
2018-08-16
1
-46
/
+30
|
*
migration-test: Clean up string interpolation into QMP, part 2
Markus Armbruster
2018-08-16
1
-12
/
+22
|
*
migration-test: Clean up string interpolation into QMP, part 1
Markus Armbruster
2018-08-16
1
-6
/
+6
|
*
migration-test: Make wait_command() cope with '%'
Markus Armbruster
2018-08-16
1
-2
/
+7
|
*
tests: New helper qtest_qmp_receive_success()
Markus Armbruster
2018-08-16
4
-67
/
+80
|
*
migration-test: Make wait_command() return the "return" member
Markus Armbruster
2018-08-16
1
-23
/
+15
|
*
tests: Clean up string interpolation around qtest_qmp_device_add()
Markus Armbruster
2018-08-16
18
-58
/
+48
|
*
cpu-plug-test: Don't pass integers as strings to device_add
Markus Armbruster
2018-08-16
1
-3
/
+3
|
*
tests: Clean up string interpolation into QMP input (simple cases)
Markus Armbruster
2018-08-16
6
-113
/
+78
|
*
tests: Pass literal format strings directly to qmp_FOO()
Markus Armbruster
2018-08-16
2
-6
/
+2
|
*
test-qobject-input-visitor: Avoid format string ambiguity
Markus Armbruster
2018-08-16
1
-9
/
+10
|
*
libqtest: Simplify qmp_fd_vsend() a bit
Markus Armbruster
2018-08-16
1
-11
/
+7
|
*
qobject: Replace qobject_from_jsonf() by qobject_from_jsonf_nofail()
Markus Armbruster
2018-08-16
2
-19
/
+20
|
*
libqtest: Document calling conventions
Eric Blake
2018-08-16
1
-8
/
+21
|
*
libqtest: Remove qtest_qmp_discard_response() & friends
Markus Armbruster
2018-08-16
11
-55
/
+34
|
*
libqtest: Clean up how we read the QMP greeting
Markus Armbruster
2018-08-16
1
-1
/
+3
|
*
libqtest: Clean up how we read device_del messages
Markus Armbruster
2018-08-16
1
-1
/
+1
|
*
libqtest: Rename functions to send QMP messages
Markus Armbruster
2018-08-16
5
-33
/
+33
*
|
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2018-08-15
7
-41
/
+79
|
\
\
|
|
/
|
/
|
|
*
mirror: Fail gracefully for source == target
Kevin Wolf
2018-08-15
2
-2
/
+8
|
*
block: Remove deprecated -drive option serial
Kevin Wolf
2018-08-15
2
-7
/
+7
|
*
block: Remove deprecated -drive geometry options
Kevin Wolf
2018-08-15
1
-30
/
+7
|
*
qemu-iotests: Update 093 to improve the draining test
Alberto Garcia
2018-08-15
1
-8
/
+11
|
*
qemu-iotests: Test removing a throttle group member with a pending timer
Alberto Garcia
2018-08-15
2
-2
/
+54
*
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2018-08-15' into ...
Peter Maydell
2018-08-15
3
-11
/
+13
|
\
\
[next]