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
2015-07-08
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-0
/
+505
2015-07-08
libqos/ahci: fix ahci_write_fis for ncq on ppc64
John Snow
2
-10
/
+12
2015-07-08
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-0
/
+467
2015-07-08
crypto: introduce generic cipher API & built-in implementation
Daniel P. Berrange
3
-0
/
+293
2015-07-08
tco-test: fix up config accesses and re-enable
Michael S. Tsirkin
2
-13
/
+4
2015-07-08
ich9: implement strap SPKR pin logic
Paulo Alcantara
1
-2
/
+16
2015-07-08
tests: add testcase for TCO watchdog emulation
Paulo Alcantara
2
-0
/
+462
2015-07-07
Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...
Peter Maydell
2
-4
/
+4
2015-07-07
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150707-1' into s...
Peter Maydell
2
-0
/
+21
2015-07-07
rocker: tests: don't need to specify master/self when setting vlans
Scott Feldman
2
-4
/
+4
2015-07-07
crypto: introduce new module for computing hash digests
Daniel P. Berrange
3
-0
/
+212
2015-07-07
virtio-gpu: add to display-vga test
Gerd Hoffmann
2
-0
/
+21
2015-07-04
qtest/ahci: halted ncq migration test
John Snow
1
-4
/
+15
2015-07-04
qtest/ahci: halted NCQ test
John Snow
1
-4
/
+15
2015-07-04
qtest/ahci: ncq migration test
John Snow
1
-4
/
+15
2015-07-04
qtest/ahci: simple ncq data test
John Snow
3
-33
/
+53
2015-07-04
libqos/ahci: Force all NCQ commands to be LBA48
John Snow
1
-1
/
+1
2015-07-04
libqos/ahci: set the NCQ tag on command_commit
John Snow
1
-0
/
+5
2015-07-04
libqos/ahci: adjust expected NCQ interrupts
John Snow
1
-2
/
+7
2015-07-04
libqos/ahci: edit wait to be ncq aware
John Snow
1
-3
/
+7
2015-07-04
libqos/ahci: add NCQ frame support
John Snow
2
-10
/
+63
2015-07-04
libqos/ahci: fix cmd_sanity for ncq
John Snow
2
-24
/
+25
2015-07-04
ahci/qtest: Execute IDENTIFY prior to data commands
John Snow
1
-0
/
+6
2015-07-04
qtest/ahci: add port_reset test
John Snow
1
-0
/
+24
2015-07-04
libqos/ahci: fix memory management bugs
John Snow
1
-2
/
+4
2015-07-04
qtest/ahci: add test_max
John Snow
1
-5
/
+45
2015-07-02
iotests: Use event_wait in wait_ready
Fam Zheng
1
-7
/
+2
2015-07-02
qemu-iotests: Add test case for mirror with unmap
Fam Zheng
3
-0
/
+65
2015-07-02
qemu-iotests: Make block job methods common
Fam Zheng
2
-51
/
+43
2015-07-02
timer: Use a single definition of NSEC_PER_SEC for the whole codebase
Alberto Garcia
3
-17
/
+16
2015-07-02
qapi: Rename 'dirty-bitmap' mode to 'incremental'
John Snow
1
-3
/
+3
2015-06-24
qemu-iotests: fix 051.out after qdev error message change
Stefan Hajnoczi
1
-8
/
+0
2015-06-23
util/hbitmap: Add an API to reset all set bits in hbitmap
Wen Congyang
1
-0
/
+38
2015-06-22
QemuOpts: Wean off qerror_report_err()
Markus Armbruster
2
-2
/
+3
2015-06-22
qobject: Use 'bool' inside qdict
Eric Blake
1
-1
/
+1
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
3
-9
/
+10
2015-06-22
Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...
Peter Maydell
9
-31
/
+330
2015-06-22
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
4
-9
/
+207
2015-06-19
qom: Don't pass string table to object_get_enum() function
Daniel P. Berrange
1
-0
/
+43
2015-06-19
qom: Add an object_property_add_enum() helper function
Daniel P. Berrange
1
-0
/
+73
2015-06-19
qom: Add object_new_with_props() / object_new_withpropv() helpers
Daniel P. Berrange
3
-1
/
+191
2015-06-19
tests: virtio-scsi: Add test for unaligned WRITE SAME
Fam Zheng
1
-0
/
+173
2015-06-19
tests: Use qtest_add_data_func() consistently
Andreas Färber
6
-30
/
+23
2015-06-18
qapi: Catch and reject flat union branch of array type
Markus Armbruster
1
-10
/
+1
2015-06-18
tests/qapi-schema: New flat union array branch test case
Markus Armbruster
5
-1
/
+25
2015-06-18
qapi: Fix file name in error messages for included files
Markus Armbruster
2
-3
/
+3
2015-06-17
tests: virtio-scsi: Move start/stop to individual test functions
Fam Zheng
1
-6
/
+22
2015-06-17
libqos: Complete virtio device ID definition list
Fam Zheng
1
-2
/
+8
2015-06-17
libqos: Allow calling guest_free on NULL pointer
Fam Zheng
1
-0
/
+3
2015-06-17
tests: Link libqos virtio object to virtio-scsi-test
Fam Zheng
1
-1
/
+1
[next]