From patchwork Fri Sep 20 16:58:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tokarev X-Patchwork-Id: 276544 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id BC02C2C0120 for ; Sat, 21 Sep 2013 02:59:13 +1000 (EST) Received: from localhost ([::1]:56947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN42x-0005JQ-A3 for incoming@patchwork.ozlabs.org; Fri, 20 Sep 2013 12:59:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50292) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN42O-0005Cu-2N for qemu-devel@nongnu.org; Fri, 20 Sep 2013 12:58:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VN42B-0000Fm-GX for qemu-devel@nongnu.org; Fri, 20 Sep 2013 12:58:36 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:54176) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VN42B-0000EC-9R; Fri, 20 Sep 2013 12:58:23 -0400 Received: from tsrv.corpit.ru (tsrv.tls.msk.ru [192.168.177.2]) by isrv.corpit.ru (Postfix) with ESMTP id 08C44419CB; Fri, 20 Sep 2013 20:58:21 +0400 (MSK) Received: from tls.msk.ru (mjt.vpn.tls.msk.ru [192.168.177.99]) by tsrv.corpit.ru (Postfix) with SMTP id E34F14C3; Fri, 20 Sep 2013 20:58:20 +0400 (MSK) Received: (nullmailer pid 32166 invoked by uid 1000); Fri, 20 Sep 2013 16:58:20 -0000 From: Michael Tokarev To: aliguori@us.ibm.com Date: Fri, 20 Sep 2013 20:58:02 +0400 Message-Id: <1379696296-32105-4-git-send-email-mjt@msgid.tls.msk.ru> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1379696296-32105-1-git-send-email-mjt@msgid.tls.msk.ru> References: <1379696296-32105-1-git-send-email-mjt@msgid.tls.msk.ru> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 86.62.121.231 Cc: Anthony PERARD , qemu-trivial@nongnu.org, Michael Tokarev , qemu-devel@nongnu.org Subject: [Qemu-devel] [PULL 03/17] docs: Fix IO port number for CPU present bitmap. X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Anthony PERARD Signed-off-by: Anthony PERARD Reviewd-By: Igor Mammedov Signed-off-by: Michael Tokarev --- docs/specs/acpi_cpu_hotplug.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specs/acpi_cpu_hotplug.txt b/docs/specs/acpi_cpu_hotplug.txt index 5dec0c5..f6f5774 100644 --- a/docs/specs/acpi_cpu_hotplug.txt +++ b/docs/specs/acpi_cpu_hotplug.txt @@ -10,7 +10,7 @@ ACPI GPE block (IO ports 0xafe0-0xafe3, byte access): Generic ACPI GPE block. Bit 2 (GPE.2) used to notify CPU hot-add/remove event to ACPI BIOS, via SCI interrupt. -CPU present bitmap (IO port 0xaf00-0xae1f, 1-byte access): +CPU present bitmap (IO port 0xaf00-0xaf1f, 1-byte access): --------------------------------------------------------------- One bit per CPU. Bit position reflects corresponding CPU APIC ID. Read-only.