mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
KVM: remove support for kernel-irqchip=off
-machine kernel-irqchip=off is broken for many guest OSes; kernel-irqchip=split is the replacement that works, so remove the deprecated support for the former. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
9d3f8b3247
commit
eaaaf8abdc
6 changed files with 25 additions and 15 deletions
|
@ -226,6 +226,6 @@ static inline int apic_get_bit(uint32_t *tab, int index)
|
|||
return !!(tab[i] & mask);
|
||||
}
|
||||
|
||||
APICCommonClass *apic_get_class(void);
|
||||
APICCommonClass *apic_get_class(Error **errp);
|
||||
|
||||
#endif /* QEMU_APIC_INTERNAL_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue