From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53355) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuFdc-0002pX-Fs for qemu-devel@nongnu.org; Tue, 10 Jun 2014 02:34:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuFdT-0000xF-EL for qemu-devel@nongnu.org; Tue, 10 Jun 2014 02:34:28 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:39898) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuFdT-0000xB-7a for qemu-devel@nongnu.org; Tue, 10 Jun 2014 02:34:19 -0400 Received: by mail-wi0-f181.google.com with SMTP id n3so2780283wiv.2 for ; Mon, 09 Jun 2014 23:34:18 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5396A6E7.8030400@redhat.com> Date: Tue, 10 Jun 2014 08:34:15 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <5396A617.5020209@msgid.tls.msk.ru> In-Reply-To: <5396A617.5020209@msgid.tls.msk.ru> Content-Type: text/plain; charset=UTF-8; format=flowed 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: Michael Tokarev , qemu-devel Il 10/06/2014 08:30, Michael Tokarev ha scritto: > Hello. > > The question is: are the drive shortcuts - -cdrom, -hda, -hdb etc - > supposed to work in -machine q35 too? Or are they merely ignored? > > qemu-system-x86_64 -machine q35 -cdrom foo.img > > this one does not boot, seabios does not see the cdrom. The same > applies to > > qemu-system-x86_64 -machine q35 -drive file=foo.img,media=cdrom,if=ide > > Should these work? The fact that they don't, -- is it intentional, > or a bug? It should work. I remember some complications due to AHCI not having slaves, but it is a bug. Paolo