On 08.05.2018 17:10, Philippe Mathieu-Daudé wrote:
> It is long gone since e4e8ba04c2007 ...
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
> include/qemu/typedefs.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
> index a46b0b347b..325c72de33 100644
> --- a/include/qemu/typedefs.h
> +++ b/include/qemu/typedefs.h
> @@ -62,7 +62,6 @@ typedef struct NetClientState NetClientState;
> typedef struct NetFilterState NetFilterState;
> typedef struct NICInfo NICInfo;
> typedef struct NumaNodeMem NumaNodeMem;
> -typedef struct PcGuestInfo PcGuestInfo;
> typedef struct PCIBridge PCIBridge;
> typedef struct PCIBus PCIBus;
> typedef struct PCIDevice PCIDevice;
>
No need to mark this patch as RFC - this is certainly a good idea.
Reviewed-by: Thomas Huth <thuth@redhat.com>