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
*
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
2022-05-03
150
-386
/
+445
|
\
|
*
util: rename qemu_*block() socket functions
Marc-André Lureau
2022-05-03
2
-5
/
+5
|
*
tests: replace qemu_set_nonblock()
Marc-André Lureau
2022-05-03
1
-1
/
+3
|
*
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau
2022-05-03
2
-3
/
+3
|
*
tests: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2022-05-03
2
-3
/
+4
|
*
libqtest: split QMP part in libqmp
Marc-André Lureau
2022-05-03
6
-234
/
+290
|
*
tests: move libqtest.h back under qtest/
Marc-André Lureau
2022-05-03
140
-139
/
+139
|
*
Use QEMU_SANITIZE_ADDRESS
Marc-André Lureau
2022-05-03
1
-1
/
+1
*
|
hw/gpio/aspeed_gpio: Fix QOM pin property
Peter Delevoryas
2022-05-02
2
-1
/
+89
*
|
tests/qtest: Add test for Aspeed HACE accumulative mode
Steven Lee
2022-05-02
1
-0
/
+147
*
|
test/avocado/machine_aspeed.py: Add ast1030 test case
Jamin Lin
2022-05-02
1
-0
/
+36
|
/
*
meson, configure: move libgio test to meson
Paolo Bonzini
2022-04-28
1
-3
/
+2
*
Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...
Richard Henderson
2022-04-27
1
-0
/
+63
|
\
|
*
avocado/vnc: add test_change_listen
Vladimir Sementsov-Ogievskiy
2022-04-27
1
-0
/
+63
*
|
Merge tag 'pull-nbd-2022-04-26' of https://repo.or.cz/qemu/ericb into staging
Richard Henderson
2022-04-26
2
-2
/
+61
|
\
\
|
*
|
iotests/223: check new possibility of exporting bitmaps by node/name
Vladimir Sementsov-Ogievskiy
2022-04-26
2
-2
/
+61
*
|
|
tests/tcg/nios2: Add test-shadow-1
Richard Henderson
2022-04-26
2
-0
/
+41
*
|
|
tests/tcg/nios2: Add semihosting multiarch tests
Richard Henderson
2022-04-26
5
-0
/
+375
*
|
|
tests/tcg/nios2: Re-enable linux-user tests
Richard Henderson
2022-04-26
1
-11
/
+0
|
/
/
*
|
iotests/108: Fix when missing user_allow_other
Hanna Reitz
2022-04-25
1
-1
/
+1
*
|
iotests: make qemu_io_log() check return codes by default
John Snow
2022-04-25
2
-3
/
+4
*
|
iotests: remove qemu_io_silent() and qemu_io_silent_check().
John Snow
2022-04-25
10
-59
/
+38
*
|
iotests: remove qemu_io_pipe_and_status()
John Snow
2022-04-25
1
-3
/
+0
*
|
iotests/image-fleecing: switch to qemu_io()
John Snow
2022-04-25
1
-9
/
+19
*
|
iotests/migration-permissions: use assertRaises() for qemu_io() negative test
John Snow
2022-04-25
1
-14
/
+14
*
|
iotests: rebase qemu_io() on top of qemu_tool()
John Snow
2022-04-25
6
-54
/
+81
*
|
iotests: create generic qemu_tool() function
John Snow
2022-04-25
1
-11
/
+21
*
|
iotests/040: Fix TestCommitWithFilters test
John Snow
2022-04-25
1
-2
/
+4
*
|
iotests/040: Don't check image pattern on zero-length image
John Snow
2022-04-25
1
-2
/
+12
*
|
iotests: Don't check qemu_io() output for specific error strings
John Snow
2022-04-25
2
-18
/
+17
*
|
iotests/163: Fix broken qemu-io invocation
John Snow
2022-04-25
1
-4
/
+1
*
|
iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
John Snow
2022-04-25
3
-8
/
+6
|
/
*
Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into st...
Richard Henderson
2022-04-22
3
-171
/
+212
|
\
|
*
tests: expand the migration precopy helper to support failures
Daniel P. Berrangé
2022-04-21
1
-9
/
+42
|
*
tests: switch migration FD passing test to use common precopy helper
Daniel P. Berrangé
2022-04-21
1
-36
/
+21
|
*
tests: introduce ability to provide hooks for migration precopy test
Daniel P. Berrangé
2022-04-21
1
-0
/
+38
|
*
tests: merge code for UNIX and TCP migration pre-copy tests
Daniel P. Berrangé
2022-04-21
1
-49
/
+49
|
*
tests: switch MigrateStart struct to be stack allocated
Daniel P. Berrangé
2022-04-21
1
-78
/
+56
|
*
tests: print newline after QMP response in qtest logs
Daniel P. Berrangé
2022-04-21
1
-1
/
+4
|
*
tests: support QTEST_TRACE env variable
Daniel P. Berrangé
2022-04-21
1
-2
/
+6
|
*
tests: improve error message when saving TLS PSK file fails
Daniel P. Berrangé
2022-04-21
1
-1
/
+1
*
|
Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging
Richard Henderson
2022-04-22
2
-9
/
+5
|
\
\
|
*
|
python: rename qemu.aqmp to qemu.qmp
John Snow
2022-04-21
2
-3
/
+3
|
*
|
iotests: switch to AQMP
John Snow
2022-04-21
1
-2
/
+1
|
*
|
iotests/mirror-top-perms: switch to AQMP
John Snow
2022-04-21
1
-6
/
+3
*
|
|
Merge tag 'pull-qapi-2022-04-21' of git://repo.or.cz/qemu/armbru into staging
Richard Henderson
2022-04-21
10
-4
/
+72
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
qapi-schema: test: add a unit test for parsing array alternates
Paolo Bonzini
2022-04-21
3
-0
/
+45
|
*
|
qapi-schema: test: add a qapi-schema-test for array alternates
Paolo Bonzini
2022-04-21
4
-0
/
+9
|
*
|
qapi-schema: support alternates with array type
Paolo Bonzini
2022-04-21
3
-4
/
+18
*
|
|
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
2022-04-21
10
-28
/
+17
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]