Age | Commit message (Expand) | Author | Files | Lines |
2017-07-14 | virtio-scsi: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -2/+0 |
2017-07-14 | virtio-blk: Convert to DEFINE_PROP_LINK | Fam Zheng | 1 | -2/+0 |
2017-07-14 | qom: enforce readonly nature of link's check callback | Igor Mammedov | 1 | -1/+1 |
2017-07-03 | vhost-user: unregister slave req handler at cleanup time | Maxime Coquelin | 1 | -0/+1 |
2017-07-03 | vhost: ensure vhost_ops are set before calling iotlb callback | Maxime Coquelin | 1 | -2/+8 |
2017-07-03 | pci: Make errp the last parameter of pci_add_capability() | Mao Zhongyi | 1 | -4/+8 |
2017-06-30 | virtio-pci: use ioeventfd even when KVM is disabled | Stefan Hajnoczi | 1 | -1/+1 |
2017-06-15 | vhost-user-scsi: Introduce vhost-user-scsi host device | Felipe Franciosi | 2 | -0/+69 |
2017-06-05 | Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s... | Peter Maydell | 1 | -1/+1 |
2017-06-02 | spec/vhost-user spec: Add IOMMU support | Maxime Coquelin | 1 | -3/+45 |
2017-06-02 | vhost-user: add slave-req-fd support | Marc-André Lureau | 1 | -0/+127 |
2017-06-02 | vhost-user: add vhost_user to hold the chr | Marc-André Lureau | 1 | -3/+16 |
2017-06-02 | vhost: rework IOTLB messaging | Maxime Coquelin | 2 | -61/+77 |
2017-06-02 | vhost: propagate errors in vhost_device_iotlb_miss() | Maxime Coquelin | 1 | -5/+10 |
2017-06-02 | virtio: add virtqueue_alloc_element tracepoint | Paolo Bonzini | 2 | -0/+2 |
2017-06-02 | char: move CharBackend handling in char-fe unit | Marc-André Lureau | 1 | -1/+1 |
2017-06-02 | chardev: move headers to include/chardev | Marc-André Lureau | 1 | -1/+1 |
2017-05-25 | vhost-user: pass message as a pointer to process_message_reply() | Maxime Coquelin | 1 | -6/+6 |
2017-05-18 | migration: migration.h was not needed | Juan Quintela | 3 | -3/+0 |
2017-05-18 | Merge remote-tracking branch 'quintela/tags/migration/20170517' into staging | Stefan Hajnoczi | 1 | -1/+1 |
2017-05-18 | virtio: allow broken device to notify guest | Greg Kurz | 1 | -2/+2 |
2017-05-17 | migration: Create migration/blocker.h | Juan Quintela | 1 | -1/+1 |
2017-05-10 | hw/virtio: fix vhost user fails to startup when MQ | Zhiyong Yang | 1 | -8/+13 |
2017-04-21 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i... | Peter Maydell | 2 | -6/+26 |
2017-04-21 | virtio-rng: stop virtqueue while the CPU is stopped | Laurent Vivier | 2 | -6/+26 |
2017-04-20 | memory: add section range info for IOMMU notifier | Peter Xu | 1 | -3/+10 |
2017-03-30 | vhost: generalize iommu memory region | Jason Wang | 1 | -20/+64 |
2017-03-22 | virtio: always use handle_aio_output if registered | Paolo Bonzini | 1 | -1/+12 |
2017-03-22 | virtio: Fix error handling in virtio_bus_device_plugged | Fam Zheng | 1 | -3/+17 |
2017-03-16 | hw/virtio: fix Power Management Control Register for PCI Express virtio devices | Marcel Apfelbaum | 2 | -0/+15 |
2017-03-16 | hw/virtio: fix Link Control Register for PCI Express virtio devices | Marcel Apfelbaum | 2 | -0/+12 |
2017-03-16 | hw/virtio: fix error enabling flags in Device Control register | Marcel Apfelbaum | 2 | -0/+16 |
2017-03-15 | virtio-pci: reset modern vq meta data | Jason Wang | 1 | -0/+4 |
2017-03-15 | Revert "virtio: unbreak virtio-pci with IOMMU after caching ring translations" | Jason Wang | 1 | -1/+1 |
2017-03-15 | virtio: validate address space cache during init | Jason Wang | 1 | -6/+27 |
2017-03-15 | virtio: destroy region cache during reset | Jason Wang | 1 | -15/+30 |
2017-03-15 | virtio: guard against NULL pfn | Jason Wang | 1 | -0/+26 |
2017-03-02 | virtio: unbreak virtio-pci with IOMMU after caching ring translations | Jason Wang | 1 | -1/+1 |
2017-03-02 | virtio: add missing region cache init in virtio_load() | Stefan Hajnoczi | 1 | -6/+19 |
2017-03-02 | virtio: invalidate memory in vring_set_avail_event() | Stefan Hajnoczi | 1 | -0/+1 |
2017-03-02 | virtio: guard vring access when setting notification | Cornelia Huck | 1 | -0/+4 |
2017-03-02 | virtio: check for vring setup in virtio_queue_empty | Paolo Bonzini | 1 | -1/+1 |
2017-02-17 | virtio: Fix no interrupt when not creating msi controller | Michael S. Tsirkin | 1 | -3/+8 |
2017-02-17 | virtio: use VRingMemoryRegionCaches for avail and used rings | Paolo Bonzini | 1 | -36/+96 |
2017-02-17 | virtio: check for vring setup in virtio_queue_update_used_idx | Paolo Bonzini | 1 | -1/+3 |
2017-02-17 | virtio: use VRingMemoryRegionCaches for descriptor ring | Paolo Bonzini | 1 | -14/+12 |
2017-02-17 | virtio: add MemoryListener to cache ring translations | Paolo Bonzini | 1 | -3/+102 |
2017-02-17 | virtio: use MemoryRegionCache to access descriptors | Paolo Bonzini | 1 | -41/+39 |
2017-02-17 | virtio: use address_space_map/unmap to access descriptors | Paolo Bonzini | 1 | -28/+75 |
2017-02-17 | virtio: Report real progress in VQ aio poll handler | Fam Zheng | 1 | -6/+9 |