]> git.proxmox.com Git - mirror_qemu.git/commit
ioapic: Remove user_creatable flag
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 3 May 2017 20:35:51 +0000 (17:35 -0300)
committerEduardo Habkost <ehabkost@redhat.com>
Wed, 17 May 2017 13:37:01 +0000 (10:37 -0300)
commit6c4672cae7bbae56c49dfa598e75dd02916c4bc5
tree932ae7baf12405128d56d9ac3bcd7d484ffe7928
parent642c1e05460a12c70c87fc350a31e2d318c4bcce
ioapic: Remove user_creatable flag

An ioapic device is already created by the q35 initialization
code, and using "-device ioapic" or "-device kvm-ioapic" will
always fail with "Only 1 ioapics allowed". Remove the
user_creatable flag from the ioapic device classes.

Cc: Igor Mammedov <imammedo@redhat.com>
Cc: Marcel Apfelbaum <marcel@redhat.com>
Cc: "Michael S. Tsirkin" <mst@redhat.com>
Cc: Paolo Bonzini <pbonzini@redhat.com>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: Marcel Apfelbaum <marcel@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20170503203604.31462-9-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
hw/i386/kvm/ioapic.c
hw/intc/ioapic.c