Jim Fehlig
c1bc3d892c
Add AHCI support to qemu driver
Tested with multiple AHCI controllers and multiple disks attached
to a controller. E.g.,
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='/var/lib/libvirt/images/test/disk0.raw'/>
<target dev='sda' bus='sata'/>
<address type='drive' controller='0' bus='0' unit='0'/>
</disk>
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='/var/lib/libvirt/images/test/disk1.raw'/>
<target dev='sdb' bus='sata'/>
<address type='drive' controller='0' bus='0' unit='1'/>
</disk>
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='/var/lib/libvirt/images/test/disk2.raw'/>
<target dev='sdc' bus='sata'/>
<address type='drive' controller='1' bus='0' unit='0'/>
</disk>
<controller type='sata' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
</controller>
<controller type='sata' index='1'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</controller>
2011-10-17 15:44:21 -06:00
..
2011-07-05 12:33:21 -04:00
2011-07-07 17:49:21 -06:00
2011-09-03 08:12:13 -06:00
2011-10-17 15:44:21 -06:00
2011-09-05 07:03:04 -06:00
2011-07-05 12:33:21 -04:00
2011-09-03 08:12:13 -06:00
2011-09-06 16:08:15 +08:00
2011-07-25 13:49:06 +08:00
2010-03-01 20:19:20 +01:00
2011-05-23 19:41:18 -04:00
2009-12-10 17:03:47 +01:00
2009-09-14 19:11:13 +01:00
2010-11-23 14:55:33 +00:00
2010-03-01 20:19:20 +01:00