From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIwKM-0000hl-L8 for qemu-devel@nongnu.org; Fri, 22 Mar 2013 03:23:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UIwKL-0000ci-Ij for qemu-devel@nongnu.org; Fri, 22 Mar 2013 03:23:50 -0400 Received: from [222.73.24.84] (port=30140 helo=song.cn.fujitsu.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UIwKL-0000cD-6K for qemu-devel@nongnu.org; Fri, 22 Mar 2013 03:23:49 -0400 Date: Fri, 22 Mar 2013 15:23:47 +0800 From: Hu Tao Message-ID: <20130322072347.GE24459@localhost.localdomain> References: <1363856914-23399-2-git-send-email-hutao@cn.fujitsu.com> <20130321225458.GA1279@morn.localdomain> MIME-Version: 1.0 In-Reply-To: <20130321225458.GA1279@morn.localdomain> Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH v15 2/2] patch dsdt to use passed-in pvpanic ioport List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: Peter Maydell , Gleb Natapov , "Michael S. Tsirkin" , Jan Kiszka , seabios@seabios.org, qemu-devel , Markus Armbruster , Blue Swirl , Orit Wasserman , Juan Quintela , Alexander Graf , Christian Borntraeger , Andrew Jones , Alex Williamson , Sasha Levin , Stefan Hajnoczi , Luiz Capitulino , KAMEZAWA Hiroyuki , Anthony Liguori , Marcelo Tosatti , Paolo Bonzini On Thu, Mar 21, 2013 at 06:54:59PM -0400, Kevin O'Connor wrote: > On Thu, Mar 21, 2013 at 05:08:34PM +0800, Hu Tao wrote: > > Signed-off-by: Hu Tao > > I don't think it is a good idea to dynamically modify the DSDT. We've > been using the SSDT for that. > > In any case, I think this would be a good candidate for merging after > the ACPI stuff is moved into QEMU. Agreed. What do you think about patch 1? (of course with Paolo's suggestion applied) > > -Kevin