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
2023-05-30
tests/qtest: Run arm-specific tests only if the required machine is available
Thomas Huth
1
-3
/
+4
2023-05-28
target/ppc: Add POWER9 DD2.2 model
Nicholas Piggin
1
-2
/
+2
2023-05-26
hw/scsi/lsi53c895a: Fix reentrancy issues in the LSI controller (CVE-2023-0330)
Thomas Huth
1
-0
/
+33
2023-05-26
tests/qtest/ac97-test: add up-/downsampling tests
Volker Rümelin
1
-1
/
+39
2023-05-26
tests/qtest/usb-hcd-ehci-test: Check for EHCI and UHCI HCDs before using them
Thomas Huth
1
-0
/
+5
2023-05-26
tests/qtest/rtl8139-test: Check whether the rtl8139 device is available
Thomas Huth
1
-0
/
+4
2023-05-26
tests/qtest: Check for virtio-blk before using -cdrom with the arm virt machine
Thomas Huth
2
-2
/
+6
2023-05-26
tests/qtest/usb-hcd-uhci-test: Check whether "usb-storage" is available
Thomas Huth
1
-1
/
+3
2023-05-23
tests/qtest/libqos/igb: Set GPIE.Multiple_MSIX
Akihiko Odaki
1
-0
/
+1
2023-05-22
tests/qtest/meson.build: Run the net filter tests only with default devices
Thomas Huth
1
-6
/
+6
2023-05-22
tests/qtest: Check for the availability of virtio-ccw devices before using them
Thomas Huth
2
-8
/
+21
2023-05-22
tests/qtest/virtio-ccw-test: Remove superfluous tests
Thomas Huth
1
-23
/
+0
2023-05-22
tests/qtest/cdrom-test: Fix the test to also work without optional devices
Thomas Huth
1
-3
/
+13
2023-05-22
tests/qtest/usb-hcd-uhci-test: Skip test if UHCI controller is not available
Thomas Huth
1
-0
/
+5
2023-05-22
tests/qtest/readconfig-test: Check for the availability of USB controllers
Thomas Huth
1
-1
/
+4
2023-05-19
ACPI: bios-tables-test.c step 5 (update expected table binaries)
Eric DeVolder
1
-14
/
+0
2023-05-19
ACPI: bios-tables-test.c step 2 (allowed-diff entries)
Eric DeVolder
1
-0
/
+14
2023-05-19
hw/cxl: Multi-Region CXL Type-3 Devices (Volatile and Persistent)
Gregory Price
2
-14
/
+70
2023-05-19
tests/qtest/cxl-test: whitespace, line ending cleanup
Gregory Price
1
-38
/
+46
2023-05-18
configure, meson: move --enable-modules to Meson
Paolo Bonzini
1
-1
/
+1
2023-05-16
Merge tag 'pull-9p-20230516' of https://github.com/cschoenebeck/qemu into sta...
Richard Henderson
1
-0
/
+5
2023-05-16
tests/9p: fix potential leak in v9fs_rreaddir()
Christian Schoenebeck
1
-0
/
+5
2023-05-16
tests/lcitool: Add mtools and xorriso and remove genisoimage as dependencies
Ani Sinha
1
-7
/
+7
2023-05-16
tests/qtest: replace qmp_discard_response with qtest_qmp_assert_success
Daniel P. Berrangé
8
-57
/
+40
2023-05-16
net: stream: test reconnect option with an unix socket
Laurent Vivier
1
-21
/
+18
2023-05-12
tests/qtest: Don't run cdrom boot tests if no accelerator is present
Fabiano Rosas
1
-0
/
+10
2023-05-08
qtest/migration-test.c: Add postcopy tests with compress enabled
Lukas Straub
1
-30
/
+55
2023-05-08
qtest/migration-test.c: Add tests with compress enabled
Lukas Straub
1
-0
/
+109
2023-05-02
Merge tag 'pull-target-arm-20230502-2' of https://git.linaro.org/people/pmayd...
Richard Henderson
7
-9
/
+54
2023-05-02
hmp: Add 'one-insn-per-tb' command equivalent to 'singlestep'
Peter Maydell
1
-0
/
+1
2023-05-02
tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCG
Fabiano Rosas
1
-1
/
+2
2023-05-02
tests/qtest: Fix tests when no KVM or TCG are present
Fabiano Rosas
5
-6
/
+36
2023-05-02
tests/qtest: Adjust and document query-cpu-model-expansion test for arm
Fabiano Rosas
1
-3
/
+17
2023-05-02
tests/qtest: Restrict tpm-tis-i2c-test to CONFIG_TCG
Fabiano Rosas
1
-1
/
+2
2023-05-02
tests/qtest: Disable the spice test of readconfig-test on FreeBSD
Thomas Huth
1
-3
/
+3
2023-04-28
tests: vhost-user-test: release mutex on protocol violation
Paolo Bonzini
1
-1
/
+2
2023-04-22
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
1
-80
/
+43
2023-04-20
qtest: Add a test case for TPM TIS I2C connected to Aspeed I2C controller
Stefan Berger
2
-0
/
+666
2023-04-20
qtest: Move tpm_util_tis_transmit() into tpm-tis-utils.c and rename it
Stefan Berger
8
-59
/
+56
2023-04-20
qtest: Add functions for accessing devices on Aspeed I2C controller
Stefan Berger
2
-0
/
+158
2023-04-20
tests/migration: Only run auto_converge in slow mode
Juan Quintela
1
-2
/
+21
2023-04-20
tests: bios-tables-test: replace memset with initializer
Paolo Bonzini
1
-80
/
+43
2023-03-22
qtests: avoid printing comments before g_test_init()
Daniel P. Berrangé
1
-3
/
+7
2023-03-20
acpi: disable tests/data/acpi updates
Gerd Hoffmann
1
-1
/
+0
2023-03-20
bios-tables-test: use 128M numa nodes on aarch64
Gerd Hoffmann
1
-3
/
+3
2023-03-20
acpi: enable tests/data/acpi updates
Gerd Hoffmann
1
-0
/
+1
2023-03-14
Merge tag 'display-pull-request' of https://gitlab.com/marcandre.lureau/qemu ...
Peter Maydell
1
-1
/
+1
2023-03-13
ui/dbus: do not require opengl & gbm
Marc-André Lureau
1
-1
/
+1
2023-03-13
Merge tag 'pull-request-2023-03-13' of https://gitlab.com/thuth/qemu into sta...
Peter Maydell
1
-8
/
+11
2023-03-13
qtest: enable vnc-display test on win32
Marc-André Lureau
1
-5
/
+7
[next]