From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W11O3-0002Uo-N9 for qemu-devel@nongnu.org; Wed, 08 Jan 2014 17:14:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W11Nv-00015v-5t for qemu-devel@nongnu.org; Wed, 08 Jan 2014 17:14:07 -0500 Received: from mail-ea0-x236.google.com ([2a00:1450:4013:c01::236]:64547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W11Nu-00015o-VB for qemu-devel@nongnu.org; Wed, 08 Jan 2014 17:13:59 -0500 Received: by mail-ea0-f182.google.com with SMTP id a15so1093500eae.27 for ; Wed, 08 Jan 2014 14:13:58 -0800 (PST) Sender: Paolo Bonzini Message-ID: <52CDCDA2.4040206@redhat.com> Date: Wed, 08 Jan 2014 23:13:54 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20140108200217.GA4094@ERROL.INI.CMU.EDU> In-Reply-To: <20140108200217.GA4094@ERROL.INI.CMU.EDU> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] Add option to disable FDC from ISA bus and ACPI on i386 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Gabriel L. Somlo" Cc: imammedo@redhat.com, mst@redhat.com, lersek@redhat.com, qemu-devel@nongnu.org, agraf@suse.de Il 08/01/2014 21:02, Gabriel L. Somlo ha scritto: > Add i386 command line option "-no-fdc", which allows guests to omit the > configuration of a floppy controller. Applies on top of my previous patch > titled "Add DSDT node for AppleSMC" I think we need to provide a mechanism for machine-specific options. Options like this one does not scale. Still, thanks for writing this patch which is great at least as a proof of concept and for the ACPI side of things! Have you played with the HPET device? It would be nice to have Mac OS X support in QEMU 2.0. Paolo