mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -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
|
@ -12,7 +12,7 @@
|
|||
#ifndef QEMU_RNG_RANDOM_H
|
||||
#define QEMU_RNG_RANDOM_H
|
||||
|
||||
#include "qemu/object.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
#define TYPE_RNG_RANDOM "rng-random"
|
||||
#define RNG_RANDOM(obj) OBJECT_CHECK(RndRandom, (obj), TYPE_RNG_RANDOM)
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef QEMU_RNG_H
|
||||
#define QEMU_RNG_H
|
||||
|
||||
#include "qemu/object.h"
|
||||
#include "qom/object.h"
|
||||
#include "qemu-common.h"
|
||||
#include "qapi/error.h"
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#ifndef QEMU_CPU_H
|
||||
#define QEMU_CPU_H
|
||||
|
||||
#include "qemu/object.h"
|
||||
#include "qom/object.h"
|
||||
#include "qemu-thread.h"
|
||||
|
||||
/**
|
|
@ -13,7 +13,7 @@
|
|||
#ifndef QEMU_QOM_QOBJECT_H
|
||||
#define QEMU_QOM_QOBJECT_H
|
||||
|
||||
#include "qemu/object.h"
|
||||
#include "qom/object.h"
|
||||
|
||||
/*
|
||||
* object_property_get_qobject:
|
Loading…
Add table
Add a link
Reference in a new issue