index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
qcow2: Add falloc and full preallocation option
Hu Tao
2014-09-12
1
-27
/
+27
|
*
qapi: introduce PreallocMode and new PreallocModes full and falloc.
Hu Tao
2014-09-12
1
-1
/
+1
|
*
block: round up file size to nearest sector
Hu Tao
2014-09-12
4
-0
/
+91
|
*
iotests: Send the correct fd in socket_scm_helper
Stratos Psomadakis
2014-09-12
1
-1
/
+1
|
*
qemu-iotests: Run 025 for Archipelago block driver
Chrysostomos Nanakos
2014-09-10
1
-1
/
+1
*
|
libqos virtio: Increase ISR timeout
Marc Marí
2014-09-12
1
-2
/
+2
|
/
*
qtest/ide: Uninitialize PC allocator
John Snow
2014-09-08
1
-0
/
+2
*
libqos: add a simple first-fit memory allocator
John Snow
2014-09-08
2
-10
/
+279
*
libqos: Added EVENT_IDX support
Marc Marí
2014-09-08
4
-1
/
+156
*
libqos: Added MSI-X support
Marc Marí
2014-09-08
7
-62
/
+426
*
libqos: Added test case for configuration changes in virtio-blk test
Marc Marí
2014-09-08
1
-0
/
+34
*
libqos: Added indirect descriptor support to virtio implementation
Marc Marí
2014-09-08
4
-1
/
+195
*
libqos: Added basic virtqueue support to virtio implementation
Marc Marí
2014-09-08
5
-3
/
+476
*
tests: Add virtio device initialization
Marc Marí
2014-09-08
8
-5
/
+257
*
tests: Functions bus_foreach and device_find from libqos virtio API
Marc Marí
2014-09-08
5
-9
/
+177
*
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
2014-08-29
4
-37
/
+235
|
\
|
*
qemu-iotests: add multiwrite test cases
Stefan Hajnoczi
2014-08-29
3
-0
/
+224
|
*
test-aio: test timers on Windows too
Paolo Bonzini
2014-08-29
1
-37
/
+11
*
|
Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140829-1' into s...
Peter Maydell
2014-08-29
4
-1
/
+114
|
\
\
|
|
/
|
/
|
|
*
tests: add xHCI qtest
Gonglei
2014-08-29
2
-0
/
+38
|
*
tests: add UHCI qtest
Gonglei
2014-08-29
2
-1
/
+38
|
*
tests: add OHCI qtest
Gonglei
2014-08-29
2
-0
/
+38
*
|
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2014-08-28
1
-2
/
+0
|
\
\
|
*
|
scsi-bus: Convert DeviceClass init to realize
Fam Zheng
2014-08-26
1
-2
/
+0
*
|
|
libqtest: launch QEMU with QEMU_AUDIO_DRV=none
Stefan Hajnoczi
2014-08-28
1
-0
/
+1
|
|
/
|
/
|
*
|
tests/bios-tables-test: check the value returned by fopen()
zhanghailiang
2014-08-24
1
-0
/
+5
*
|
qemu-iotests: add test case 101 for short file I/O
Stefan Hajnoczi
2014-08-22
3
-0
/
+69
*
|
iotests: Add test for image filename construction
Max Reitz
2014-08-20
3
-0
/
+137
*
|
qemu-iotests: Fix 028 reference output for qed
Kevin Wolf
2014-08-20
4
-19
/
+26
*
|
test-coroutine: test cost introduced by coroutine
Ming Lei
2014-08-20
1
-0
/
+30
*
|
iotests: Add test for qcow2's cache options
Max Reitz
2014-08-20
3
-0
/
+129
*
|
runner: Kill a program under test by time-out
Maria Kustova
2014-08-20
1
-4
/
+25
*
|
runner: Add an argument for test duration
Maria Kustova
2014-08-20
1
-4
/
+17
|
/
*
image-fuzzer: Reduce number of generator functions in __init__
Maria Kustova
2014-08-15
1
-161
/
+143
*
image-fuzzer: Add generators of L1/L2 tables
Maria Kustova
2014-08-15
1
-65
/
+190
*
image-fuzzer: Add fuzzing functions for L1/L2 table entries
Maria Kustova
2014-08-15
1
-0
/
+28
*
image-fuzzer: Public API for image-fuzzer/runner/runner.py
Maria Kustova
2014-08-15
1
-0
/
+1
*
image-fuzzer: Generator of fuzzed qcow2 images
Maria Kustova
2014-08-15
1
-0
/
+369
*
image-fuzzer: Fuzzing functions for qcow2 images
Maria Kustova
2014-08-15
1
-0
/
+327
*
image-fuzzer: Tool for fuzz tests execution
Maria Kustova
2014-08-15
1
-0
/
+405
*
libqos: Change free function called in malloc
Marc Marí
2014-08-15
1
-1
/
+1
*
libqos: Correct mask to align size to PAGE_SIZE in malloc-pc
Marc Marí
2014-08-15
1
-1
/
+1
*
libqtest: add QTEST_LOG for debugging qtest testcases
Marc Marí
2014-08-15
1
-0
/
+4
*
ide: Fix segfault when flushing a device that doesn't exist
Kevin Wolf
2014-08-15
1
-0
/
+14
*
qtest/ide: Fix small memory leak
John Snow
2014-08-15
1
-0
/
+2
*
libqos: allow qpci_iomap to return BAR mapping size
John Snow
2014-08-15
5
-7
/
+10
*
libqos: Fixes a small memory leak.
John Snow
2014-08-15
2
-0
/
+8
*
libqtest: Correct small memory leak.
John Snow
2014-08-15
1
-0
/
+1
*
libqos: Correct memory leak
John Snow
2014-08-15
1
-0
/
+3
*
qtest: Adding qtest_memset and qmemset.
John Snow
2014-08-15
2
-0
/
+36
[prev]
[next]