From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54489) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ysrir-0003fU-B2 for qemu-devel@nongnu.org; Thu, 14 May 2015 07:54:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ysrin-0003zX-NM for qemu-devel@nongnu.org; Thu, 14 May 2015 07:54:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ysrin-0003zA-FK for qemu-devel@nongnu.org; Thu, 14 May 2015 07:54:37 -0400 Message-ID: <55548CEE.80406@redhat.com> Date: Thu, 14 May 2015 13:54:22 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20150513174204.GS23627@redhat.com> <5553C651.4060000@redhat.com> <20150514134708-mutt-send-email-mst@redhat.com> In-Reply-To: <20150514134708-mutt-send-email-mst@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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: "Michael S. Tsirkin" , Stefano Stabellini Cc: xen-devel@lists.xensource.com, John Snow , qemu-devel@nongnu.org, rth@twiddle.net 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] Do not emulate a floppy drive when -nodefaults Date: Thu, 14 May 2015 13:54:22 +0200 Message-ID: <55548CEE.80406@redhat.com> References: <20150513174204.GS23627@redhat.com> <5553C651.4060000@redhat.com> <20150514134708-mutt-send-email-mst@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150514134708-mutt-send-email-mst@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: "Michael S. Tsirkin" , Stefano Stabellini Cc: xen-devel@lists.xensource.com, John Snow , qemu-devel@nongnu.org, rth@twiddle.net List-Id: xen-devel@lists.xenproject.org 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