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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
2014-09-29
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
5
-0
/
+60
2014-09-29
libqos: use microseconds instead of iterations for virtio timeout
Stefan Hajnoczi
3
-43
/
+42
2014-09-29
libqos: improve event_index test with timeout
Stefan Hajnoczi
3
-4
/
+31
2014-09-29
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
4
-3
/
+77
2014-09-26
qapi: Ignore files created during make check
Eric Blake
1
-0
/
+3
2014-09-26
qapi: Consistent whitespace in tests/Makefile
Eric Blake
1
-16
/
+16
2014-09-26
qemu-iotests: Test missing "driver" key for blockdev-add
Fam Zheng
2
-0
/
+30
2014-09-26
tests: add QMP input visitor test for unions with no discriminator
Michael Roth
3
-0
/
+30
2014-09-26
tests: avoid running duplicate qom-tests
Michael Roth
1
-1
/
+2
2014-09-25
qemu-iotests: Fail test if explicit test case number is unknown
Fam Zheng
1
-2
/
+8
2014-09-25
block: Catch simultaneous usage of options and their aliases
Kevin Wolf
2
-0
/
+68
2014-09-25
block: Improve message for device name clashing with node name
Markus Armbruster
1
-1
/
+1
2014-09-22
async: aio_context_new(): Handle event_notifier_init failure
Chrysostomos Nanakos
3
-3
/
+27
2014-09-22
block: delete cow block driver
Stefan Hajnoczi
5
-12
/
+5
2014-09-22
ahci: Add test_identify case to ahci-test.
John Snow
1
-0
/
+304
2014-09-22
ahci: Add test_hba_enable to ahci-test.
John Snow
1
-0
/
+156
2014-09-22
ahci: Add test_hba_spec to ahci-test.
John Snow
1
-1
/
+560
2014-09-22
ahci: add test_pci_enable to ahci-test.
John Snow
2
-0
/
+59
2014-09-22
ahci: Add test_pci_spec to ahci-test.
John Snow
1
-6
/
+299
2014-09-22
ahci: Adding basic functionality qtest.
John Snow
2
-0
/
+198
2014-09-22
layout: Add generators for refcount table and blocks
Maria Kustova
1
-1
/
+137
2014-09-22
fuzz: Add fuzzing functions for entries of refcount table and blocks
Maria Kustova
1
-1
/
+15
2014-09-22
image-fuzzer: Trivial readability and formatting improvements
Maria Kustova
2
-31
/
+28
2014-09-22
iotests: Add more tests for qcow2 corruption
Max Reitz
2
-2
/
+105
2014-09-22
qcow2: Use qcow2_signal_corruption() for overlaps
Max Reitz
1
-5
/
+5
2014-09-22
thread-pool: Convert thread_pool_aiocb_info.cancel to cancel_async
Fam Zheng
1
-8
/
+26
2014-09-18
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-11
/
+150
2014-09-18
qdev: Move global validation to a single function
Eduardo Habkost
1
-11
/
+55
2014-09-18
qdev: Rename qdev_prop_check_global() to qdev_prop_check_globals()
Eduardo Habkost
1
-1
/
+1
2014-09-18
test-qdev-global-props: Test handling of hotpluggable and non-device types
Eduardo Habkost
1
-0
/
+55
2014-09-18
test-qdev-global-props: Initialize not_used=true for all props
Eduardo Habkost
1
-2
/
+5
2014-09-18
test-qdev-global-props: Run tests on subprocess
Eduardo Habkost
1
-6
/
+43
2014-09-18
tests: disable global props test for old glib
Michael S. Tsirkin
1
-1
/
+1
2014-09-15
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
8
-30
/
+121
2014-09-14
test-qdev-global-props: Trivial comment fix
Eduardo Habkost
1
-1
/
+1
2014-09-12
qcow2: Add falloc and full preallocation option
Hu Tao
1
-27
/
+27
2014-09-12
qapi: introduce PreallocMode and new PreallocModes full and falloc.
Hu Tao
1
-1
/
+1
2014-09-12
block: round up file size to nearest sector
Hu Tao
4
-0
/
+91
2014-09-12
libqos virtio: Increase ISR timeout
Marc Marí
1
-2
/
+2
2014-09-12
iotests: Send the correct fd in socket_scm_helper
Stratos Psomadakis
1
-1
/
+1
2014-09-10
qemu-iotests: Run 025 for Archipelago block driver
Chrysostomos Nanakos
1
-1
/
+1
2014-09-08
qtest/ide: Uninitialize PC allocator
John Snow
1
-0
/
+2
2014-09-08
libqos: add a simple first-fit memory allocator
John Snow
2
-10
/
+279
2014-09-08
libqos: Added EVENT_IDX support
Marc Marí
4
-1
/
+156
2014-09-08
libqos: Added MSI-X support
Marc Marí
7
-62
/
+426
2014-09-08
libqos: Added test case for configuration changes in virtio-blk test
Marc Marí
1
-0
/
+34
2014-09-08
libqos: Added indirect descriptor support to virtio implementation
Marc Marí
4
-1
/
+195
2014-09-08
libqos: Added basic virtqueue support to virtio implementation
Marc Marí
5
-3
/
+476
2014-09-08
tests: Add virtio device initialization
Marc Marí
8
-5
/
+257
2014-09-08
tests: Functions bus_foreach and device_find from libqos virtio API
Marc Marí
5
-9
/
+177
[next]