mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 11:04:58 -06:00
explicitly include linux/kvm.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3b3d264888
commit
e81096b1c8
4 changed files with 6 additions and 0 deletions
|
@ -30,6 +30,9 @@
|
|||
#include "hw/hw.h"
|
||||
#include "qemu/error-report.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#ifdef CONFIG_KVM
|
||||
#include "linux/kvm.h"
|
||||
#endif
|
||||
#include "trace.h"
|
||||
|
||||
struct vfio_group_head vfio_group_list =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue