target/riscv/kvm: remove irqchip_split() restriction
Remove the 'irqchip_split()' restriction in kvm_arch_init() now that we have support for "-accel kvm,kernel-irqchip=split". Signed-off-by: Daniel Henrique Barboza <dbarboza@ventanamicro.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Message-ID: <20241119191706.718860-8-dbarboza@ventanamicro.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
e0c87e3067
commit
ce7320bf56
@ -1408,11 +1408,6 @@ int kvm_arch_init(MachineState *ms, KVMState *s)
|
|||||||
|
|
||||||
int kvm_arch_irqchip_create(KVMState *s)
|
int kvm_arch_irqchip_create(KVMState *s)
|
||||||
{
|
{
|
||||||
if (kvm_kernel_irqchip_split()) {
|
|
||||||
error_report("-machine kernel_irqchip=split is not supported on RISC-V.");
|
|
||||||
exit(1);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We can create the VAIA using the newer device control API.
|
* We can create the VAIA using the newer device control API.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user