aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio
AgeCommit message (Expand)AuthorFilesLines
2021-02-20virtio-pmem: put it into the 'storage' categoryGan Qixin1-0/+1
2021-02-18hw/virtio/pci: include vdev name in registered PCI sectionsAlex Bennée1-8/+14
2021-02-05vhost: Check for valid vdev in vhost_backend_handle_iotlb_msgEugenio Pérez1-0/+5
2021-02-05hw/virtio/virtio-balloon: Remove the "class" propertyThomas Huth1-10/+1
2021-02-05vhost: Unbreak SMMU and virtio-iommu on dev-iotlb supportPeter Xu2-2/+16
2021-02-05virtio-pmem: add trace eventsPankaj Gupta2-0/+9
2021-02-05virtio: Add corresponding memory_listener_unregister to unrealizeEugenio Pérez1-1/+1
2021-02-05virtio-mmio: fix guest kernel crash with SHM regionsLaurent Vivier1-0/+8
2021-01-18hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-2/+4
2021-01-13vhost-user-fs: add the "bootindex" propertyLaszlo Ersek2-0/+12
2021-01-08Remove superfluous timer_del() callsPeter Maydell3-3/+0
2021-01-01Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell3-0/+3
2020-12-19migration: Replace migration's JSON writer by the general oneMarkus Armbruster1-2/+2
2020-12-18qdev: Move softmmu properties to qdev-properties-system.hEduardo Habkost3-0/+3
2020-12-15machine: introduce MachineInitPhasePaolo Bonzini1-1/+1
2020-12-10make ram_size local to vl.cPaolo Bonzini1-1/+2
2020-12-09hw/virtio-pci Added AER capability.Andrew Melnychenko2-0/+20
2020-12-09hw/virtio-pci Added counter for pcie capabilities offsets.Andrew Melnychenko1-1/+3
2020-12-08virtio: reset device on bad guest index in virtio_load()John Levon1-6/+9
2020-12-08memory: Add IOMMU_NOTIFIER_DEVIOTLB_UNMAP IOMMUTLBNotificationTypeEugenio Pérez1-1/+1
2020-12-08memory: Add IOMMUTLBEventEugenio Pérez1-14/+16
2020-11-12vhost-user: fix VHOST_USER_ADD/REM_MEM_REG truncationStefan Hajnoczi1-3/+2
2020-11-03vhost-blk: set features before setting inflight featureJin Yu1-0/+20
2020-11-03Revert "vhost-blk: set features before setting inflight feature"Stefan Hajnoczi1-18/+0
2020-11-03virtio-iommu: Set supported page size maskBharat Bhushan2-0/+51
2020-11-03virtio-iommu: Add notify_flag_changed() memory region callbackBharat Bhushan2-0/+16
2020-11-03virtio-iommu: Add replay() memory region callbackBharat Bhushan2-0/+41
2020-11-03virtio-iommu: Call memory notifiers in attach/detachBharat Bhushan1-0/+32
2020-11-03virtio-iommu: Add memory notifiers for map/unmapBharat Bhushan2-0/+58
2020-11-03virtio-iommu: Store memory region in endpoint structJean-Philippe Brucker1-1/+10
2020-11-03virtio-iommu: Fix virtio_iommu_mr()Jean-Philippe Brucker1-1/+1
2020-11-03hw/virtio/vhost-backend: Fix Coverity CID 1432871Philippe Mathieu-Daudé1-2/+2
2020-11-03virito-mem: Implement get_min_alignment()David Hildenbrand1-0/+7
2020-11-03virtio-mem: Probe THP size to determine default block sizeDavid Hildenbrand1-4/+101
2020-11-03virtio-mem: Make sure "usable_region_size" is always multiples of the block sizeDavid Hildenbrand1-0/+3
2020-11-03virtio-mem: Make sure "addr" is always multiples of the block sizeDavid Hildenbrand1-0/+5
2020-10-30virtio: skip guest index check on device loadFelipe Franciosi1-6/+7
2020-10-30vhost-blk: set features before setting inflight featureJin Yu1-0/+18
2020-10-30vhost: Don't special case vq->used_phys in vhost_get_log_size()Greg Kurz1-10/+0
2020-10-30hw/virtio/vhost-vdpa: Fix Coverity CID 1432864Philippe Mathieu-Daudé1-2/+2
2020-10-30vhost-vsock: set vhostfd to non-blocking modeStefano Garzarella1-0/+10
2020-10-09Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-10-09' into...Peter Maydell1-7/+3
2020-10-09error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster1-7/+3
2020-10-09monitor: Use getter/setter functions for cur_monKevin Wolf1-1/+1
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé1-0/+1
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé1-1/+1
2020-09-29hw: virtio-pmem: detach the element fromt the virtqueue when error occursLi Qiang1-0/+1
2020-09-29virtio: update MemoryRegionCaches when guest set bad featuresLi Qiang1-9/+8
2020-09-29vhost-user-vsock-pci: force virtio version 1Stefano Garzarella1-1/+3
2020-09-29vhost-vsock-pci: force virtio version 1Stefano Garzarella1-1/+9