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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
/
qtest
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-25
hw: m25p80: allow write_enable latch get/set
Iris Chen
4
-32
/
+97
2022-05-18
tests/qtest: use prctl(PR_SET_PDEATHSIG) as fallback to kill QEMU
Daniel P. Berrangé
1
-0
/
+17
2022-05-18
tests/qtest: fix registration of ABRT handler for QEMU cleanup
Daniel P. Berrangé
1
-2
/
+2
2022-05-16
Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...
Richard Henderson
3
-0
/
+199
2022-05-16
tests: ensure migration status isn't reported as failed
Daniel P. Berrangé
3
-3
/
+17
2022-05-16
tests: add multifd migration tests of TLS with x509 credentials
Daniel P. Berrangé
1
-0
/
+127
2022-05-16
tests: add multifd migration tests of TLS with PSK credentials
Daniel P. Berrangé
1
-4
/
+56
2022-05-16
tests: convert multifd migration tests to use common helper
Daniel P. Berrangé
1
-37
/
+40
2022-05-16
tests: convert XBZRLE migration test to use common helper
Daniel P. Berrangé
1
-42
/
+25
2022-05-16
tests: add migration tests of TLS with x509 credentials
Daniel P. Berrangé
2
-3
/
+385
2022-05-16
tests: add migration tests of TLS with PSK credentials
Daniel P. Berrangé
2
-5
/
+163
2022-05-13
qtest/cxl: Add more complex test cases with CFMWs
Ben Widawsky
1
-3
/
+5
2022-05-13
tests/acpi: Add tables for CXL emulation.
Jonathan Cameron
1
-2
/
+0
2022-05-13
qtests/bios-tables-test: Add a test for CXL emulation.
Jonathan Cameron
1
-0
/
+44
2022-05-13
tests/acpi: q35: Allow addition of a CXL test.
Jonathan Cameron
1
-0
/
+2
2022-05-13
qtests/cxl: Add initial root port and CXL type3 tests
Jonathan Cameron
1
-0
/
+127
2022-05-13
qtest/cxl: Introduce initial test for pxb-cxl only.
Jonathan Cameron
2
-0
/
+26
2022-05-12
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
13
-35
/
+387
2022-05-12
tests/qtest/fdc-test: Add a regression test for CVE-2021-3507
Philippe Mathieu-Daudé
1
-0
/
+21
2022-05-12
tests/qtest/libqos: Add generic pci host bridge in arm-virt machine
Eric Auger
4
-4
/
+301
2022-05-12
tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggable
Eric Auger
6
-0
/
+32
2022-05-12
tests/qtest/libqos/pci: Introduce pio_limit
Eric Auger
4
-31
/
+54
2022-05-11
Clean up ill-advised or unusual header guards
Markus Armbruster
2
-6
/
+8
2022-05-11
Clean up header guards that don't match their file name
Markus Armbruster
1
-3
/
+2
2022-05-09
qtest/numa-test: Correct CPU and NUMA association in aarch64_numa_cpu()
Gavin Shan
1
-6
/
+12
2022-05-09
qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()
Gavin Shan
1
-1
/
+2
2022-05-07
meson: use have_vhost_* variables to pick sources
Paolo Bonzini
1
-1
/
+3
2022-05-03
Merge tag 'misc-pull-request' of gitlab.com:marcandre.lureau/qemu into staging
Richard Henderson
144
-376
/
+435
2022-05-03
tests: replace qemu_set_nonblock()
Marc-André Lureau
1
-1
/
+3
2022-05-03
Replace fcntl(O_NONBLOCK) with g_unix_set_fd_nonblocking()
Marc-André Lureau
1
-1
/
+1
2022-05-03
tests: replace pipe() with g_unix_open_pipe(CLOEXEC)
Marc-André Lureau
1
-2
/
+3
2022-05-03
libqtest: split QMP part in libqmp
Marc-André Lureau
5
-233
/
+289
2022-05-03
tests: move libqtest.h back under qtest/
Marc-André Lureau
139
-138
/
+138
2022-05-03
Use QEMU_SANITIZE_ADDRESS
Marc-André Lureau
1
-1
/
+1
2022-05-02
hw/gpio/aspeed_gpio: Fix QOM pin property
Peter Delevoryas
2
-1
/
+89
2022-05-02
tests/qtest: Add test for Aspeed HACE accumulative mode
Steven Lee
1
-0
/
+147
2022-04-28
meson, configure: move libgio test to meson
Paolo Bonzini
1
-3
/
+2
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/fuzz: fix warning
Marc-André Lureau
1
-2
/
+0
2022-04-21
qtest: simplify socket_send()
Marc-André Lureau
1
-14
/
+2
2022-04-20
tests/qtest: properly initialise the vring used idx
Alex Bennée
1
-0
/
+2
2022-04-20
tests/qtest: Move the fuzz tests to x86 only
Thomas Huth
6
-43
/
+22
2022-04-20
tests/qtest: Enable more tests for the "mipsel" target
Thomas Huth
2
-11
/
+4
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
31
-34
/
+0
[next]