From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDJGp-0004t5-63 for qemu-devel@nongnu.org; Fri, 01 Aug 2014 16:17:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XDJGj-0001zk-23 for qemu-devel@nongnu.org; Fri, 01 Aug 2014 16:17:43 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:33518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XDJGi-0001zd-QK for qemu-devel@nongnu.org; Fri, 01 Aug 2014 16:17:36 -0400 Message-ID: <53DBF5E0.7000105@msgid.tls.msk.ru> Date: Sat, 02 Aug 2014 00:17:36 +0400 From: Michael Tokarev MIME-Version: 1.0 References: <5396A617.5020209@msgid.tls.msk.ru> <5396A6E7.8030400@redhat.com> <5396BD5C.6010507@msgid.tls.msk.ru> <87y4x2xzx3.fsf@blackfin.pond.sub.org> <53DBF43F.9050804@redhat.com> In-Reply-To: <53DBF43F.9050804@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Are -cdrom/-hda (or -drive if=ide) supposed to work in q35? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow , Kevin Wolf Cc: Paolo Bonzini , Markus Armbruster , =?ISO-8859-1?Q?Andreas_F=E4rber?= , qemu-devel 02.08.2014 00:10, John Snow wrote: [] > For at least the immediate future, the AHCI device doesn't support the mixed-mode SATA/PATA access models, though I suppose we could, it seems like a more obvious and simple solution to just allow the shorthand syntactic sugar commands to use the native bus of the system until you specify otherwise. One more comment. With -M q35, -drive file=foo,if=ide definitions are silently ignored. But -drive file=foo,if=none,id=x -device ide-drive,drive=x works. This is the same issue as the reported -cdrom/-hda. /mjt