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
2020-06-26
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
7
-4
/
+4532
2020-06-26
i386: Mask SVM features if nested SVM is disabled
Eduardo Habkost
1
-2
/
+2
2020-06-26
target/i386: reimplement fpatan using floatx80 operations
Joseph Myers
1
-0
/
+1071
2020-06-26
target/i386: reimplement fyl2x using floatx80 operations
Joseph Myers
1
-0
/
+1161
2020-06-26
target/i386: reimplement fyl2xp1 using floatx80 operations
Joseph Myers
1
-0
/
+1156
2020-06-26
target/i386: reimplement f2xm1 using floatx80 operations
Joseph Myers
1
-0
/
+1140
2020-06-26
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-1
/
+11
2020-06-26
libqos: pci-pc: use 32-bit write for EJ register
Paolo Bonzini
1
-1
/
+1
2020-06-26
libqos: usb-hcd-ehci: use 32-bit write for config register
Paolo Bonzini
1
-1
/
+1
2020-06-25
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
20
-1
/
+19
2020-06-25
Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...
Peter Maydell
2
-56
/
+613
2020-06-24
tests/acpi: update expected data files
Gerd Hoffmann
18
-0
/
+0
2020-06-24
acpi: bios-tables-test: show more context on asl diffs
Gerd Hoffmann
1
-1
/
+1
2020-06-24
qtest: allow DSDT acpi table changes
Gerd Hoffmann
1
-0
/
+18
2020-06-24
Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-06-23-1...
Peter Maydell
1
-1
/
+1
2020-06-23
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200623'...
Peter Maydell
1
-4
/
+34
2020-06-23
check-block: enable iotests with SafeStack
Daniele Buono
1
-1
/
+11
2020-06-23
qdev: Reject drive property override
Markus Armbruster
1
-85
/
+3
2020-06-23
fdc: Deprecate configuring floppies with -global isa-fdc
Markus Armbruster
1
-0
/
+30
2020-06-23
fdc: Reject clash between -drive if=floppy and -global isa-fdc
Markus Armbruster
2
-116
/
+35
2020-06-23
iotests/172: Cover -global floppy.drive=...
Markus Armbruster
2
-0
/
+141
2020-06-23
iotests/172: Cover empty filename and multiple use of drives
Markus Armbruster
2
-0
/
+62
2020-06-23
iotests/172: Include "info block" in test output
Markus Armbruster
2
-2
/
+489
2020-06-23
Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-hw-20200622'...
Peter Maydell
1
-0
/
+68
2020-06-23
tests/qtest/arm-cpu-features: Add feature setting tests
Andrew Jones
1
-4
/
+34
2020-06-22
BootLinuxConsoleTest: Test the RX GDB simulator
Philippe Mathieu-Daudé
1
-0
/
+68
2020-06-21
tests/acceptance: record/replay tests with advcal images
Pavel Dovgalyuk
1
-0
/
+108
2020-06-21
tests/acceptance: add record/replay test for m68k
Pavel Dovgalyuk
1
-0
/
+18
2020-06-21
tests/acceptance: add record/replay test for ppc64
Pavel Dovgalyuk
1
-0
/
+16
2020-06-21
tests/acceptance: add record/replay test for arm
Pavel Dovgalyuk
1
-0
/
+48
2020-06-21
tests/acceptance: add record/replay test for aarch64
Pavel Dovgalyuk
1
-0
/
+19
2020-06-21
tests/acceptance: add kernel record/replay test for x86_64
Pavel Dovgalyuk
1
-0
/
+18
2020-06-21
tests/acceptance: add base class record/replay kernel tests
Pavel Dovgalyuk
1
-0
/
+73
2020-06-19
qht: Fix threshold rate calculation
Richard Henderson
1
-1
/
+2
2020-06-19
tpm: Move backend code under the 'backends/' directory
Philippe Mathieu-Daudé
1
-1
/
+1
2020-06-18
Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200617a'...
Peter Maydell
1
-27
/
+7
2020-06-18
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
10
-270
/
+302
2020-06-18
configure: Add -Wno-psabi
Richard Henderson
1
-1
/
+1
2020-06-17
tests/migration: fix unreachable path in stress test
Mao Zhongyi
1
-8
/
+5
2020-06-17
tests/migration: mem leak fix
Mao Zhongyi
1
-19
/
+2
2020-06-17
iotests: Add copyright line in qcow2.py
Eric Blake
2
-0
/
+3
2020-06-17
iotests/{190,291}: compat=0.10 is unsupported
Max Reitz
2
-0
/
+4
2020-06-17
iotests/229: data_file is unsupported
Max Reitz
1
-0
/
+3
2020-06-17
iotests/292: data_file is unsupported
Max Reitz
1
-0
/
+5
2020-06-17
iotests/041: Skip test_small_target for qed
Max Reitz
1
-0
/
+2
2020-06-17
iotests.py: Add skip_for_formats() decorator
Max Reitz
2
-4
/
+19
2020-06-17
qdev-properties: add getter for size32 and blocksize
Roman Kagan
1
-265
/
+265
2020-06-17
block: consolidate blocksize properties consistency checks
Roman Kagan
1
-1
/
+1
2020-06-16
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-16...
Peter Maydell
13
-13
/
+499
2020-06-16
plugins: new lockstep plugin for debugging TCG changes
Alex Bennée
3
-1
/
+343
[next]