Virsh Passthrough

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

Usb

Dump XML

  • virsh dumpxml orion > orion.xml

LS USB

  • lsusb | grep Alcor
Bus 001 Device 011: ID 058f:6387 Alcor Micro Corp. Flash Drive

Zuweisen

<vendor id='0x058f'/>
<product id='0x6387'/>

Edit XML

  <devices>
   ...
     <hostdev mode='subsystem' type='usb'>
      <source>
       <vendor id='0x058f'/>
       <product id='0x6387'/>
      </source>
    </hostdev>
  </devices>

Redine XML

  • virsh define orion.xml