From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48550) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoAqH-000659-S4 for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:05:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SoAqD-0007kw-40 for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:05:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27650) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoAqC-0007kq-SH for qemu-devel@nongnu.org; Mon, 09 Jul 2012 06:05:17 -0400 Date: Mon, 9 Jul 2012 13:05:11 +0300 From: Gleb Natapov Message-ID: <20120709100511.GL15459@redhat.com> References: <1340714974-25489-1-git-send-email-agraf@suse.de> <4FFAA03D.6020302@redhat.com> <4FFAA40E.4070901@redhat.com> <583552B4-7D4C-4030-8792-203BB922000E@suse.de> <4FFAA9E0.1000406@redhat.com> <20120709100202.GK15459@redhat.com> <4FFAAC85.6040102@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FFAAC85.6040102@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] ahci: add -drive support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel qemu-devel , Alexander Graf , Markus Armbruster On Mon, Jul 09, 2012 at 12:03:49PM +0200, Kevin Wolf wrote: > Am 09.07.2012 12:02, schrieb Gleb Natapov: > > On Mon, Jul 09, 2012 at 11:52:32AM +0200, Kevin Wolf wrote: > >>> If -hda has the semantics of "create an IDE device", then no, we can't change it. It doesn't however. IIRC on -M pseries -hda creates SCSI devices. On s390 -hda creates virtio devices. So if on -M q35 -hda would create if=ahci, I don't see how that breaks the CLI. > >> > >> It doesn't per se, that is as long as you need to explicitly specify -M > >> q35. But then changing the default machine from the existing pc to q35 > >> would break the command line. > >> > > Would break it how? > > A guest that has an IDE driver, but not an AHCI one can be started with > 'qemu -hda foo.img' today. After changing the default to a q35 machine > type which uses AHCI by default, this guest wouldn't boot any more with > the same command line. > It is not suppose too. q35 is a totally different machine. -- Gleb.