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
/
libqos
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-29
libqos: tolerate wait-unplug migration state
Jens Freimann
1
-1
/
+2
2019-10-25
libqos: add VIRTIO PCI 1.0 support
Stefan Hajnoczi
4
-1
/
+475
2019-10-25
libqos: extract Legacy virtio-pci.c code
Stefan Hajnoczi
2
-19
/
+12
2019-10-25
libqos: make the virtio-pci BAR index configurable
Stefan Hajnoczi
2
-1
/
+4
2019-10-25
libqos: expose common virtqueue setup/cleanup functions
Stefan Hajnoczi
2
-9
/
+18
2019-10-25
libqos: add MSI-X callbacks to QVirtioPCIDevice
Stefan Hajnoczi
2
-9
/
+40
2019-10-25
libqos: pass full QVirtQueue to set_queue_address()
Stefan Hajnoczi
3
-5
/
+9
2019-10-25
libqos: add iteration support to qpci_find_capability()
Stefan Hajnoczi
2
-7
/
+25
2019-10-25
libqos: access VIRTIO 1.0 vring in little-endian
Stefan Hajnoczi
4
-35
/
+102
2019-10-25
libqos: implement VIRTIO 1.0 FEATURES_OK step
Stefan Hajnoczi
1
-1
/
+17
2019-10-25
libqos: enforce Device Initialization order
Stefan Hajnoczi
2
-0
/
+8
2019-10-25
libqos: add missing virtio-9p feature negotiation
Stefan Hajnoczi
1
-0
/
+6
2019-10-25
libqos: extend feature bits to 64-bit
Stefan Hajnoczi
5
-23
/
+39
2019-10-25
libqos: read QVIRTIO_MMIO_VERSION register
Stefan Hajnoczi
2
-0
/
+4
2019-09-05
tests/libqos: Replace clock_step with qtest_clock_step in virtio code
Thomas Huth
4
-19
/
+35
2019-09-05
tests/libqos/e1000e: Make e1000e libqos functions independent from global_qtest
Thomas Huth
1
-5
/
+11
2019-08-15
tests/libqtest: Make qtest_qmp_device_add/del independent from global_qtest
Thomas Huth
2
-4
/
+4
2019-08-15
tests/libqos: Make virtio-pci code independent from global_qtest
Thomas Huth
1
-4
/
+4
2019-08-15
tests/libqos: Make generic virtio code independent from global_qtest
Thomas Huth
2
-50
/
+61
2019-08-15
tests: Set read-zeroes on for null-co driver
Andrey Shinkevich
1
-1
/
+2
2019-08-15
libqos: Account for the ctrl queue in virtio-net
Oleinik, Alexander
2
-1
/
+2
2019-06-12
Supply missing header guards
Markus Armbruster
7
-0
/
+35
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
21
-4
/
+22
2019-06-03
libqos: i2c: move address into QI2CDevice
Paolo Bonzini
2
-34
/
+44
2019-06-03
tests: convert ds1338-test to qtest
Paolo Bonzini
2
-21
/
+0
2019-06-03
tests: convert OMAP i2c tests to qgraph
Paolo Bonzini
2
-23
/
+0
2019-06-03
libqos: add ARM imx25-pdk machine object
Paolo Bonzini
1
-0
/
+92
2019-06-03
libqos: add ARM n800 machine object
Paolo Bonzini
1
-0
/
+92
2019-06-03
libqos: convert I2C to qgraph
Paolo Bonzini
4
-8
/
+81
2019-06-03
libqos: split I2CAdapter initialization and allocation
Paolo Bonzini
3
-28
/
+61
2019-06-03
libqos: fix omap-i2c receiving more than 4 bytes
Paolo Bonzini
1
-5
/
+14
2019-06-03
libqos: move common i2c code to libqos
Paolo Bonzini
2
-0
/
+58
2019-06-03
qgraph: fix qos_node_contains with options
Paolo Bonzini
2
-10
/
+17
2019-05-23
tests: fw_cfg: add a function to get the fw_cfg file
Li Qiang
2
-0
/
+47
2019-05-23
tests/libqos: Add pc_fw_cfg_uninit() and use it
Philippe Mathieu-Daudé
2
-1
/
+6
2019-05-23
tests/libqos: Add io_fw_cfg_uninit() and mm_fw_cfg_uninit()
Philippe Mathieu-Daudé
2
-0
/
+12
2019-05-21
tests/libqos: Get rid of global_qtest dependency in qvring_init()
Thomas Huth
4
-11
/
+15
2019-05-13
Clean up ill-advised or unusual header guards
Markus Armbruster
2
-4
/
+4
2019-05-13
Clean up header guards that don't match their file name
Markus Armbruster
1
-2
/
+2
2019-05-13
Clean up includes
Markus Armbruster
1
-4
/
+0
2019-05-08
tests: qpci_unplug_acpi_device_test() should not rely on global_qtest
Thomas Huth
2
-6
/
+6
2019-04-08
test qgraph.c: Fix segs due to out of scope default
Dr. David Alan Gilbert
1
-2
/
+4
2019-04-08
tests/libqos: fix usage of bool in pci-spapr.c
Jafar Abdi
1
-1
/
+1
2019-04-08
tests/libqos: fix usage of bool in pci-pc.c
Jafar Abdi
1
-1
/
+1
2019-03-12
ahci-test: Drop dependence on global_qtest
Eric Blake
2
-10
/
+0
2019-03-07
qos-test: tpci200 test node
Emanuele Giuseppe Esposito
1
-0
/
+65
2019-03-07
tests: move virtio entirely to qos-test
Paolo Bonzini
2
-19
/
+0
2019-03-07
tests/libqos: remove pre-qgraph QVirtioPCIDevice API
Paolo Bonzini
2
-99
/
+17
2019-03-07
tests/libqos: virtio-scsi driver and interface nodes
Emanuele Giuseppe Esposito
2
-0
/
+156
2019-03-07
tests/libqos: support multiqueue for virtio-net
Paolo Bonzini
2
-6
/
+19
[next]