From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45172) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJN9o-0006WI-8M for qemu-devel@nongnu.org; Tue, 10 Sep 2013 08:35:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VJN9i-0004s5-9S for qemu-devel@nongnu.org; Tue, 10 Sep 2013 08:35:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:16934) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VJN9i-0004rz-1m for qemu-devel@nongnu.org; Tue, 10 Sep 2013 08:34:54 -0400 Date: Tue, 10 Sep 2013 14:34:13 +0200 From: Igor Mammedov Message-ID: <20130910143413.795f7014@nial.usersys.redhat.com> In-Reply-To: <1377083127.31946.8.camel@nilsson.home.kraxel.org> References: <1377083127.31946.8.camel@nilsson.home.kraxel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH] q35: fix GPE method for cpu hotplug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: Hu Tao , seabios@seabios.org, qemu-devel@nongnu.org On Wed, 21 Aug 2013 13:05:27 +0200 Gerd Hoffmann wrote: > Hi, > > > Method(_L01) { > > + } > > + Method(_E02) { > > // CPU hotplug event > > \_SB.PRSC() > > } > > - Method(_L02) { > > - } > > E02? Typo? _E02 is correct. see commit 9c6635bd4 for reasoning. Perhaps commit message should be more verbose and contain a reference to that commit. > > cheers, > Gerd > > >