From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuFaL-0001sF-FL for qemu-devel@nongnu.org; Tue, 10 Jun 2014 02:31:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuFaF-0008MT-BM for qemu-devel@nongnu.org; Tue, 10 Jun 2014 02:31:05 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:38526) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuFaF-0008JM-3b for qemu-devel@nongnu.org; Tue, 10 Jun 2014 02:30:59 -0400 Message-ID: <5396A617.5020209@msgid.tls.msk.ru> Date: Tue, 10 Jun 2014 10:30:47 +0400 From: Michael Tokarev MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [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: qemu-devel 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? (In both cases it should be fixed - if it is intentional, the documentation should be updated to reflect the limitation, or if it's a bug, it should be fixed to let the options to work). Thanks, /mjt