Displaying 1 result from an estimated 1 matches for "kvmtest_pickl".
Did you mean:
kvmtest_pickles
2012 Jul 10
1
Adding a second lv as vm drive: how to set the pci part
...;
function='0x0'/>
</disk>
I could add pickles as a second drive as follows:
<disk type='file' device='disk'>
<driver name='qemu' type='raw' cache='none' io='native'/>
<source file='/dev/mapper/kvmtest_pickles'/>
<target dev='vdb' bus='virtio'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06'
function='0x0'/>
</disk>
but I am trying to understand the pci address entry. Must drive be on
a differe...