]> Git Repo - qemu.git/blobdiff - docs/qdev-device-use.txt
Merge remote-tracking branch 'remotes/kraxel/tags/input-20180618-pull-request' into...
[qemu.git] / docs / qdev-device-use.txt
index 1f297b5e9c1dd9640ada196840e191c2047127c4..98229b3405b731c96c2887582a1f92c47b1ca290 100644 (file)
@@ -277,9 +277,6 @@ devices and ne2k_isa are.
 
 Some PCI devices aren't available with -net nic, e.g. i82558a.
 
-To connect to a VLAN instead of an ordinary host part, replace
-netdev=NET-ID by vlan=VLAN.
-
 === Graphics Devices ===
 
 Host and guest part of graphics devices have always been separate.
@@ -366,17 +363,9 @@ bus=PCI-BUS,addr=DEVFN to control the PCI device address, as usual.
 === Host Device Assignment ===
 
 QEMU supports assigning host PCI devices (qemu-kvm only at this time)
-and host USB devices.
-
-The old way to assign a host PCI device is
-
-    -pcidevice host=ADDR,dma=none,id=ID
-
-The new way is
-
-    -device pci-assign,host=ADDR,iommu=IOMMU,id=ID
+and host USB devices.  PCI devices can only be assigned with -device:
 
-The old dma=none becomes iommu=off with -device.
+    -device vfio-pci,host=ADDR,id=ID
 
 The old way to assign a host USB device is
 
This page took 0.0254 seconds and 4 git commands to generate.