| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: fix virtio-blk-test leaks | Marc-André Lureau | 2017-03-01 | 1 | -1/+2 |
* | tests: add specialized device_find function | Marc-André Lureau | 2017-03-01 | 1 | -4/+25 |
* | tests: fix vhost-user-test leaks | Marc-André Lureau | 2017-03-01 | 1 | -0/+6 |
* | libqos: Change PCI accessors to take opaque BAR handle | David Gibson | 2016-10-28 | 1 | -48/+53 |
* | libqos: Add 64-bit PCI IO accessors | David Gibson | 2016-10-28 | 1 | -12/+4 |
* | libqos: Give qvirtio_config_read*() consistent semantics | David Gibson | 2016-10-28 | 1 | -11/+14 |
* | tests: enable virtio tests on SPAPR | Laurent Vivier | 2016-10-28 | 1 | -2/+22 |
* | tests: rename target_big_endian() as qvirtio_is_big_endian() | Laurent Vivier | 2016-10-28 | 1 | -1/+1 |
* | tests: move QVirtioBus pointer into QVirtioDevice | Laurent Vivier | 2016-10-28 | 1 | -0/+2 |
* | qtest: ask endianness of the target in qtest_init() | Laurent Vivier | 2016-10-14 | 1 | -1/+1 |
* | libqos: add qvirtqueue_cleanup() | Stefan Hajnoczi | 2016-06-20 | 1 | -0/+10 |
* | libqos: drop duplicated virtio_pci.h definitions | Stefan Hajnoczi | 2016-06-20 | 1 | -20/+22 |
* | libqos: drop duplicated virtio_ring.h bit definitions | Stefan Hajnoczi | 2016-06-20 | 1 | -2/+3 |
* | libqos: drop duplicated PCI vendor ID definition | Stefan Hajnoczi | 2016-06-20 | 1 | -1/+2 |
* | tests: Remove unnecessary glib.h includes | Peter Maydell | 2016-06-07 | 1 | -1/+0 |
* | tests: Clean up includes | Peter Maydell | 2016-02-16 | 1 | -1/+1 |
* | libqos: Solve bug in interrupt checking when using MSIX in virtio-pci.c | Marc Marí | 2015-03-10 | 1 | -4/+12 |
* | libqos: Remove PCI assumptions in constants of virtio driver | Marc Marí | 2015-03-10 | 1 | -15/+15 |
* | libqos: Change use of pointers to uint64_t in virtio | Marc Marí | 2015-03-10 | 1 | -9/+11 |
* | libqos: Added EVENT_IDX support | Marc Marí | 2014-09-08 | 1 | -0/+1 |
* | libqos: Added MSI-X support | Marc Marí | 2014-09-08 | 1 | -19/+123 |
* | libqos: Added indirect descriptor support to virtio implementation | Marc Marí | 2014-09-08 | 1 | -0/+10 |
* | libqos: Added basic virtqueue support to virtio implementation | Marc Marí | 2014-09-08 | 1 | -0/+82 |
* | tests: Add virtio device initialization | Marc Marí | 2014-09-08 | 1 | -0/+71 |
* | tests: Functions bus_foreach and device_find from libqos virtio API | Marc Marí | 2014-09-08 | 1 | -0/+75 |