mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -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
|
@ -44,7 +44,7 @@ static void xen_apic_realize(DeviceState *dev, Error **errp)
|
|||
s->vapic_control = 0;
|
||||
memory_region_init_io(&s->io_memory, OBJECT(s), &xen_apic_io_ops, s,
|
||||
"xen-apic-msi", APIC_SPACE_SIZE);
|
||||
msi_supported = true;
|
||||
msi_nonbroken = true;
|
||||
}
|
||||
|
||||
static void xen_apic_set_base(APICCommonState *s, uint64_t val)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue