mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -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
|
@ -18,9 +18,9 @@
|
|||
#include "virtio.h"
|
||||
#include "pc.h"
|
||||
#include "cpu.h"
|
||||
#include "balloon.h"
|
||||
#include "sysemu/balloon.h"
|
||||
#include "virtio-balloon.h"
|
||||
#include "kvm.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "exec/address-spaces.h"
|
||||
|
||||
#if defined(__linux__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue