mirror of https://github.com/xqemu/xqemu.git
kvm: Fix cpu_is_bsp() compilation warning
Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
ddced198cd
commit
408392b30d
|
@ -25,6 +25,7 @@
|
|||
#include "gdbstub.h"
|
||||
#include "host-utils.h"
|
||||
#include "hw/pc.h"
|
||||
#include "hw/apic.h"
|
||||
#include "ioport.h"
|
||||
|
||||
#ifdef CONFIG_KVM_PARA
|
||||
|
|
Loading…
Reference in New Issue