diff options
| author | Michael S. Tsirkin | 2016-03-04 10:24:28 +0100 |
|---|---|---|
| committer | Michael S. Tsirkin | 2016-03-11 15:45:21 +0100 |
| commit | 226419d6153048cdba2fe722636220b01a1f9e96 (patch) | |
| tree | 9c1411811af904c8e9c5f99aeb83e7f42a7fdc35 /include/hw | |
| parent | virtio-pci: call pci reset variant when guest requests reset. (diff) | |
| download | qemu-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 'include/hw')
| -rw-r--r-- | include/hw/pci/msi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hw/pci/msi.h b/include/hw/pci/msi.h index 50e452bd05..8124908abd 100644 --- a/include/hw/pci/msi.h +++ b/include/hw/pci/msi.h @@ -29,7 +29,7 @@ struct MSIMessage { uint32_t data; }; -extern bool msi_supported; +extern bool msi_nonbroken; void msi_set_message(PCIDevice *dev, MSIMessage msg); MSIMessage msi_get_message(PCIDevice *dev, unsigned int vector); |
