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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
2020-05-08
iotests/082: require bochs
Vladimir Sementsov-Ogievskiy
1
-0
/
+1
2020-05-08
iotests: handle tmpfs
Vladimir Sementsov-Ogievskiy
2
-3
/
+36
2020-05-07
crypto: extend hash benchmark to cover more algorithms
Daniel P. Berrangé
1
-14
/
+59
2020-05-06
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-0...
Peter Maydell
7
-13
/
+126
2020-05-06
tests/tcg: add a multiarch linux-user gdb test
Alex Bennée
4
-3
/
+98
2020-05-06
tests/guest-debug: use the unix socket for linux-user tests
Alex Bennée
1
-2
/
+11
2020-05-06
tests/tcg: drop inferior.was_attached() test
Alex Bennée
2
-6
/
+0
2020-05-06
tests/tcg: better trap gdb failures
Alex Bennée
3
-3
/
+18
2020-05-05
Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-05-05' in...
Peter Maydell
52
-227
/
+412
2020-05-05
Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-05-04' into st...
Peter Maydell
1
-1
/
+1
2020-05-05
Fix iotest 153
Maxim Levitsky
2
-7
/
+7
2020-05-05
block: Comment cleanups
Eric Blake
4
-4
/
+4
2020-05-05
qcow2: Allow resize of images with internal snapshots
Eric Blake
2
-0
/
+63
2020-05-05
iotests: use python logging for iotests.log()
John Snow
5
-31
/
+39
2020-05-05
iotests: Mark verify functions as private
John Snow
1
-10
/
+13
2020-05-05
iotest 258: use script_main
John Snow
1
-7
/
+4
2020-05-05
iotests: add script_initialize
John Snow
38
-83
/
+132
2020-05-05
iotests: add hmp helper with logging
John Snow
1
-15
/
+24
2020-05-05
iotests: limit line length to 79 chars
John Snow
2
-23
/
+47
2020-05-05
iotests: touch up log function signature
John Snow
1
-3
/
+11
2020-05-05
iotests: drop pre-Python 3.4 compatibility code
John Snow
1
-4
/
+1
2020-05-05
iotests: alphabetize standard imports
John Snow
1
-9
/
+9
2020-05-05
iotests: add pylintrc file
John Snow
1
-0
/
+22
2020-05-05
iotests: replace mutable list default args
John Snow
1
-12
/
+12
2020-05-05
iotests: ignore import warnings from pylint
John Snow
1
-0
/
+1
2020-05-05
iotests: don't use 'format' for drive_add
John Snow
2
-4
/
+5
2020-05-05
iotests: do a light delinting
John Snow
1
-40
/
+43
2020-05-04
iotests/041: Fix NBD socket path
Max Reitz
1
-1
/
+1
2020-05-04
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-8
/
+11
2020-05-04
fuzz: select fuzz target using executable name
Alexander Bulekov
1
-8
/
+11
2020-05-04
acpi: unit-test: Update WAET ACPI Table expected binaries
Liran Alon
3
-2
/
+0
2020-05-04
acpi: unit-test: Ignore diff in WAET ACPI table
Liran Alon
3
-0
/
+2
2020-05-04
tests/acpi: add expected tables for bios-tables-test
Shameer Kolothum
6
-5
/
+0
2020-05-04
bios-tables-test: test pc-dimm and nvdimm coldplug for arm/virt
Shameer Kolothum
1
-2
/
+7
2020-05-04
tests: Update ACPI tables list for upcoming arm/virt test changes
Shameer Kolothum
3
-0
/
+3
2020-05-04
hw/acpi/nvdimm: Fix for NVDIMM incorrect DSM output buffer length
Shameer Kolothum
1
-0
/
+2
2020-05-04
acpi: DSDT without _STA
Michael S. Tsirkin
18
-17
/
+0
2020-05-04
qtest: allow DSDT acpi table changes
Gerd Hoffmann
1
-0
/
+17
2020-04-30
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
7
-11
/
+446
2020-04-30
qcow2: Forward ZERO_WRITE flag for full preallocation
Kevin Wolf
1
-2
/
+2
2020-04-30
iotests: Test committing to short backing file
Kevin Wolf
3
-0
/
+424
2020-04-30
iotests: Filter testfiles out in filter_img_info()
Kevin Wolf
1
-2
/
+3
2020-04-30
block: Add flags to bdrv(_co)_truncate()
Kevin Wolf
1
-3
/
+3
2020-04-30
block: Add flags to BlockDriver.bdrv_co_truncate()
Kevin Wolf
1
-1
/
+2
2020-04-30
qemu-iotests: allow qcow2 external discarded clusters to contain stale data
Paolo Bonzini
2
-5
/
+14
2020-04-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200430-...
Peter Maydell
2
-5
/
+11
2020-04-30
qdev: add clock input&output support to devices.
Damien Hedde
1
-0
/
+1
2020-04-30
tests/boot_linux_console: Add ethernet test to SmartFusion2
Subbaraya Sundeep
1
-5
/
+10
2020-04-30
qapi: Assert output visitors see only valid enum values
Markus Armbruster
2
-58
/
+0
2020-04-30
qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead
Markus Armbruster
1
-23
/
+14
[prev]
[next]