aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)Author
2014-09-18virtio-pci: fix migration for pci bus masterMichael S. Tsirkin
2014-09-18virtio-pci: enable bus master for old guestsMichael S. Tsirkin
2014-09-18Revert "virtio: don't call device on !vm_running"Michael S. Tsirkin
2014-09-04Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell
2014-09-04virtio: don't call device on !vm_runningMichael S. Tsirkin
2014-09-03vhost_net: start/stop guest notifiers properlyJason Wang
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-08-15Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2014-08-12virtio-rng: add some trace eventsAmit Shah
2014-08-09virtio: Move extern declaration to header fileStefan Weil
2014-08-04virtio-rng: replace error_set calls with error_setgJohn Snow
2014-08-04virtio-rng: Move error-checking forward to prevent memory leakJohn Snow
2014-07-22virtio-rng: Add human-readable error message for negative max-bytes parameterJohn Snow
2014-07-18Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-07-18vhost-user: minor cleanupsMichael S. Tsirkin
2014-07-18vhost-user: Fix VHOST_SET_MEM_TABLE processingNikolay Nikolaev
2014-07-14virtio-blk: embed VirtQueueElement in VirtIOBlockReqStefan Hajnoczi
2014-07-14dataplane: do not free VirtQueueElement in vring_push()Stefan Hajnoczi
2014-07-06virtio-pci: fix MSI memory region use after freePaolo Bonzini
2014-07-06hw/virtio: enable common virtio feature for mmio deviceMing Lei
2014-07-06virtio: move common virtio properties to bus class deviceMing Lei
2014-07-01virtio-blk: replace x-iothread with iothread link propertyStefan Hajnoczi
2014-07-01virtio: fix virtio-blk child refcount in transportsStefan Hajnoczi
2014-07-01virtio-blk: use aliases instead of duplicate qdev propertiesStefan Hajnoczi
2014-07-01virtio-blk: move x-data-plane qdev property to virtio-blk.hStefan Hajnoczi
2014-06-29virtio-balloon: use virtio wrappers to access page frame numbersRusty Russell
2014-06-29virtio: allow byte swapping for vringRusty Russell
2014-06-29virtio: add endian-ambivalent support to VirtIODeviceGreg Kurz
2014-06-29exec: introduce target_words_bigendian() helperGreg Kurz
2014-06-29virtio: add subsections to the migration streamGreg Kurz
2014-06-29virtio-rng: implement per-device migration callsGreg Kurz
2014-06-29virtio-balloon: implement per-device migration callsGreg Kurz
2014-06-29virtio: introduce device specific migration callsGreg Kurz
2014-06-29vhost-user: fix regions provied with VHOST_USER_SET_MEM_TABLE messageDamjan Marion
2014-06-29Allow mismatched virtio config-lenDr. David Alan Gilbert
2014-06-24Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-06-23qapi event: convert BALLOON_CHANGEWenchao Xia
2014-06-23virtio-pci: Report an error when msix vectors init failsFam Zheng
2014-06-23vhost: fix resource leak in error handlingMichael S. Tsirkin
2014-06-23vhost: block migration if backend does not log memoryMichael S. Tsirkin
2014-06-19Add vhost-user as a vhost backend.Nikolay Nikolaev
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev
2014-06-19virtio: Drop superfluous conditionals around g_strdup()Markus Armbruster
2014-06-19virtio: Drop superfluous conditionals around g_free()Markus Armbruster
2014-06-11vhost: replace ffsl with ctzlNatanael Copa
2014-06-10virtio.c: fix error messageMichael Tokarev