From: Jan Kiszka <jan.kiszka@web.de>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: qemu-devel@nongnu.org, Rusty Russell <rusty.russell@linaro.org>,
patches@linaro.org
Subject: Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Pull in asm-generic/kvm_para.h
Date: Sat, 28 Jul 2012 12:20:23 +0200 [thread overview]
Message-ID: <5013BCE7.6020009@web.de> (raw)
In-Reply-To: <1343230147-25557-1-git-send-email-peter.maydell@linaro.org>
[-- Attachment #1: Type: text/plain, Size: 1205 bytes --]
On 2012-07-25 17:29, Peter Maydell wrote:
> Add asm-generic/kvm_para.h to the set of non-architecture specific
> KVM kernel headers we copy into QEMU. This header may be included
> by an architecture's kvm_para.h header.
>
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> ---
> scripts/update-linux-headers.sh | 5 +++++
> 1 files changed, 5 insertions(+), 0 deletions(-)
>
> diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh
> index 9d2a4bc..a639c5b 100755
> --- a/scripts/update-linux-headers.sh
> +++ b/scripts/update-linux-headers.sh
> @@ -46,6 +46,11 @@ mkdir -p "$output/linux-headers/linux"
> for header in kvm.h kvm_para.h vhost.h virtio_config.h virtio_ring.h; do
> cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux"
> done
> +rm -rf "$output/linux-headers/asm-generic"
> +mkdir -p "$output/linux-headers/asm-generic"
> +for header in kvm_para.h; do
> + cp "$tmpdir/include/asm-generic/$header" "$output/linux-headers/asm-generic"
> +done
> if [ -L "$linux/source" ]; then
> cp "$linux/source/COPYING" "$output/linux-headers"
> else
>
Reviewed-by: Jan Kiszka <jan.kiszka@siemens.com>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
next prev parent reply other threads:[~2012-07-28 10:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-25 15:29 [Qemu-devel] [PATCH] update-linux-headers.sh: Pull in asm-generic/kvm_para.h Peter Maydell
2012-07-28 10:20 ` Jan Kiszka [this message]
2012-08-08 12:34 ` Peter Maydell
2012-08-13 9:24 ` Peter Maydell
2012-08-13 14:24 ` Anthony Liguori
2012-08-13 16:05 ` Peter Maydell
2012-08-14 22:23 ` Marcelo Tosatti
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=5013BCE7.6020009@web.de \
--to=jan.kiszka@web.de \
--cc=patches@linaro.org \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=rusty.russell@linaro.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.