From mboxrd@z Thu Jan 1 00:00:00 1970 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 From: Gerd Hoffmann 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> Subject: [Qemu-devel] [PATCH 2/3] fix off-byone in hw/acpi_pci_hotplug.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann 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 -- 1.7.1