qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Using AHCI drives in qemu


From: Chris Webb
Subject: [Qemu-devel] Using AHCI drives in qemu
Date: Wed, 30 Nov 2011 12:11:45 +0000
User-agent: Mutt/1.5.20 (2009-06-14)

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 AHCI, a variety of plausible things I tried
like

  -drive if=ahci,...
  -drive if=ide-ahci,...
  -drive if=ide,bus=ahci.0,...

all failed. There's no mention of AHCI in qemu-options.hx or qemu-doc.texi,
nor anything in the git commit log history about using this new drive type.

Best wishes,

Chris.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]