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
8
qmp.c
8
qmp.c
|
@ -14,15 +14,15 @@
|
|||
*/
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "sysemu.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "qmp-commands.h"
|
||||
#include "qemu-char.h"
|
||||
#include "ui/qemu-spice.h"
|
||||
#include "ui/vnc.h"
|
||||
#include "kvm.h"
|
||||
#include "arch_init.h"
|
||||
#include "sysemu/kvm.h"
|
||||
#include "sysemu/arch_init.h"
|
||||
#include "hw/qdev.h"
|
||||
#include "blockdev.h"
|
||||
#include "sysemu/blockdev.h"
|
||||
#include "qom/qom-qobject.h"
|
||||
|
||||
NameInfo *qmp_query_name(Error **errp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue