[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH v2 1/6] move ObjectClass to typedefs.h
From: |
David Gibson |
Subject: |
Re: [Qemu-ppc] [PATCH v2 1/6] move ObjectClass to typedefs.h |
Date: |
Wed, 7 Nov 2018 09:45:34 +1100 |
User-agent: |
Mutt/1.10.1 (2018-07-13) |
On Tue, Nov 06, 2018 at 11:23:30AM +0100, Gerd Hoffmann wrote:
> Signed-off-by: Gerd Hoffmann <address@hidden>
Reviewed-by: David Gibson <address@hidden>
> ---
> include/qemu/typedefs.h | 1 +
> include/qom/object.h | 1 -
> 2 files changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
> index 3ec0e13a96..fed53f6de2 100644
> --- a/include/qemu/typedefs.h
> +++ b/include/qemu/typedefs.h
> @@ -62,6 +62,7 @@ typedef struct NetClientState NetClientState;
> typedef struct NetFilterState NetFilterState;
> typedef struct NICInfo NICInfo;
> typedef struct NumaNodeMem NumaNodeMem;
> +typedef struct ObjectClass ObjectClass;
> typedef struct PCIBridge PCIBridge;
> typedef struct PCIBus PCIBus;
> typedef struct PCIDevice PCIDevice;
> diff --git a/include/qom/object.h b/include/qom/object.h
> index f0b0bf39cc..499e1fd8b7 100644
> --- a/include/qom/object.h
> +++ b/include/qom/object.h
> @@ -20,7 +20,6 @@
> struct TypeImpl;
> typedef struct TypeImpl *Type;
>
> -typedef struct ObjectClass ObjectClass;
> typedef struct Object Object;
>
> typedef struct TypeInfo TypeInfo;
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
signature.asc
Description: PGP signature
- [Qemu-ppc] [PATCH v2 0/6] Introducing QemuSupportState, Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 4/6] Warn on obsolete and deprecated devices., Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 1/6] move ObjectClass to typedefs.h, Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 5/6] tag cirrus as obsolete, Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 3/6] Use QemuSupportState for machine types., Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 2/6] add QemuSupportState, Gerd Hoffmann, 2018/11/06
- [Qemu-ppc] [PATCH v2 6/6] add UsageHints to QemuSupportState, Gerd Hoffmann, 2018/11/06