Age | Commit message (Expand) | Author | Files | Lines |
2016-02-25 | vring: remove | Paolo Bonzini | 3 | -550/+0 |
2016-02-25 | virtio: export vring_notify as virtio_should_notify | Paolo Bonzini | 1 | -2/+2 |
2016-02-25 | virtio: add AioContext-specific function for host notifiers | Paolo Bonzini | 1 | -0/+16 |
2016-02-25 | vring: make vring_enable_notification return void | Paolo Bonzini | 1 | -2/+1 |
2016-02-25 | balloon: Use only 'pc-dimm' type dimm for ballooning | Vladimir Sementsov-Ogievskiy | 1 | -2/+20 |
2016-02-25 | virtio-balloon: rewrite get_current_ram_size() | Vladimir Sementsov-Ogievskiy | 1 | -17/+6 |
2016-02-23 | move get_current_ram_size to virtio-balloon.c | Vladimir Sementsov-Ogievskiy | 1 | -0/+26 |
2016-02-23 | vhost-user: don't merge regions with different fds | Michael S. Tsirkin | 2 | -0/+27 |
2016-02-18 | vhost-user interrupt management fixes | Victor Kaplansky | 3 | -6/+18 |
2016-02-16 | vhost: simplify vhost_needs_vring_endian() | Greg Kurz | 1 | -2/+7 |
2016-02-16 | vhost: move virtio 1.0 check to cross-endian helper | Greg Kurz | 1 | -4/+5 |
2016-02-16 | virtio: move cross-endian helper to vhost | Greg Kurz | 1 | -2/+15 |
2016-02-08 | qapi: Drop unused 'kind' for struct/enum visit | Eric Blake | 1 | -2/+2 |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake | 1 | -4/+4 |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake | 1 | -6/+6 |
2016-02-08 | qom: Use typedef for Visitor | Eric Blake | 1 | -3/+3 |
2016-02-08 | balloon: Improve use of qapi visitor | Eric Blake | 1 | -3/+5 |
2016-02-06 | virtio: combine write of an entry into used ring | Vincenzo Maffione | 1 | -13/+12 |
2016-02-06 | virtio: read avail_idx from VQ only when necessary | Vincenzo Maffione | 1 | -4/+22 |
2016-02-06 | virtio: cache used_idx in a VirtQueue field | Vincenzo Maffione | 1 | -3/+9 |
2016-02-06 | virtio: combine the read of a descriptor | Paolo Bonzini | 1 | -51/+35 |
2016-02-06 | vring: slim down allocation of VirtQueueElements | Paolo Bonzini | 1 | -17/+36 |
2016-02-06 | virtio: slim down allocation of VirtQueueElements | Paolo Bonzini | 1 | -31/+51 |
2016-02-06 | virtio: introduce virtqueue_alloc_element | Paolo Bonzini | 2 | -13/+100 |
2016-02-06 | virtio: introduce qemu_get/put_virtqueue_element | Paolo Bonzini | 1 | -0/+13 |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini | 4 | -22/+40 |
2016-02-04 | Fix virtio migration | Dr. David Alan Gilbert | 1 | -4/+4 |
2016-01-29 | virtio: Clean up includes | Peter Maydell | 10 | -4/+10 |
2016-01-12 | Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into... | Peter Maydell | 1 | -2/+1 |
2016-01-12 | 9pfs: introduce V9fsVirtioState | Wei Liu | 1 | -1/+1 |
2016-01-09 | virtio: fix error message for number of queues | Cornelia Huck | 1 | -1/+1 |
2016-01-09 | migration/virtio: Remove simple .get/.put use | Dr. David Alan Gilbert | 1 | -68/+19 |
2016-01-08 | 9pfs: merge hw/virtio/virtio-9p.h into hw/9pfs/virtio-9p.h | Wei Liu | 1 | -1/+0 |
2015-12-02 | virtio-pci: Set the QEMU_PCI_CAP_EXPRESS capability early in its DeviceClass ... | Shmulik Ladkani | 2 | -5/+26 |
2015-12-02 | virtio: handle non-virtio-1-capable backend for ccw | Cornelia Huck | 1 | -0/+3 |
2015-11-26 | Revert "vhost: send SET_VRING_ENABLE at start/stop" | Michael S. Tsirkin | 1 | -9/+0 |
2015-11-18 | vhost-user: fix log size | Michael S. Tsirkin | 1 | -1/+1 |
2015-11-16 | vhost-user: start/stop all rings | Michael S. Tsirkin | 1 | -6/+11 |
2015-11-16 | vhost-user: print original request on error | Michael S. Tsirkin | 1 | -2/+2 |
2015-11-16 | vhost: let SET_VRING_ENABLE message depends on protocol feature | Yuanhan Liu | 1 | -1/+1 |
2015-11-12 | hw/virtio: Add PCIe capability to virtio devices | Marcel Apfelbaum | 2 | -0/+24 |
2015-11-12 | vhost: send SET_VRING_ENABLE at start/stop | Yuanhan Liu | 1 | -0/+9 |
2015-11-12 | vhost: rename RESET_DEVICE backto RESET_OWNER | Yuanhan Liu | 2 | -4/+4 |
2015-11-12 | vhost-user: modify SET_LOG_BASE to pass mmap size and offset | Victor Kaplansky | 1 | -2/+9 |
2015-11-12 | virtio-pci: unbreak queue_enable read | Jason Wang | 1 | -0/+7 |
2015-11-12 | virtio-pci: introduce pio notification capability for modern device | Jason Wang | 2 | -17/+113 |
2015-11-12 | virtio-pci: use zero length mmio eventfd for 1.0 notification cap when possible | Jason Wang | 1 | -4/+15 |
2015-11-12 | virtio-pci: fix 1.0 virtqueue migration | Jason Wang | 3 | -7/+200 |
2015-11-10 | Inhibit ballooning during postcopy | Dr. David Alan Gilbert | 1 | -1/+3 |
2015-11-09 | dataplane: support non-contigious s/g | Michael S. Tsirkin | 1 | -22/+46 |