Re: [Qemu-devel] Using AHCI drives in qemu

2011-11-30 Thread Andreas Färber
Am 30.11.2011 13:20, schrieb Daniel P. Berrange: > On Wed, Nov 30, 2011 at 12:11:45PM +, Chris Webb wrote: >> Possible a stupid question, but noting the new AHCI support in qemu, how do >> I specify an AHCI drive to attach to a qemu VM? >> >> I can create IDE, SCSI and virtio drives with >> >>

Re: [Qemu-devel] Using AHCI drives in qemu

2011-11-30 Thread Daniel P. Berrange
On Wed, Nov 30, 2011 at 12:42:56PM +, Chris Webb wrote: > Thanks for the swift reply! > > "Daniel P. Berrange" writes: > > > Using -drive with an if=XXX which is anything other than 'none' is the > > deprecated / legacy syntax. The way libvirt does AHCI is to use the more > > verbose/modern

Re: [Qemu-devel] Using AHCI drives in qemu

2011-11-30 Thread Chris Webb
Thanks for the swift reply! "Daniel P. Berrange" writes: > Using -drive with an if=XXX which is anything other than 'none' is the > deprecated / legacy syntax. The way libvirt does AHCI is to use the more > verbose/modern syntax: > > -device ahci,id=ahci0 > -drive > if=none,file=/var

Re: [Qemu-devel] Using AHCI drives in qemu

2011-11-30 Thread Daniel P. Berrange
On Wed, Nov 30, 2011 at 12:11:45PM +, Chris Webb wrote: > Possible a stupid question, but noting the new AHCI support in qemu, how do > I specify an AHCI drive to attach to a qemu VM? > > I can create IDE, SCSI and virtio drives with > > -drive if=ide,bus=M,unit=N,... > -drive if=scsi,bus

[Qemu-devel] Using AHCI drives in qemu

2011-11-30 Thread Chris Webb
Possible a stupid question, but noting the new AHCI support in qemu, how do I specify an AHCI drive to attach to a qemu VM? I can create IDE, SCSI and virtio drives with -drive if=ide,bus=M,unit=N,... -drive if=scsi,bus=M,unit=N,... -drive if=virtio,index=N,... but when I attempted to test