From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC6EO-0004uQ-Ez for qemu-devel@nongnu.org; Wed, 21 Aug 2013 07:05:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VC6EG-0004qm-61 for qemu-devel@nongnu.org; Wed, 21 Aug 2013 07:05:40 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48489) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VC6EF-0004qS-No for qemu-devel@nongnu.org; Wed, 21 Aug 2013 07:05:31 -0400 Message-ID: <1377083127.31946.8.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Wed, 21 Aug 2013 13:05:27 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 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: Hu Tao Cc: seabios@seabios.org, qemu-devel@nongnu.org Hi, > Method(_L01) { > + } > + Method(_E02) { > // CPU hotplug event > \_SB.PRSC() > } > - Method(_L02) { > - } E02? Typo? cheers, Gerd