]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
acpi-build: skip hotplugged bridges
authorMichael S. Tsirkin <mst@redhat.com>
Wed, 28 Jan 2015 16:30:38 +0000 (18:30 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 26 Feb 2015 12:04:08 +0000 (13:04 +0100)
commita20275fa502f57a50517d31c6b770e0eeff8feca
tree2903ef3ac5772323ac13f823d55704803341218c
parentef546f1275f6563e8934dd5e338d29d9f9909ca6
acpi-build: skip hotplugged bridges

hotplugged bridges don't get bsel allocated so acpi hotplug doesn't work
for them anyway.  OTOH adding them in ACPI creates a host of problems,
e.g. they can't be hot-unplugged themselves which is surprising to
users.

So let's just skip these.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/acpi-build.c