mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
x86/cpu: use standard-headers/asm-x86.kvm_para.h
Switch to the header we imported from Linux, this allows us to drop a hack in kvm_i386.h. More code will be dropped in the next patch. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
d49bd359d1
commit
1814eab673
6 changed files with 4 additions and 15 deletions
|
@ -40,9 +40,7 @@
|
|||
#include "qom/qom-qobject.h"
|
||||
#include "sysemu/arch_init.h"
|
||||
|
||||
#if defined(CONFIG_KVM)
|
||||
#include <linux/kvm_para.h>
|
||||
#endif
|
||||
#include "standard-headers/asm-x86/kvm_para.h"
|
||||
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "hw/qdev-properties.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue