Age | Commit message (Expand) | Author | Files | Lines |
2016-05-12 | qapi: Split visit_end_struct() into pieces | Eric Blake | 1 | -7/+8 |
2016-04-22 | virtio: Mark host notifiers as external | Fam Zheng | 1 | -2/+2 |
2016-04-22 | event-notifier: Add "is_external" parameter | Fam Zheng | 1 | -4/+4 |
2016-04-14 | hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZE | Thomas Huth | 1 | -2/+3 |
2016-04-07 | virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se... | Paolo Bonzini | 1 | -12/+5 |
2016-04-07 | virtio: add aio handler | Michael S. Tsirkin | 1 | -4/+32 |
2016-04-07 | virtio: make virtio_queue_notify_vq static | Paolo Bonzini | 1 | -1/+1 |
2016-04-07 | virtio-balloon: reset the statistic timer to load device | Pavel Butsykin | 1 | -0/+4 |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini | 1 | -1/+2 |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster | 5 | -0/+5 |
2016-03-11 | virtio-pci: call pci reset variant when guest requests reset. | Gerd Hoffmann | 1 | -7/+4 |
2016-03-11 | virtio-balloon: add 'available' counter | Denis V. Lunev | 1 | -0/+1 |
2016-03-11 | hw/virtio: group virtio flags into an enum | Marcel Apfelbaum | 1 | -7/+10 |
2016-03-11 | hw/virtio: fix double use of a virtio flag | Marcel Apfelbaum | 1 | -1/+1 |
2016-03-11 | balloon: fix segfault and harden the stats queue | Ladi Prosek | 1 | -2/+22 |
2016-03-03 | virtio-rng: ask for more data if queue is not fully drained | Ladi Prosek | 1 | -0/+7 |
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 |