mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
softmmu: move include files to include/sysemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
1de7afc984
commit
9c17d615a6
296 changed files with 421 additions and 421 deletions
|
@ -22,14 +22,14 @@
|
|||
#include <inttypes.h>
|
||||
|
||||
#include "cpu.h"
|
||||
#include "kvm.h"
|
||||
#include "sysemu/kvm.h"
|
||||
|
||||
#include "qemu/option.h"
|
||||
#include "qemu/config-file.h"
|
||||
#include "qapi/qmp/qerror.h"
|
||||
|
||||
#include "qapi/visitor.h"
|
||||
#include "arch_init.h"
|
||||
#include "sysemu/arch_init.h"
|
||||
|
||||
#include "hyperv.h"
|
||||
|
||||
|
@ -38,7 +38,7 @@
|
|||
#include <linux/kvm_para.h>
|
||||
#endif
|
||||
|
||||
#include "sysemu.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#ifndef CONFIG_USER_ONLY
|
||||
#include "hw/xen.h"
|
||||
#include "hw/sysbus.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue