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
>>
>>
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
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
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
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