mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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>
This commit is contained in:
parent
75fd6f13af
commit
226419d615
13 changed files with 29 additions and 16 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue