Age | Commit message (Expand) | Author |
2016-10-28 | libqos: Change PCI accessors to take opaque BAR handle | David Gibson |
2016-10-28 | tests: Don't assume structure of PCI IO base in ahci-test | David Gibson |
2016-10-28 | libqos: Add 64-bit PCI IO accessors | David Gibson |
2016-10-28 | libqos: Implement mmio accessors in terms of mem{read,write} | David Gibson |
2016-10-28 | libqos: Add streaming accessors for PCI MMIO | David Gibson |
2016-10-28 | libqos: Better handling of PCI legacy IO | David Gibson |
2016-10-28 | libqos: Move BAR assignment to common code | David Gibson |
2016-10-28 | libqos: Handle PCI IO de-multiplexing in common code | David Gibson |
2016-10-28 | libqos: Give qvirtio_config_read*() consistent semantics | David Gibson |
2016-10-28 | tests: enable virtio tests on SPAPR | Laurent Vivier |
2016-10-28 | tests: rename target_big_endian() as qvirtio_is_big_endian() | Laurent Vivier |
2016-10-28 | tests: move QVirtioBus pointer into QVirtioDevice | Laurent Vivier |
2016-10-28 | tests: don't check if qtest_spapr_boot() returns NULL | Laurent Vivier |
2016-10-16 | spapr: Improved placement of PCI host bridges in guest memory map | David Gibson |
2016-10-16 | libqos: Limit spapr-pci to 32-bit MMIO for now | David Gibson |
2016-10-16 | libqos: Correct error in PCI hole sizing for spapr | David Gibson |
2016-10-16 | libqos: Isolate knowledge of spapr memory map to qpci_init_spapr() | David Gibson |
2016-10-14 | qtest: ask endianness of the target in qtest_init() | Laurent Vivier |
2016-10-06 | libqos: use generic qtest_shutdown() | Laurent Vivier |
2016-10-06 | libqos: add PCI management in qtest_vboot()/qtest_shutdown() | Laurent Vivier |
2016-10-06 | libqos: add PPC64 PCI support | Laurent Vivier |
2016-09-28 | libqos: fix qvring_init() | Laurent Vivier |
2016-09-23 | tests: add RTAS command in the protocol | Laurent Vivier |
2016-09-23 | libqos: define SPAPR libqos functions | Laurent Vivier |
2016-09-13 | tests: fix qvirtqueue_kick | Laurent Vivier |
2016-07-12 | Clean up ill-advised or unusual header guards | Markus Armbruster |
2016-06-20 | libqos: add qvirtqueue_cleanup() | Stefan Hajnoczi |
2016-06-20 | libqos: drop duplicated virtio_pci.h definitions | Stefan Hajnoczi |
2016-06-20 | libqos: drop duplicated virtio_vring.h structs | Stefan Hajnoczi |
2016-06-20 | libqos: drop duplicated virtio_ring.h bit definitions | Stefan Hajnoczi |
2016-06-20 | libqos: drop duplicated virtio_config.h definitions | Stefan Hajnoczi |
2016-06-20 | libqos: drop duplicated PCI vendor ID definition | Stefan Hajnoczi |
2016-06-20 | libqos: use virtio_ids.h for device ID definitions | Stefan Hajnoczi |
2016-06-07 | tests: Remove unnecessary glib.h includes | Peter Maydell |
2016-05-19 | qemu-common: stop including qemu/host-utils.h from qemu-common.h | Paolo Bonzini |
2016-03-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-03-22 | fw_cfg: Split fw_cfg_keys.h off fw_cfg.h | Markus Armbruster |
2016-03-21 | tests/libqos/pci-pc: Fix qpci_pc_iomap() to map BARs aligned | Markus Armbruster |
2016-02-23 | all: Clean up includes | Peter Maydell |
2016-02-16 | tests: Clean up includes | Peter Maydell |
2016-02-02 | libqos: remove some leaks | Marc-André Lureau |
2016-01-29 | ide: Clean up includes | Peter Maydell |
2016-01-11 | libqos/ahci: organize header | John Snow |
2016-01-11 | libqos/ahci: add ahci_exec | John Snow |
2016-01-11 | libqos/ahci: allow nondata commands for ahci_io variants | John Snow |
2016-01-11 | libqos: allow zero-size allocations | John Snow |
2016-01-11 | libqos/ahci: Switch to mutable properties | John Snow |
2016-01-11 | libqos/ahci: ATAPI identify | John Snow |
2016-01-11 | libqos/ahci: ATAPI support | John Snow |
2015-11-13 | libqos: add qemu-img presence check | John Snow |