aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2017-11-16fix: unrealize virtio device if we fail to hotplug itlinzhecheng1-0/+1
2017-10-15virtio-pci: Replace modern_as with direct access to modern_barAlexey Kardashevskiy2-38/+54
2017-10-15virtio: fix descriptor counting in virtqueue_popWolfgang Bumiller1-3/+3
2017-10-15pci: Add interface names to hybrid PCI devicesEduardo Habkost1-0/+5
2017-10-15virtio/pci/migration: Convert to VMStateDr. David Alan Gilbert1-81/+27
2017-10-15virtio/vhost: reset dev->log after syncingFelipe Franciosi1-2/+3
2017-09-27migration: Route more error pathsDr. David Alan Gilbert1-6/+7
2017-09-27migration: pre_save return intDr. David Alan Gilbert1-1/+3
2017-09-19osdep.h: Prohibit disabling assert() in supported buildsEric Blake1-4/+2
2017-09-19Convert single line fprintf(.../n) to warn_report()Alistair Francis1-1/+2
2017-09-08vhost: Release memory references on cleanupAlex Williamson1-0/+4
2017-08-31vhost: use QEMU_ALIGN_DOWNMarc-André Lureau1-1/+1
2017-08-03build-sys: add --disable-vhost-userMarc-André Lureau1-2/+2
2017-08-02vhost-user: fix legacy cross-endian configurationsFelipe Franciosi1-2/+21
2017-08-02vhost: fix a memory leakPeng Hao1-0/+2
2017-08-01trace-events: fix code style: print 0x before hex numbersVladimir Sementsov-Ogievskiy1-3/+3
2017-07-31docs: fix broken paths to docs/devel/tracing.txtPhilippe Mathieu-Daudé1-1/+1
2017-07-14virtio-crypto: Convert to DEFINE_PROP_LINKFam Zheng2-22/+7
2017-07-14virtio-rng: Convert to DEFINE_PROP_LINKFam Zheng2-13/+1
2017-07-14virtio-scsi: Convert to DEFINE_PROP_LINKFam Zheng1-2/+0
2017-07-14virtio-blk: Convert to DEFINE_PROP_LINKFam Zheng1-2/+0
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov1-1/+1
2017-07-03vhost-user: unregister slave req handler at cleanup timeMaxime Coquelin1-0/+1
2017-07-03vhost: ensure vhost_ops are set before calling iotlb callbackMaxime Coquelin1-2/+8
2017-07-03pci: Make errp the last parameter of pci_add_capability()Mao Zhongyi1-4/+8
2017-06-30virtio-pci: use ioeventfd even when KVM is disabledStefan Hajnoczi1-1/+1
2017-06-15vhost-user-scsi: Introduce vhost-user-scsi host deviceFelipe Franciosi2-0/+69
2017-06-05Merge remote-tracking branch 'remotes/elmarco/tags/chrfe-pull-request' into s...Peter Maydell1-1/+1
2017-06-02spec/vhost-user spec: Add IOMMU supportMaxime Coquelin1-3/+45
2017-06-02vhost-user: add slave-req-fd supportMarc-André Lureau1-0/+127
2017-06-02vhost-user: add vhost_user to hold the chrMarc-André Lureau1-3/+16
2017-06-02vhost: rework IOTLB messagingMaxime Coquelin2-61/+77
2017-06-02vhost: propagate errors in vhost_device_iotlb_miss()Maxime Coquelin1-5/+10
2017-06-02virtio: add virtqueue_alloc_element tracepointPaolo Bonzini2-0/+2
2017-06-02char: move CharBackend handling in char-fe unitMarc-André Lureau1-1/+1
2017-06-02chardev: move headers to include/chardevMarc-André Lureau1-1/+1
2017-05-25vhost-user: pass message as a pointer to process_message_reply()Maxime Coquelin1-6/+6
2017-05-18migration: migration.h was not neededJuan Quintela3-3/+0
2017-05-18Merge remote-tracking branch 'quintela/tags/migration/20170517' into stagingStefan Hajnoczi1-1/+1
2017-05-18virtio: allow broken device to notify guestGreg Kurz1-2/+2
2017-05-17migration: Create migration/blocker.hJuan Quintela1-1/+1
2017-05-10hw/virtio: fix vhost user fails to startup when MQZhiyong Yang1-8/+13
2017-04-21Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20170421' i...Peter Maydell2-6/+26
2017-04-21virtio-rng: stop virtqueue while the CPU is stoppedLaurent Vivier2-6/+26
2017-04-20memory: add section range info for IOMMU notifierPeter Xu1-3/+10
2017-03-30vhost: generalize iommu memory regionJason Wang1-20/+64
2017-03-22virtio: always use handle_aio_output if registeredPaolo Bonzini1-1/+12
2017-03-22virtio: Fix error handling in virtio_bus_device_pluggedFam Zheng1-3/+17
2017-03-16hw/virtio: fix Power Management Control Register for PCI Express virtio devicesMarcel Apfelbaum2-0/+15
2017-03-16hw/virtio: fix Link Control Register for PCI Express virtio devicesMarcel Apfelbaum2-0/+12