From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ysrl9-00055s-6Q for qemu-devel@nongnu.org; Thu, 14 May 2015 07:57:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ysrl5-0005A6-V4 for qemu-devel@nongnu.org; Thu, 14 May 2015 07:57:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:36203) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ysrl5-00059y-Ni for qemu-devel@nongnu.org; Thu, 14 May 2015 07:56:59 -0400 Date: Thu, 14 May 2015 13:56:51 +0200 From: "Michael S. Tsirkin" Message-ID: <20150514135634-mutt-send-email-mst@redhat.com> References: <20150513174204.GS23627@redhat.com> <5553C651.4060000@redhat.com> <20150514134708-mutt-send-email-mst@redhat.com> <55548CEE.80406@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55548CEE.80406@redhat.com> Subject: Re: [Qemu-devel] [PATCH] Do not emulate a floppy drive when -nodefaults List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: xen-devel@lists.xensource.com, Stefano Stabellini , qemu-devel@nongnu.org, John Snow , rth@twiddle.net On Thu, May 14, 2015 at 01:54:22PM +0200, Paolo Bonzini wrote: > > > On 14/05/2015 13:47, Michael S. Tsirkin wrote: > > > I would be OK with a new property too, as we could set it from > > > libxl or libvirt. Anybody would be happy to pick this one up or should I > > > do it? > > > > Pls go ahead, I can merge it in the pc tree. > > Note that because of the "-drive if=none,id=fdd1 -global > isa-fdc.driveA=fdd1" trick to create a floppy drive without if=floppy, > the default should remain on---at least for a few releases---even if > -nodefaults is passed. > > Paolo Exactly. -- MST From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael S. Tsirkin" Subject: Re: [PATCH] Do not emulate a floppy drive when -nodefaults Date: Thu, 14 May 2015 13:56:51 +0200 Message-ID: <20150514135634-mutt-send-email-mst@redhat.com> References: <20150513174204.GS23627@redhat.com> <5553C651.4060000@redhat.com> <20150514134708-mutt-send-email-mst@redhat.com> <55548CEE.80406@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <55548CEE.80406@redhat.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org To: Paolo Bonzini Cc: xen-devel@lists.xensource.com, Stefano Stabellini , qemu-devel@nongnu.org, John Snow , rth@twiddle.net List-Id: xen-devel@lists.xenproject.org On Thu, May 14, 2015 at 01:54:22PM +0200, Paolo Bonzini wrote: > > > On 14/05/2015 13:47, Michael S. Tsirkin wrote: > > > I would be OK with a new property too, as we could set it from > > > libxl or libvirt. Anybody would be happy to pick this one up or should I > > > do it? > > > > Pls go ahead, I can merge it in the pc tree. > > Note that because of the "-drive if=none,id=fdd1 -global > isa-fdc.driveA=fdd1" trick to create a floppy drive without if=floppy, > the default should remain on---at least for a few releases---even if > -nodefaults is passed. > > Paolo Exactly. -- MST