summaryrefslogtreecommitdiffstats
path: root/hw/s390x
diff options
context:
space:
mode:
authorMichael S. Tsirkin2016-03-04 10:24:28 +0100
committerMichael S. Tsirkin2016-03-11 15:45:21 +0100
commit226419d6153048cdba2fe722636220b01a1f9e96 (patch)
tree9c1411811af904c8e9c5f99aeb83e7f42a7fdc35 /hw/s390x
parentvirtio-pci: call pci reset variant when guest requests reset. (diff)
downloadqemu-226419d6153048cdba2fe722636220b01a1f9e96.tar.gz
qemu-226419d6153048cdba2fe722636220b01a1f9e96.tar.xz
qemu-226419d6153048cdba2fe722636220b01a1f9e96.zip
msi_supported -> msi_nonbroken
Rename controller flag to make it clearer what it means. Add some documentation as well. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/s390x')
-rw-r--r--hw/s390x/s390-pci-bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/s390-pci-bus.c b/hw/s390x/s390-pci-bus.c
index dba0202b70..f5f679f82c 100644
--- a/hw/s390x/s390-pci-bus.c
+++ b/hw/s390x/s390-pci-bus.c
@@ -597,7 +597,7 @@ static void s390_pcihost_class_init(ObjectClass *klass, void *data)
k->init = s390_pcihost_init;
hc->plug = s390_pcihost_hot_plug;
hc->unplug = s390_pcihost_hot_unplug;
- msi_supported = true;
+ msi_nonbroken = true;
}
static const TypeInfo s390_pcihost_info = {