qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 2/3] fix off-byone in hw/acpi_pci_hotplug.h


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 2/3] fix off-byone in hw/acpi_pci_hotplug.h
Date: Wed, 9 Jan 2013 16:41:36 +0100

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]