qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 2/3] fix off-byone in hw/acpi_pci_hotplug.h
Date: Wed,  9 Jan 2013 16:41:36 +0100	[thread overview]
Message-ID: <1357746097-23338-3-git-send-email-kraxel@redhat.com> (raw)
In-Reply-To: <1357746097-23338-1-git-send-email-kraxel@redhat.com>

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 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

  parent reply	other threads:[~2013-01-09 15:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-09 15:41 [Qemu-devel] [RfC PATCH 0/3] q35: acpi hotplug Gerd Hoffmann
2013-01-09 15:41 ` [Qemu-devel] [PATCH 1/3] split acpi pci hotplug code into separate file Gerd Hoffmann
2013-01-09 21:13   ` Blue Swirl
2013-01-09 15:41 ` Gerd Hoffmann [this message]
2013-01-09 15:41 ` [Qemu-devel] [PATCH 3/3] q35: add & windup ich9-pci-hotplug device Gerd Hoffmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1357746097-23338-3-git-send-email-kraxel@redhat.com \
    --to=kraxel@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).