From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=32997 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PLiHP-0002Cr-5F for qemu-devel@nongnu.org; Thu, 25 Nov 2010 15:19:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PLiHG-0003lv-CM for qemu-devel@nongnu.org; Thu, 25 Nov 2010 15:18:54 -0500 Received: from mail-qy0-f173.google.com ([209.85.216.173]:54562) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PLiHG-0003lf-AD for qemu-devel@nongnu.org; Thu, 25 Nov 2010 15:18:46 -0500 Received: by qyk1 with SMTP id 1so5349818qyk.4 for ; Thu, 25 Nov 2010 12:18:45 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20101125112804.GB14105@valinux.co.jp> References: <9E1995D5-0971-4B80-93AF-85315045C6D2@suse.de> <6F3766C8-F8D4-4468-8F6E-7168E3578805@suse.de> <20101125112804.GB14105@valinux.co.jp> Date: Thu, 25 Nov 2010 20:18:45 +0000 Message-ID: Subject: Re: [Qemu-devel] [Patch] Small fix for qemu APIC for Mac OS X support From: adq Content-Type: text/plain; charset=ISO-8859-1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: Alexander Graf , qemu-devel@nongnu.org On 25 November 2010 11:28, Isaku Yamahata wrote: > On Wed, Nov 24, 2010 at 02:08:16PM +0000, adq wrote: >> > Interesting. I was also thinking that maybe we can leverage overriding mechanisms that are already available. Maybe it's possible to squeeze the HPET node into an SSDT. Maybe we need to override the whole DSDT from the command line. >> >> We'll definitely need to override the DSDT for the applesmc device. I >> was thinking something along the lines of an additional DSDT binary >> supplied with QEMU for use when emulating apple hardware as you >> suggest. > > The patches for qemu and seabios have been floating around. > I wrote them for Q35 chipset support, but no one has gotten interested in it. > But now, you are there. I'm willing to rebase/resend them. I'd definitely be interested to see those!