mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 22:11:53 -06:00
misc: move include files to include/qemu/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
14cccb6185
commit
1de7afc984
496 changed files with 673 additions and 673 deletions
2
async.c
2
async.c
|
@ -24,7 +24,7 @@
|
|||
|
||||
#include "qemu-common.h"
|
||||
#include "block/aio.h"
|
||||
#include "main-loop.h"
|
||||
#include "qemu/main-loop.h"
|
||||
|
||||
/***********************************************************/
|
||||
/* bottom halves (can be seen as timers which expire ASAP) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue