aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2016-07-29vhost: do not assert() on vhost_ops failureMarc-André Lureau1-17/+32
2016-07-29vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau1-11/+6
2016-07-29vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau1-1/+6
2016-07-29vhost: fix cleanup on not fully initialized deviceMarc-André Lureau1-3/+6
2016-07-29vhost: assert the log was cleaned upMarc-André Lureau1-0/+1
2016-07-29vhost: make vhost_log_put() idempotentMarc-André Lureau1-5/+2
2016-07-29vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau1-9/+7
2016-07-29virtio: check vring descriptor buffer lengthPrasad J Pandit1-0/+5
2016-07-29hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum2-20/+35
2016-07-27virtio: error out if guest exceeds virtqueue sizeStefan Hajnoczi1-0/+5
2016-07-21virtio-balloon: Wrap in vmstateDr. David Alan Gilbert1-14/+5
2016-07-21virtio-rng: Wrap in vmstateDr. David Alan Gilbert1-15/+5
2016-07-21virtio: Migration helper function and macroDr. David Alan Gilbert1-0/+6
2016-07-21virtio: Introduce virtio_add_queue_aioFam Zheng1-4/+34
2016-07-21virtio: Add typedef for handle_outputFam Zheng1-5/+4
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu1-0/+1
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu1-6/+3
2016-07-14virtio-mmio: format transport base address in BusClass.get_dev_pathLaszlo Ersek1-0/+49
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-3/+2
2016-07-07tap: vhost busy polling supportJason Wang2-1/+47
2016-07-06qapi: Add parameter to visit_end_*Eric Blake1-2/+2
2016-07-04virtio: set low features early on loadMichael S. Tsirkin1-0/+10
2016-07-04virtio: revert host notifiers to old semanticsCornelia Huck1-16/+10
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck1-12/+1
2016-06-24virtio-mmio: convert to ioeventfd callbacksCornelia Huck1-87/+41
2016-06-24virtio-pci: convert to ioeventfd callbacksCornelia Huck1-83/+41
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck1-4/+16
2016-06-24virtio-bus: common ioeventfd infrastructureCornelia Huck1-0/+132
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+16
2016-06-20trace: split out trace events for hw/virtio/ directoryDaniel P. Berrange1-0/+16
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost1-3/+1
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-4/+0
2016-06-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-7/+0
2016-06-07virtio: drop duplicate virtio_queue_get_id() functionStefan Hajnoczi1-7/+0
2016-06-07virtio: move bi-endian target support to a single locationGreg Kurz1-4/+0
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini1-9/+7
2016-05-29memory: remove qemu_get_ram_fd, qemu_set_ram_fd, qemu_ram_block_host_ptrPaolo Bonzini1-8/+7
2016-05-12qapi: Split visit_end_struct() into piecesEric Blake1-7/+8
2016-04-22virtio: Mark host notifiers as externalFam Zheng1-2/+2
2016-04-22event-notifier: Add "is_external" parameterFam Zheng1-4/+4
2016-04-14hw/virtio/balloon: Replace TARGET_PAGE_SIZE with BALLOON_PAGE_SIZEThomas Huth1-2/+3
2016-04-07virtio: merge virtio_queue_aio_set_host_notifier_handler with virtio_queue_se...Paolo Bonzini1-12/+5
2016-04-07virtio: add aio handlerMichael S. Tsirkin1-4/+32
2016-04-07virtio: make virtio_queue_notify_vq staticPaolo Bonzini1-1/+1
2016-04-07virtio-balloon: reset the statistic timer to load devicePavel Butsykin1-0/+4
2016-03-22hw: explicitly include qemu-common.h and cpu.hPaolo Bonzini1-1/+2
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster5-0/+5
2016-03-11virtio-pci: call pci reset variant when guest requests reset.Gerd Hoffmann1-7/+4
2016-03-11virtio-balloon: add 'available' counterDenis V. Lunev1-0/+1
2016-03-11hw/virtio: group virtio flags into an enumMarcel Apfelbaum1-7/+10