]> www.infradead.org Git - users/dwmw2/qemu.git/commitdiff
Revert "virtio: unbreak virtio-pci with IOMMU after caching ring translations"
authorJason Wang <jasowang@redhat.com>
Mon, 13 Mar 2017 03:29:57 +0000 (11:29 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 15 Mar 2017 17:59:00 +0000 (19:59 +0200)
This reverts commit
96a8821d21411f10d77ea994af369c6e5c35a2cc. Previous patch is a better
solution which does not require a strict order between virtio and IOMMU.

CC: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/virtio/virtio-pci.c

index b76f3f62a0267f4e6b99ce95b0f907179cb148f8..5ce42af9d44e6788feedb491abf552267ad82d2a 100644 (file)
@@ -1153,7 +1153,7 @@ static AddressSpace *virtio_pci_get_dma_as(DeviceState *d)
     VirtIOPCIProxy *proxy = VIRTIO_PCI(d);
     PCIDevice *dev = &proxy->pci_dev;
 
-    return pci_device_iommu_address_space(dev);
+    return pci_get_address_space(dev);
 }
 
 static int virtio_pci_add_mem_cap(VirtIOPCIProxy *proxy,