From patchwork Wed Jan 9 15:41:36 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [2/3] fix off-byone in hw/acpi_pci_hotplug.h Date: Wed, 09 Jan 2013 05:41:36 -0000 From: Gerd Hoffmann X-Patchwork-Id: 210733 Message-Id: <1357746097-23338-3-git-send-email-kraxel@redhat.com> 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