From: Stefan Weil <weil@mail.berlios.de>
To: Alexandre Raymond <cerbere@gmail.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH 6/6] Avoid compilation warning regarding kvm under darwin
Date: Fri, 27 May 2011 19:39:53 +0200 [thread overview]
Message-ID: <4DDFE1E9.3060508@mail.berlios.de> (raw)
In-Reply-To: <1306516951-31105-7-git-send-email-cerbere@gmail.com>
Am 27.05.2011 19:22, schrieb Alexandre Raymond:
> ----8<----
> qemu/target-s390x/helper.c:32:23: warning: linux/kvm.h: No such file
> or director
> ----8<----
>
> kvm.h, which is included right after this line, already includes
> linux/kvm.h
> with the proper CONFIG_KVM guard. Remove redundant include.
>
> Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
> ---
> target-s390x/helper.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/target-s390x/helper.c b/target-s390x/helper.c
> index c79af46..5dc42f1 100644
> --- a/target-s390x/helper.c
> +++ b/target-s390x/helper.c
> @@ -29,7 +29,6 @@
> #include "qemu-timer.h"
>
> #if !defined(CONFIG_USER_ONLY)
> -#include <linux/kvm.h>
> #include "kvm.h"
> #endif
See http://patchwork.ozlabs.org/patch/97191/.
Regards,
Stefan W.
WARNING: multiple messages have this Message-ID (diff)
From: Stefan Weil <weil@mail.berlios.de>
To: Alexandre Raymond <cerbere@gmail.com>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 6/6] Avoid compilation warning regarding kvm under darwin
Date: Fri, 27 May 2011 19:39:53 +0200 [thread overview]
Message-ID: <4DDFE1E9.3060508@mail.berlios.de> (raw)
In-Reply-To: <1306516951-31105-7-git-send-email-cerbere@gmail.com>
Am 27.05.2011 19:22, schrieb Alexandre Raymond:
> ----8<----
> qemu/target-s390x/helper.c:32:23: warning: linux/kvm.h: No such file
> or director
> ----8<----
>
> kvm.h, which is included right after this line, already includes
> linux/kvm.h
> with the proper CONFIG_KVM guard. Remove redundant include.
>
> Signed-off-by: Alexandre Raymond <cerbere@gmail.com>
> ---
> target-s390x/helper.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/target-s390x/helper.c b/target-s390x/helper.c
> index c79af46..5dc42f1 100644
> --- a/target-s390x/helper.c
> +++ b/target-s390x/helper.c
> @@ -29,7 +29,6 @@
> #include "qemu-timer.h"
>
> #if !defined(CONFIG_USER_ONLY)
> -#include <linux/kvm.h>
> #include "kvm.h"
> #endif
See http://patchwork.ozlabs.org/patch/97191/.
Regards,
Stefan W.
next prev parent reply other threads:[~2011-05-27 17:45 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-27 17:22 [Qemu-trivial] [PATCH 0/6] Fix compilation issues under darwin Alexandre Raymond
2011-05-27 17:22 ` [Qemu-devel] " Alexandre Raymond
2011-05-27 17:22 ` [Qemu-trivial] [PATCH 1/6] Fix incorrect check for fdatasync() in configure Alexandre Raymond
2011-05-27 17:22 ` [Qemu-devel] " Alexandre Raymond
2011-05-29 14:50 ` [Qemu-trivial] " Andreas Färber
2011-05-29 14:50 ` Andreas Färber
2011-05-29 15:46 ` [Qemu-trivial] " Alexandre Raymond
2011-05-29 15:46 ` Alexandre Raymond
2011-05-29 17:05 ` [Qemu-trivial] " Andreas Färber
2011-05-29 17:05 ` Andreas Färber
2011-05-27 17:22 ` [Qemu-trivial] [PATCH 2/6] Cocoa: avoid displaying window when command-line contains '-h' Alexandre Raymond
2011-05-27 17:22 ` [Qemu-devel] " Alexandre Raymond
2011-05-28 15:05 ` [Qemu-trivial] " Andreas Färber
2011-05-28 15:05 ` Andreas Färber
2011-05-27 17:22 ` [Qemu-trivial] [PATCH 3/6] Fix compilation warning due to incorrectly specified type Alexandre Raymond
2011-05-27 17:22 ` [Qemu-devel] " Alexandre Raymond
2011-05-27 17:42 ` [Qemu-trivial] " Stefan Weil
2011-05-27 17:42 ` Stefan Weil
2011-05-29 15:02 ` [Qemu-trivial] " Andreas Färber
2011-05-29 15:02 ` Andreas Färber
2011-05-27 17:22 ` [Qemu-trivial] [PATCH 4/6] Fix missing prototype under cocoa for qemu_main Alexandre Raymond
2011-05-27 17:22 ` [Qemu-devel] " Alexandre Raymond
2011-05-29 15:11 ` [Qemu-trivial] " Andreas Färber
2011-05-29 15:11 ` Andreas Färber
2011-05-29 19:58 ` [Qemu-devel] [PATCH] cocoa: Provide central qemu_main() prototype Andreas Färber
2011-05-29 23:53 ` Alexandre Raymond
2011-06-02 11:33 ` Andreas Färber
2011-06-09 18:30 ` Andreas Färber
2011-05-27 17:22 ` [Qemu-trivial] [PATCH 5/6] Remove warning in printf due to type mismatch Alexandre Raymond
2011-05-27 17:22 ` [Qemu-devel] " Alexandre Raymond
2011-05-27 17:35 ` [Qemu-trivial] " Stefan Weil
2011-05-27 17:35 ` Stefan Weil
2011-05-27 19:11 ` [Qemu-trivial] " Markus Armbruster
2011-05-27 19:11 ` Markus Armbruster
2011-05-27 20:44 ` [Qemu-trivial] " Stefan Weil
2011-05-27 20:44 ` Stefan Weil
2011-05-27 22:10 ` [Qemu-trivial] " Alexandre Raymond
2011-05-27 22:10 ` Alexandre Raymond
2011-05-28 6:55 ` [Qemu-trivial] " Paolo Bonzini
2011-05-28 6:55 ` [Qemu-devel] " Paolo Bonzini
2011-05-28 8:19 ` Stefan Weil
2011-05-27 17:22 ` [Qemu-trivial] [PATCH 6/6] Avoid compilation warning regarding kvm under darwin Alexandre Raymond
2011-05-27 17:22 ` [Qemu-devel] " Alexandre Raymond
2011-05-27 17:39 ` Stefan Weil [this message]
2011-05-27 17:39 ` Stefan Weil
2011-05-28 14:55 ` [Qemu-trivial] [Qemu-devel] [PATCH 0/6] Fix compilation issues " Andreas Färber
2011-05-28 14:55 ` Andreas Färber
2011-05-28 19:41 ` [Qemu-trivial] " Stefan Hajnoczi
2011-05-28 19:41 ` [Qemu-devel] [Qemu-trivial] " Stefan Hajnoczi
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=4DDFE1E9.3060508@mail.berlios.de \
--to=weil@mail.berlios.de \
--cc=cerbere@gmail.com \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.