From patchwork Wed Jan 9 15:41:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerd Hoffmann X-Patchwork-Id: 210733 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id A3CDA2C008C for ; Thu, 10 Jan 2013 02:42:00 +1100 (EST) Received: from localhost ([::1]:36397 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsxmw-0005az-Qy for incoming@patchwork.ozlabs.org; Wed, 09 Jan 2013 10:41:58 -0500 Received: from eggs.gnu.org ([208.118.235.92]:60003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsxmj-0005af-85 for qemu-devel@nongnu.org; Wed, 09 Jan 2013 10:41:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tsxme-0003Tu-JF for qemu-devel@nongnu.org; Wed, 09 Jan 2013 10:41:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:13969) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tsxme-0003Tm-BZ for qemu-devel@nongnu.org; Wed, 09 Jan 2013 10:41:40 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r09FfdJF007715 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 9 Jan 2013 10:41:39 -0500 Received: from rincewind.home.kraxel.org (ovpn-116-38.ams2.redhat.com [10.36.116.38]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r09Ffcn3008758; Wed, 9 Jan 2013 10:41:39 -0500 Received: by rincewind.home.kraxel.org (Postfix, from userid 500) id F091541BBD; Wed, 9 Jan 2013 16:41:37 +0100 (CET) From: Gerd Hoffmann To: qemu-devel@nongnu.org Date: Wed, 9 Jan 2013 16:41:36 +0100 Message-Id: <1357746097-23338-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1357746097-23338-1-git-send-email-kraxel@redhat.com> References: <1357746097-23338-1-git-send-email-kraxel@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 Cc: Gerd Hoffmann Subject: [Qemu-devel] [PATCH 2/3] fix off-byone in hw/acpi_pci_hotplug.h 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 Signed-off-by: Gerd Hoffmann --- hw/acpi_pci_hotplug.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/acpi_pci_hotplug.h b/hw/acpi_pci_hotplug.h index b97403d..220fca8 100644 --- a/hw/acpi_pci_hotplug.h +++ b/hw/acpi_pci_hotplug.h @@ -1,5 +1,5 @@ #define PCI_HOTPLUG_ADDR 0xae00 -#define PCI_HOTPLUG_SIZE 0x000f +#define PCI_HOTPLUG_SIZE 0x0010 #define PCI_UP_BASE 0xae00 #define PCI_DOWN_BASE 0xae04 #define PCI_EJ_BASE 0xae08