Age | Commit message (Expand) | Author |
2021-09-04 | virtio-pci: implement iommu_enabled() | Jason Wang |
2021-07-03 | virtio-pci: Changed return values for "notify", "device" and "isr" read. | Andrew Melnychenko |
2021-07-03 | virtio-pci: Added check for virtio device in PCI config cbs. | Andrew Melnychenko |
2021-07-03 | virtio-pci: Added check for virtio device presence in mm callbacks. | Andrew Melnychenko |
2021-07-02 | virtio: disable ioeventfd for record/replay | Pavel Dovgalyuk |
2021-04-06 | virtio-pci: compat page aligned ATS | Jason Wang |
2021-04-01 | virtio-pci: remove explicit initialization of val | Yuri Benditovich |
2021-04-01 | virtio-pci: add check for vdev in virtio_pci_isr_read | Yuri Benditovich |
2021-02-18 | hw/virtio/pci: include vdev name in registered PCI sections | Alex Bennée |
2021-01-18 | hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR) | Philippe Mathieu-Daudé |
2020-12-09 | hw/virtio-pci Added AER capability. | Andrew Melnychenko |
2020-12-09 | hw/virtio-pci Added counter for pcie capabilities offsets. | Andrew Melnychenko |
2020-09-29 | virtio: skip legacy support check on machine types less than 5.1 | Stefano Garzarella |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-09-02 | virtio: add Virtio*BusClass sizes | Cornelia Huck |
2020-08-27 | virtio-pci: add virtio_pci_optimal_num_queues() helper | Stefan Hajnoczi |
2020-07-28 | virtio-pci: fix wrong index in virtio_pci_queue_enabled | Yuri Benditovich |
2020-07-27 | virtio-pci: fix virtio_pci_queue_enabled() | Laurent Vivier |
2020-07-22 | virtio-pci: Changed vdev to proxy for VirtIO PCI BAR callbacks. | Andrew Melnychenko |
2020-07-22 | virtio: verify that legacy support is not accidentally on | Cornelia Huck |
2020-07-03 | virtio-pci: implement queue_enabled method | Jason Wang |
2020-06-12 | virtio-pci: fix queue_enable write | Jason Wang |
2020-05-04 | virtio-pci: update virtio pci bar layout documentation | Anthoine Bourgeois |
2020-01-24 | qdev: set properties with device_class_set_props() | Marc-André Lureau |
2020-01-05 | virtio-pci: disable vring processing when bus-mastering is disabled | Michael Roth |
2020-01-05 | virtio: update queue size on guest write | Michael S. Tsirkin |
2019-09-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2019-09-04 | virtio-pci: Add Function Level Reset support | Julia Suvorova |
2019-09-03 | memory: Single byte swap along the I/O path | Tony Nguyen |
2019-09-03 | memory: Access MemoryRegion with endianness | Tony Nguyen |
2019-09-03 | hw/virtio: Access MemoryRegion with MemOp | Tony Nguyen |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster |
2019-08-16 | Include migration/qemu-file-types.h a lot less | Markus Armbruster |
2019-07-29 | Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs" | Dr. David Alan Gilbert |
2019-07-04 | virtio-pci: fix missing device properties | Marc-André Lureau |
2019-07-02 | virtio-pci: Allow to specify additional interfaces for the base type | David Hildenbrand |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster |
2019-05-20 | pci: Simplify pci_bus_is_root() | David Gibson |
2019-05-20 | hw: report invalid disable-legacy|modern usage for virtio-1-only devs | Daniel P. Berrangé |
2019-03-11 | virtio: add class_size to VirtioPCIDeviceTypeInfo | Gerd Hoffmann |
2019-02-05 | hw: virtio-pci: drop DO_UPCAST | Li Qiang |
2019-01-17 | virtio: split virtio serial bits from virtio-pci | Juan Quintela |
2019-01-17 | virtio: split virtio net bits from virtio-pci | Juan Quintela |
2019-01-17 | virtio: split virtio blk bits from virtio-pci | Juan Quintela |
2019-01-17 | virtio: split virtio scsi bits from virtio-pci | Juan Quintela |
2019-01-17 | virtio: split vhost scsi bits from virtio-pci | Juan Quintela |
2019-01-17 | virtio: split vhost user scsi bits from virtio-pci | Juan Quintela |
2019-01-17 | virtio: split vhost user blk bits from virtio-pci | Juan Quintela |
2019-01-17 | virtio: split virtio 9p bits from virtio-pci | Juan Quintela |
2019-01-17 | virtio: split virtio balloon bits from virtio-pci | Juan Quintela |