qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 11/13] qapi: make query-cpu-definitions depend o


From: Markus Armbruster
Subject: Re: [Qemu-devel] [PATCH 11/13] qapi: make query-cpu-definitions depend on specific targets
Date: Tue, 18 Dec 2018 19:01:19 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux)

Marc-André Lureau <address@hidden> writes:

> It depends on TARGET_PPC || TARGET_ARM || TARGET_I386 || TARGET_S390X.
>
> Signed-off-by: Marc-André Lureau <address@hidden>
> Reviewed-by: Eduardo Habkost <address@hidden>
> Acked-by: Cornelia Huck <address@hidden>
[...]
> diff --git a/target/i386/cpu.c b/target/i386/cpu.c
> index 18579bc5e8..dc0a7413a4 100644
> --- a/target/i386/cpu.c
> +++ b/target/i386/cpu.c
> @@ -36,6 +36,7 @@
>  #include "qapi/error.h"
>  #include "qapi/qapi-visit-misc.h"
>  #include "qapi/qapi-visit-run-state.h"
> +#include "qapi/target-qapi-commands.h"

You already added this one in the previous patch.

>  #include "qapi/qmp/qdict.h"
>  #include "qapi/qmp/qerror.h"
>  #include "qapi/visitor.h"
[...]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]