mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
Adapt header include paths. Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
commit
501a7ce727
1126 changed files with 3773 additions and 4070 deletions
|
@ -19,19 +19,19 @@
|
|||
*/
|
||||
|
||||
#include "cpu.h"
|
||||
#include "memory.h"
|
||||
#include "host-utils.h"
|
||||
#include "exec/memory.h"
|
||||
#include "qemu/host-utils.h"
|
||||
#include "helper.h"
|
||||
#include <string.h>
|
||||
#include "kvm.h"
|
||||
#include "qemu-timer.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "qemu/timer.h"
|
||||
#ifdef CONFIG_KVM
|
||||
#include <linux/kvm.h>
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_USER_ONLY)
|
||||
#include "softmmu_exec.h"
|
||||
#include "sysemu.h"
|
||||
#include "exec/softmmu_exec.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#endif
|
||||
|
||||
/* #define DEBUG_HELPER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue