projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6fd5b0
)
hw/acpi: Limit hotplug to root bus on legacy mode
author
Anthony PERARD
<anthony.perard@citrix.com>
Wed, 6 Sep 2017 13:40:31 +0000
(14:40 +0100)
committer
Michael S. Tsirkin
<mst@redhat.com>
Fri, 8 Sep 2017 13:15:17 +0000
(16:15 +0300)
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/pcihp.c
patch
|
blob
|
history
diff --git
a/hw/acpi/pcihp.c
b/hw/acpi/pcihp.c
index c420a388eab428a3931bff1cf93e1deb5393c726..9db3c2eaf2e2a659d0b4e4645de65a8e59f8d430 100644
(file)
--- a/
hw/acpi/pcihp.c
+++ b/
hw/acpi/pcihp.c
@@
-273,7
+273,7
@@
static void pci_write(void *opaque, hwaddr addr, uint64_t data,
addr, data);
break;
case PCI_SEL_BASE:
- s->hotplug_select = data;
+ s->hotplug_select =
s->legacy_piix ? ACPI_PCIHP_BSEL_DEFAULT :
data;
ACPI_PCIHP_DPRINTF("pcisel write %" HWADDR_PRIx " <== %" PRIu64 "\n",
addr, data);
default: