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
2019-05-23
tests: fw_cfg: add 'splash-time' test case
Li Qiang
1
-0
/
+20
2019-05-23
tests: fw_cfg: add 'reboot-timeout' test case
Li Qiang
1
-0
/
+21
2019-05-23
tests: fw_cfg: add a function to get the fw_cfg file
Li Qiang
2
-0
/
+47
2019-05-23
tests: refactor fw_cfg_test
Li Qiang
1
-15
/
+78
2019-05-23
tests/fw_cfg: Free QFWCFG object after qtest has run
Philippe Mathieu-Daudé
1
-0
/
+1
2019-05-23
tests/libqos: Add pc_fw_cfg_uninit() and use it
Philippe Mathieu-Daudé
2
-1
/
+6
2019-05-23
tests/libqos: Add io_fw_cfg_uninit() and mm_fw_cfg_uninit()
Philippe Mathieu-Daudé
2
-0
/
+12
2019-05-22
tests/vhost-user-bridge: Fix misuse of isdigit()
Markus Armbruster
1
-1
/
+2
2019-05-21
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
5
-75
/
+159
2019-05-21
tests: acpi: print error unable to dump ACPI table during rebuild
Igor Mammedov
1
-1
/
+4
2019-05-21
tests: acpi: refactor rebuild-expected-aml.sh to dump ACPI tables for a speci...
Igor Mammedov
1
-12
/
+11
2019-05-21
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-2...
Peter Maydell
116
-369
/
+192
2019-05-21
Merge remote-tracking branch 'remotes/xtensa/tags/20190520-xtensa' into staging
Peter Maydell
1
-0
/
+48
2019-05-21
tests/qemu-iotests: Remove the "_supported_os Linux" line from many tests
Thomas Huth
99
-99
/
+0
2019-05-21
tests/qemu-iotests: Do not hard-code the path to bash
Thomas Huth
5
-5
/
+5
2019-05-21
tests/qemu-iotests/check: Pick a default machine if necessary
Thomas Huth
1
-1
/
+12
2019-05-21
tests/qemu-iotests/005: Add a sanity check for large sparse file support
Thomas Huth
1
-0
/
+9
2019-05-21
tests/hd-geo-test: Use qtest_init() instead of qtest_start()
Thomas Huth
1
-35
/
+41
2019-05-21
tests/device-introspect: Use qtest_init() instead of qtest_start()
Thomas Huth
1
-39
/
+46
2019-05-21
tests/qom-test: Use qtest_init() instead of qtest_start()
Thomas Huth
1
-15
/
+13
2019-05-21
tests/numa-test: Use qtest_init() instead of qtest_start()
Thomas Huth
1
-23
/
+30
2019-05-21
tests/q35-test: Make test independent of global_qtest
Thomas Huth
1
-21
/
+18
2019-05-21
tests/libqos: Get rid of global_qtest dependency in qvring_init()
Thomas Huth
4
-11
/
+15
2019-05-21
tests/libqtest: Fix description of qtest_vinitf() and qtest_initf()
Thomas Huth
1
-2
/
+2
2019-05-21
tests/libqtest: Remove unused global_qtest-related wrapper functions
Thomas Huth
2
-118
/
+1
2019-05-20
tests: acpi: allow to override default accelerator
Igor Mammedov
1
-3
/
+5
2019-05-20
tests: acpi: ignore SMBIOS tests when UEFI firmware is used
Igor Mammedov
1
-2
/
+9
2019-05-20
tests: acpi: add a way to start tests with UEFI firmware
Igor Mammedov
1
-17
/
+35
2019-05-20
tests: acpi: add acpi_find_rsdp_address_uefi() helper
Igor Mammedov
2
-0
/
+46
2019-05-20
tests: acpi: move boot_sector_init() into x86 tests branch
Igor Mammedov
1
-4
/
+5
2019-05-20
tests: acpi: skip FACS table if board uses hw reduced ACPI profile
Igor Mammedov
1
-3
/
+7
2019-05-20
tests: acpi: fetch X_DSDT if pointer to DSDT is 0
Igor Mammedov
1
-1
/
+10
2019-05-20
tests: acpi: make pointer to RSDP 64bit
Igor Mammedov
3
-8
/
+6
2019-05-20
tests: acpi: make RSDT test routine handle XSDT
Igor Mammedov
3
-19
/
+14
2019-05-20
tests: acpi: make acpi_fetch_table() take size of fetched table pointer
Igor Mammedov
4
-11
/
+13
2019-05-20
tests: acpi: rename acpi_parse_rsdp_table() into acpi_fetch_rsdp_table()
Igor Mammedov
4
-4
/
+4
2019-05-20
iotests: Make 245 faster and more reliable
Max Reitz
2
-8
/
+26
2019-05-20
iotests.py: Fix VM.run_job
Max Reitz
1
-1
/
+1
2019-05-20
iotests.py: Let assert_qmp() accept an array
Max Reitz
1
-2
/
+16
2019-05-20
iotests: Test unaligned raw images with O_DIRECT
Max Reitz
4
-0
/
+103
2019-05-20
test-block-iothread: Test AioContext propagation for block jobs
Kevin Wolf
1
-0
/
+71
2019-05-20
test-block-iothread: Test AioContext propagation through the tree
Kevin Wolf
1
-0
/
+131
2019-05-20
iotest: fix 169: do not run qmp_cont in RUN_STATE_FINISH_MIGRATE
Vladimir Sementsov-Ogievskiy
1
-1
/
+6
2019-05-17
build: don't build hardware objects with linux-user
Laurent Vivier
1
-45
/
+45
2019-05-17
build: replace GENERATED_FILES by generated-files-y
Laurent Vivier
1
-13
/
+13
2019-05-15
target/xtensa: implement exclusive access option
Max Filippov
1
-0
/
+48
2019-05-13
Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into ...
Peter Maydell
8
-16
/
+13
2019-05-13
Clean up decorations and whitespace around header guards
Markus Armbruster
2
-2
/
+2
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
2
-4
/
+4
2019-05-13
Clean up header guards that don't match their file name
Markus Armbruster
2
-5
/
+6
[next]