aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2016-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-08-15Revert "vhost-user: Attempt to fix a race with set_mem_table."Michael S. Tsirkin
2016-08-12trace-events: fix first line comment in trace-eventsLaurent Vivier
2016-08-10vhost-user: Attempt to fix a race with set_mem_table.Prerna Saxena
2016-08-10vhost-user: Introduce a new protocol feature REPLY_ACK.Prerna Saxena
2016-07-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-07-29vhost: do not update last avail idx on get_vring_base() failureMarc-André Lureau
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau
2016-07-29vhost-user: add error report in vhost_user_write()Marc-André Lureau
2016-07-29vhost: add assert() to check runtime behaviourMarc-André Lureau
2016-07-29vhost-user: check vhost_user_{read,write}() return valueMarc-André Lureau
2016-07-29vhost-user: check qemu_chr_fe_set_msgfds() return valueMarc-André Lureau
2016-07-29vhost-user: call set_msgfds unconditionallyMarc-André Lureau
2016-07-29vhost: use error_report() instead of fprintf(stderr,...)Marc-André Lureau
2016-07-29vhost: add missing VHOST_OPS_DEBUGMarc-André Lureau
2016-07-29vhost: do not assert() on vhost_ops failureMarc-André Lureau
2016-07-29vhost: fix calling vhost_dev_cleanup() after vhost_dev_init()Marc-André Lureau
2016-07-29vhost: make vhost_dev_cleanup() idempotentMarc-André Lureau
2016-07-29vhost: fix cleanup on not fully initialized deviceMarc-André Lureau
2016-07-29vhost: assert the log was cleaned upMarc-André Lureau
2016-07-29vhost: make vhost_log_put() idempotentMarc-André Lureau
2016-07-29vhost: don't assume opaque is a fd, use backend cleanupMarc-André Lureau
2016-07-29virtio: check vring descriptor buffer lengthPrasad J Pandit
2016-07-29hw/virtio-pci: fix virtio behaviourMarcel Apfelbaum
2016-07-27virtio: error out if guest exceeds virtqueue sizeStefan Hajnoczi
2016-07-21virtio-balloon: Wrap in vmstateDr. David Alan Gilbert
2016-07-21virtio-rng: Wrap in vmstateDr. David Alan Gilbert
2016-07-21virtio: Migration helper function and macroDr. David Alan Gilbert
2016-07-21virtio: Introduce virtio_add_queue_aioFam Zheng
2016-07-21virtio: Add typedef for handle_outputFam Zheng
2016-07-21kvm-irqchip: do explicit commit when update irqPeter Xu
2016-07-21kvm-irqchip: simplify kvm_irqchip_add_msi_routePeter Xu
2016-07-14virtio-mmio: format transport base address in BusClass.get_dev_pathLaszlo Ersek
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-07-07tap: vhost busy polling supportJason Wang
2016-07-06qapi: Add parameter to visit_end_*Eric Blake
2016-07-04virtio: set low features early on loadMichael S. Tsirkin
2016-07-04virtio: revert host notifiers to old semanticsCornelia Huck
2016-06-24virtio-bus: remove old set_host_notifier callbackCornelia Huck
2016-06-24virtio-mmio: convert to ioeventfd callbacksCornelia Huck
2016-06-24virtio-pci: convert to ioeventfd callbacksCornelia Huck
2016-06-24virtio-bus: have callers tolerate new host notifier apiCornelia Huck
2016-06-24virtio-bus: common ioeventfd infrastructureCornelia Huck
2016-06-20Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2016-06-20trace: split out trace events for hw/virtio/ directoryDaniel P. Berrange
2016-06-20coccinelle: Remove unnecessary variables for function return valueEduardo Habkost
2016-06-16os-posix: include sys/mman.hPaolo Bonzini
2016-06-07Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2016-06-07virtio: drop duplicate virtio_queue_get_id() functionStefan Hajnoczi
2016-06-07virtio: move bi-endian target support to a single locationGreg Kurz