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
2023-10-17
tests/qtest: migration-test: Add tests for file-based migration
Fabiano Rosas
1
-0
/
+147
2023-10-17
tests/qtest/migration: Add a test for the analyze-migration script
Fabiano Rosas
2
-0
/
+62
2023-10-16
Merge tag 'python-pull-request' of https://gitlab.com/jsnow/qemu into staging
Stefan Hajnoczi
65
-1642
/
+1189
2023-10-16
Merge tag 'pull-loongarch-20231013' of https://gitlab.com/gaosong/qemu into s...
Stefan Hajnoczi
1
-3
/
+4
2023-10-16
Merge tag 'pull-ufs-20231013' of https://gitlab.com/jeuk20.kim/qemu into staging
Stefan Hajnoczi
1
-1
/
+1
2023-10-16
Merge tag 'pull-request-2023-10-12' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
1
-0
/
+1
2023-10-16
Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging
Stefan Hajnoczi
2
-5
/
+18
2023-10-13
hw/ufs: Fix code coverity issues
Jeuk Kim
1
-1
/
+1
2023-10-13
hw/loongarch/virt: Remove unused 'loongarch_virt_pm' region
Song Gao
1
-3
/
+4
2023-10-12
python: use vm.cmd() instead of vm.qmp() where appropriate
Vladimir Sementsov-Ogievskiy
44
-1462
/
+988
2023-10-12
tests/vm/basevm.py: use cmd() instead of qmp()
Vladimir Sementsov-Ogievskiy
1
-2
/
+2
2023-10-12
iotests.py: pause_job(): drop return value
Vladimir Sementsov-Ogievskiy
1
-2
/
+1
2023-10-12
iotests: drop some extra ** in qmp() call
Vladimir Sementsov-Ogievskiy
10
-56
/
+54
2023-10-12
iotests: drop some extra semicolons
Vladimir Sementsov-Ogievskiy
2
-2
/
+2
2023-10-12
iotests: refactor some common qmp result checks into generic pattern
Vladimir Sementsov-Ogievskiy
5
-7
/
+10
2023-10-12
iotests: add some missed checks of qmp result
Vladimir Sementsov-Ogievskiy
4
-0
/
+6
2023-10-12
iotests: QemuStorageDaemon: add cmd() method like in QEMUMachine.
Vladimir Sementsov-Ogievskiy
1
-1
/
+6
2023-10-12
python/qemu: rename command() to cmd()
Vladimir Sementsov-Ogievskiy
18
-167
/
+172
2023-10-12
python: rename QEMUMonitorProtocol.cmd() to cmd_raw()
Vladimir Sementsov-Ogievskiy
1
-1
/
+1
2023-10-12
block: Protect bs->children with graph_lock
Kevin Wolf
1
-0
/
+4
2023-10-12
block: Protect bs->parents with graph_lock
Kevin Wolf
1
-0
/
+5
2023-10-12
block: Mark drain related functions GRAPH_RDLOCK
Emanuele Giuseppe Esposito
1
-2
/
+2
2023-10-12
block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
Kevin Wolf
1
-0
/
+3
2023-10-12
test-bdrv-drain: Don't call bdrv_graph_wrlock() in coroutine context
Kevin Wolf
1
-3
/
+4
2023-10-12
tests/qtest: Fix npcm7xx_timer-test.c flaky test
Chris Rauer
1
-0
/
+1
2023-10-12
avocado, risc-v: add tuxboot tests for 'max' CPU
Daniel Henrique Barboza
1
-0
/
+32
2023-10-11
Python: Enable python3.12 support
John Snow
1
-1
/
+5
2023-10-11
Python/iotests: Add type hint for nbd module
John Snow
1
-1
/
+3
2023-10-11
python/machine: remove unused sock_dir argument
John Snow
5
-9
/
+8
2023-10-11
Merge tag 'pull-omnibus-111023-1' of https://gitlab.com/stsquad/qemu into sta...
Stefan Hajnoczi
17
-17
/
+77
2023-10-11
tests/qtest: migration: Add support for negative testing of qmp_migrate
Fabiano Rosas
5
-4
/
+96
2023-10-11
tests/qtest: migration: Use migrate_incoming_qmp where appropriate
Fabiano Rosas
3
-76
/
+14
2023-10-11
tests/qtest: migration: Add migrate_incoming_qmp helper
Fabiano Rosas
2
-0
/
+33
2023-10-11
tests/qtest: migration: Expose migrate_set_capability
Fabiano Rosas
3
-11
/
+14
2023-10-11
tests/docker: make docker engine choice entirely configure driven
Alex Bennée
1
-6
/
+3
2023-10-11
tests/lcitool: add swtpm to the package list
Alex Bennée
15
-0
/
+14
2023-10-11
tests/avocado: remove flaky test marking for test_sbsaref_edk2_firmware
Alex Bennée
1
-1
/
+0
2023-10-11
tests/avocado: update firmware to enable OpenBSD test on sbsa-ref
Marcin Juszkiewicz
1
-10
/
+60
2023-10-10
Merge tag 'firmware/seabios-20231010-pull-request' of https://gitlab.com/krax...
Stefan Hajnoczi
2
-0
/
+2
2023-10-10
tests/acpi: disable tests/data/acpi/q35/DSDT.mmio64 updates
Gerd Hoffmann
1
-1
/
+0
2023-10-10
tests/acpi: update expected data files
Gerd Hoffmann
1
-0
/
+0
2023-10-10
tests/acpi: enable tests/data/acpi/q35/DSDT.mmio64 updates
Gerd Hoffmann
1
-0
/
+1
2023-10-10
tests/bios-tables-test: tcg-emulate opteron for mmio64 test
Gerd Hoffmann
1
-0
/
+2
2023-10-09
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
13
-17
/
+15
2023-10-08
audio, qtest: get rid of QEMU_AUDIO_DRV
Paolo Bonzini
1
-3
/
+1
2023-10-08
system: Rename softmmu/ directory as system/
Philippe Mathieu-Daudé
1
-1
/
+1
2023-10-07
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
9
-10
/
+10
2023-10-07
fuzz: Correct invalid mentions of 'softmmu' by 'system'
Philippe Mathieu-Daudé
2
-3
/
+3
2023-10-05
nbd/server: Add FLAG_PAYLOAD support to CMD_BLOCK_STATUS
Eric Blake
3
-12
/
+12
2023-10-05
nbd/client: Request extended headers during negotiation
Eric Blake
5
-0
/
+19
[next]