Age | Commit message (Expand) | Author |
2016-05-29 | memory: split memory_region_from_host from qemu_ram_addr_from_host | Paolo Bonzini |
2016-05-29 | memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptr | Paolo Bonzini |
2016-05-12 | qapi: Split visit_end_struct() into pieces | Eric Blake |
2016-04-22 | virtio: Mark host notifiers as external | Fam Zheng |
2016-04-22 | event-notifier: Add "is_external" parameter | Fam Zheng |
2016-04-14 | hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZE | Thomas Huth |
2016-04-07 | virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se... | Paolo Bonzini |
2016-04-07 | virtio: add aio handler | Michael S. Tsirkin |
2016-04-07 | virtio: make virtio_queue_notify_vq static | Paolo Bonzini |
2016-04-07 | virtio-balloon: reset the statistic timer to load device | Pavel Butsykin |
2016-03-22 | hw: explicitly include qemu-common.h and cpu.h | Paolo Bonzini |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-03-11 | virtio-pci: call pci reset variant when guest requests reset. | Gerd Hoffmann |
2016-03-11 | virtio-balloon: add 'available' counter | Denis V. Lunev |
2016-03-11 | hw/virtio: group virtio flags into an enum | Marcel Apfelbaum |
2016-03-11 | hw/virtio: fix double use of a virtio flag | Marcel Apfelbaum |
2016-03-11 | balloon: fix segfault and harden the stats queue | Ladi Prosek |
2016-03-03 | virtio-rng: ask for more data if queue is not fully drained | Ladi Prosek |
2016-02-25 | vring: remove | Paolo Bonzini |
2016-02-25 | virtio: export vring_notify as virtio_should_notify | Paolo Bonzini |
2016-02-25 | virtio: add AioContext-specific function for host notifiers | Paolo Bonzini |
2016-02-25 | vring: make vring_enable_notification return void | Paolo Bonzini |
2016-02-25 | balloon: Use only 'pc-dimm' type dimm for ballooning | Vladimir Sementsov-Ogievskiy |
2016-02-25 | virtio-balloon: rewrite get_current_ram_size() | Vladimir Sementsov-Ogievskiy |
2016-02-23 | move get_current_ram_size to virtio-balloon.c | Vladimir Sementsov-Ogievskiy |
2016-02-23 | vhost-user: don't merge regions with different fds | Michael S. Tsirkin |
2016-02-18 | vhost-user interrupt management fixes | Victor Kaplansky |
2016-02-16 | vhost: simplify vhost_needs_vring_endian() | Greg Kurz |
2016-02-16 | vhost: move virtio 1.0 check to cross-endian helper | Greg Kurz |
2016-02-16 | virtio: move cross-endian helper to vhost | Greg Kurz |
2016-02-08 | qapi: Drop unused 'kind' for struct/enum visit | Eric Blake |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-02-08 | qom: Use typedef for Visitor | Eric Blake |
2016-02-08 | balloon: Improve use of qapi visitor | Eric Blake |
2016-02-06 | virtio: combine write of an entry into used ring | Vincenzo Maffione |
2016-02-06 | virtio: read avail_idx from VQ only when necessary | Vincenzo Maffione |
2016-02-06 | virtio: cache used_idx in a VirtQueue field | Vincenzo Maffione |
2016-02-06 | virtio: combine the read of a descriptor | Paolo Bonzini |
2016-02-06 | vring: slim down allocation of VirtQueueElements | Paolo Bonzini |
2016-02-06 | virtio: slim down allocation of VirtQueueElements | Paolo Bonzini |
2016-02-06 | virtio: introduce virtqueue_alloc_element | Paolo Bonzini |
2016-02-06 | virtio: introduce qemu_get/put_virtqueue_element | Paolo Bonzini |
2016-02-06 | virtio: move allocation to virtqueue_pop/vring_pop | Paolo Bonzini |
2016-02-04 | Fix virtio migration | Dr. David Alan Gilbert |
2016-01-29 | virtio: Clean up includes | Peter Maydell |
2016-01-12 | Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into... | Peter Maydell |
2016-01-12 | 9pfs: introduce V9fsVirtioState | Wei Liu |
2016-01-09 | virtio: fix error message for number of queues | Cornelia Huck |
2016-01-09 | migration/virtio: Remove simple .get/.put use | Dr. David Alan Gilbert |