index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-03
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau
2
-3
/
+3
2022-05-03
tests: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
2
-3
/
+4
2022-05-03
libqtest: split QMP part in libqmp
Marc-André Lureau
6
-234
/
+290
2022-05-03
tests: move libqtest.h back under qtest/
Marc-André Lureau
140
-139
/
+139
2022-05-03
Use QEMU_SANITIZE_ADDRESS
Marc-André Lureau
1
-1
/
+1
2022-04-28
meson, configure: move libgio test to meson
Paolo Bonzini
1
-3
/
+2
2022-04-27
Merge tag 'kraxel-20220427-pull-request' of git://git.kraxel.org/qemu into st...
Richard Henderson
1
-0
/
+63
2022-04-27
avocado/vnc: add test_change_listen
Vladimir Sementsov-Ogievskiy
1
-0
/
+63
2022-04-26
Merge tag 'pull-nbd-2022-04-26' of https://repo.or.cz/qemu/ericb into staging
Richard Henderson
2
-2
/
+61
2022-04-26
iotests/223: check new possibility of exporting bitmaps by node/name
Vladimir Sementsov-Ogievskiy
2
-2
/
+61
2022-04-26
tests/tcg/nios2: Add test-shadow-1
Richard Henderson
2
-0
/
+41
2022-04-26
tests/tcg/nios2: Add semihosting multiarch tests
Richard Henderson
5
-0
/
+375
2022-04-26
tests/tcg/nios2: Re-enable linux-user tests
Richard Henderson
1
-11
/
+0
2022-04-25
iotests/108: Fix when missing user_allow_other
Hanna Reitz
1
-1
/
+1
2022-04-25
iotests: make qemu_io_log() check return codes by default
John Snow
2
-3
/
+4
2022-04-25
iotests: remove qemu_io_silent() and qemu_io_silent_check().
John Snow
10
-59
/
+38
2022-04-25
iotests: remove qemu_io_pipe_and_status()
John Snow
1
-3
/
+0
2022-04-25
iotests/image-fleecing: switch to qemu_io()
John Snow
1
-9
/
+19
2022-04-25
iotests/migration-permissions: use assertRaises() for qemu_io() negative test
John Snow
1
-14
/
+14
2022-04-25
iotests: rebase qemu_io() on top of qemu_tool()
John Snow
6
-54
/
+81
2022-04-25
iotests: create generic qemu_tool() function
John Snow
1
-11
/
+21
2022-04-25
iotests/040: Fix TestCommitWithFilters test
John Snow
1
-2
/
+4
2022-04-25
iotests/040: Don't check image pattern on zero-length image
John Snow
1
-2
/
+12
2022-04-25
iotests: Don't check qemu_io() output for specific error strings
John Snow
2
-18
/
+17
2022-04-25
iotests/163: Fix broken qemu-io invocation
John Snow
1
-4
/
+1
2022-04-25
iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
John Snow
3
-8
/
+6
2022-04-21
Merge tag 'pull-migration-20220421a' of https://gitlab.com/dagrh/qemu into st...
Richard Henderson
3
-171
/
+212
2022-04-21
Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging
Richard Henderson
2
-9
/
+5
2022-04-21
tests: expand the migration precopy helper to support failures
Daniel P. Berrangé
1
-9
/
+42
2022-04-21
tests: switch migration FD passing test to use common precopy helper
Daniel P. Berrangé
1
-36
/
+21
2022-04-21
tests: introduce ability to provide hooks for migration precopy test
Daniel P. Berrangé
1
-0
/
+38
2022-04-21
tests: merge code for UNIX and TCP migration pre-copy tests
Daniel P. Berrangé
1
-49
/
+49
2022-04-21
tests: switch MigrateStart struct to be stack allocated
Daniel P. Berrangé
1
-78
/
+56
2022-04-21
tests: print newline after QMP response in qtest logs
Daniel P. Berrangé
1
-1
/
+4
2022-04-21
tests: support QTEST_TRACE env variable
Daniel P. Berrangé
1
-2
/
+6
2022-04-21
tests: improve error message when saving TLS PSK file fails
Daniel P. Berrangé
1
-1
/
+1
2022-04-21
Merge tag 'pull-qapi-2022-04-21' of git://repo.or.cz/qemu/armbru into staging
Richard Henderson
10
-4
/
+72
2022-04-21
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
10
-28
/
+17
2022-04-21
python: rename qemu.aqmp to qemu.qmp
John Snow
2
-3
/
+3
2022-04-21
iotests: switch to AQMP
John Snow
1
-2
/
+1
2022-04-21
iotests/mirror-top-perms: switch to AQMP
John Snow
1
-6
/
+3
2022-04-21
tests/fuzz: fix warning
Marc-André Lureau
1
-2
/
+0
2022-04-21
qtest: simplify socket_send()
Marc-André Lureau
1
-14
/
+2
2022-04-21
tests: run-time skip test-qga if TSAN is enabled
Marc-André Lureau
2
-1
/
+8
2022-04-21
tests: remove block/qdict checks from check-qobject.c
Marc-André Lureau
1
-8
/
+0
2022-04-21
include: move qdict_{crumple,flatten} declarations
Marc-André Lureau
1
-0
/
+1
2022-04-21
include: add qemu/keyval.h
Marc-André Lureau
3
-2
/
+3
2022-04-21
compiler.h: replace QEMU_NORETURN with G_NORETURN
Marc-André Lureau
2
-2
/
+4
2022-04-21
qapi-schema: test: add a unit test for parsing array alternates
Paolo Bonzini
3
-0
/
+45
2022-04-21
qapi-schema: test: add a qapi-schema-test for array alternates
Paolo Bonzini
4
-0
/
+9
[next]