From: Peter Maydell <peter.maydell@linaro.org>
To: Markus Armbruster <armbru@redhat.com>
Cc: QEMU Developers <qemu-devel@nongnu.org>,
Roman Bolshakov <r.bolshakov@yadro.com>
Subject: Re: [Qemu-devel] [PATCH v2] ui/cocoa: Include less of the generated modular QAPI headers
Date: Tue, 8 Jan 2019 14:53:25 +0000 [thread overview]
Message-ID: <CAFEAcA-DeefmbqJP2sJs5VPTGMA5RztdkYeYf41UEOQ2WDzc8g@mail.gmail.com> (raw)
In-Reply-To: <20181220084559.13880-1-armbru@redhat.com>
On Thu, 20 Dec 2018 at 08:46, Markus Armbruster <armbru@redhat.com> wrote:
>
> Avoids pointless recompilation. Missed in commit 112ed241f5d.
>
> Signed-off-by: Markus Armbruster <armbru@redhat.com>
> ---
> ui/cocoa.m | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/ui/cocoa.m b/ui/cocoa.m
> index ecf12bfc2e..ddc058e76e 100644
> --- a/ui/cocoa.m
> +++ b/ui/cocoa.m
> @@ -32,7 +32,8 @@
> #include "ui/input.h"
> #include "sysemu/sysemu.h"
> #include "qapi/error.h"
> -#include "qapi/qapi-commands.h"
> +#include "qapi/qapi-commands-block.h"
> +#include "qapi/qapi-commands-misc.h"
> #include "sysemu/blockdev.h"
> #include "qemu-version.h"
> #include <Carbon/Carbon.h>
> --
Applied, thanks.
-- PMM
prev parent reply other threads:[~2019-01-08 14:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-12-20 8:45 [Qemu-devel] [PATCH v2] ui/cocoa: Include less of the generated modular QAPI headers Markus Armbruster
2018-12-20 10:17 ` Philippe Mathieu-Daudé
2018-12-20 11:50 ` Roman Bolshakov
2019-01-08 14:53 ` Peter Maydell [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAFEAcA-DeefmbqJP2sJs5VPTGMA5RztdkYeYf41UEOQ2WDzc8g@mail.gmail.com \
--to=peter.maydell@linaro.org \
--cc=armbru@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=r.bolshakov@yadro.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).