Skip to content

Instantly share code, notes, and snippets.

@Celant
Last active May 29, 2017 16:05
Show Gist options
  • Save Celant/e9367530a9ba32347d12cf17aba44330 to your computer and use it in GitHub Desktop.
Save Celant/e9367530a9ba32347d12cf17aba44330 to your computer and use it in GitHub Desktop.
virsh HDD passthrough
<disk type='block' device='disk'>
<driver name='qemu' type='raw'/>
<source dev='/dev/disk/by-id/ata-WDC_WD60EFRX-68MYMN1_WD-WX31D2504T1K'/>
<target dev='hdc' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</disk>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment