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
*
blkdebug: fix "once" rule
John Snow
2015-03-10
1
-20
/
+4
*
iotests: Add test for different refcount widths
Max Reitz
2015-03-10
3
-0
/
+272
*
qcow2: Allow creation with refcount order != 4
Max Reitz
2015-03-10
3
-80
/
+107
*
iotests: Prepare for refcount_bits option
Max Reitz
2015-03-10
13
-37
/
+41
*
qcow2: Add refcount_bits to format-specific info
Max Reitz
2015-03-10
5
-8
/
+30
*
libqos: Add virtio MMIO support
Marc Marí
2015-03-10
4
-8
/
+323
*
libqos: Add malloc generic
Marc Marí
2015-03-10
2
-0
/
+60
*
libqos: Remove PCI assumptions in constants of virtio driver
Marc Marí
2015-03-10
3
-32
/
+33
*
tests: Prepare virtio-blk-test for multi-arch implementation
Marc Marí
2015-03-10
1
-65
/
+89
*
libqos: Change use of pointers to uint64_t in virtio
Marc Marí
2015-03-10
4
-28
/
+37
*
test-coroutine: Regression test for yield bug
Stefan Hajnoczi
2015-03-09
1
-0
/
+26
*
QemuOpts: Drop qemu_opt_set(), rename qemu_opt_set_err(), fix use
Markus Armbruster
2015-02-26
1
-3
/
+3
*
QemuOpts: Convert qemu_opts_set() to Error, fix its use
Markus Armbruster
2015-02-26
1
-3
/
+3
*
QemuOpts: Convert qemu_opt_set_number() to Error, fix its use
Markus Armbruster
2015-02-26
1
-8
/
+8
*
QemuOpts: Convert qemu_opt_set_bool() to Error, fix its use
Markus Armbruster
2015-02-26
1
-5
/
+5
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2015-02-24
2
-2
/
+311
|
\
|
*
rcu: introduce RCU-enabled QLIST
Mike Day
2015-02-16
2
-1
/
+310
|
*
rcu: run RCU callbacks under the BQL
Paolo Bonzini
2015-02-11
1
-1
/
+1
*
|
qemu-io: Remove "growable" option
Max Reitz
2015-02-16
3
-97
/
+1
*
|
blockdev: Use blk_new_open() in blockdev_init()
Max Reitz
2015-02-16
2
-35
/
+35
*
|
iotests: Add test for driver=qcow2, format=qcow2
Max Reitz
2015-02-16
2
-0
/
+4
*
|
block: Add Error parameter to bdrv_find_protocol()
Max Reitz
2015-02-16
1
-2
/
+2
*
|
iotests: Add test for qemu-img convert to NBD
Max Reitz
2015-02-16
3
-0
/
+72
*
|
qemu-iotests: Add 093 for IO throttling
Fam Zheng
2015-02-16
3
-0
/
+120
*
|
qemu-iotests: Allow caller to disable underscore convertion for qmp
Fam Zheng
2015-02-16
1
-2
/
+5
*
|
qemu-iotests: Add VM method qtest() to iotests.py
Fam Zheng
2015-02-16
1
-2
/
+14
*
|
qtest/ahci: Adding simple dma read-write test
John Snow
2015-02-16
1
-0
/
+55
*
|
qtest/ahci: Assert sector size in identify test
John Snow
2015-02-16
1
-0
/
+4
*
|
libqos/ahci: Add ahci_clean_mem
John Snow
2015-02-16
5
-0
/
+28
*
|
libqos/ahci: add ahci_io
John Snow
2015-02-16
3
-38
/
+52
*
|
libqos/ahci: Add ahci_guest_io
John Snow
2015-02-16
2
-0
/
+17
*
|
libqos/ahci: add ahci command size setters
John Snow
2015-02-16
2
-0
/
+26
*
|
libqos/ahci: add ahci command verify
John Snow
2015-02-16
3
-14
/
+18
*
|
libqos/ahci: add ahci command functions
John Snow
2015-02-16
3
-56
/
+237
*
|
libqos/ahci: Add ide cmd properties
John Snow
2015-02-16
1
-0
/
+39
*
|
qtest/ahci: add ahci_write_fis
John Snow
2015-02-16
3
-2
/
+17
*
|
qtest/ahci: Demagic ahci tests.
John Snow
2015-02-16
2
-6
/
+59
*
|
libqos/ahci: Add cmd response sanity check helpers
John Snow
2015-02-16
3
-42
/
+88
*
|
libqos/ahci: Add port_check_nonbusy helper
John Snow
2015-02-16
3
-0
/
+20
*
|
libqos/ahci: Add ahci_port_check_interrupts helper
John Snow
2015-02-16
3
-11
/
+18
*
|
libqos/ahci: Add ahci_port_check_error helper
John Snow
2015-02-16
3
-7
/
+24
*
|
libqos/ahci: Add command header helpers
John Snow
2015-02-16
3
-25
/
+110
*
|
qtest/ahci: rename 'Command' to 'CommandHeader'
John Snow
2015-02-16
2
-8
/
+7
*
|
libqos/ahci: Add ahci_port_clear helper
John Snow
2015-02-16
3
-7
/
+19
*
|
libqos/ahci: Add ahci_port_select helper
John Snow
2015-02-16
3
-17
/
+30
*
|
libqos/ahci: create libqos/ahci.c
John Snow
2015-02-16
4
-226
/
+280
*
|
qtest/ahci: Bookmark FB and CLB pointers
John Snow
2015-02-16
2
-22
/
+26
*
|
qtest/ahci: remove getter/setter macros
John Snow
2015-02-16
1
-95
/
+83
*
|
libqos/ahci: Functional register helpers
John Snow
2015-02-16
2
-14
/
+74
*
|
qtest/ahci: remove guest_malloc global
John Snow
2015-02-16
1
-9
/
+9
[next]