mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
qom: move include files to include/qom/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
caf71f86a3
commit
14cccb6185
27 changed files with 28 additions and 28 deletions
|
@ -4,7 +4,7 @@
|
|||
#include "qemu-queue.h"
|
||||
#include "qemu-option.h"
|
||||
#include "qemu-types.h"
|
||||
#include "qemu/object.h"
|
||||
#include "qom/object.h"
|
||||
#include "hw/irq.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#define STREAM_H 1
|
||||
|
||||
#include "qemu-common.h"
|
||||
#include "qemu/object.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
/* stream slave. Used until qdev provides a generic way. */
|
||||
#define TYPE_STREAM_SLAVE "stream-slave"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue