mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 11:53:39 +08:00
8 lines
109 B
C
8 lines
109 B
C
|
#include "qemu-common.h"
|
||
|
#include "sysemu/kvm.h"
|
||
|
|
||
|
int kvm_arch_irqchip_create(KVMState *s)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|