From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:38999) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sv48L-0003DV-8w for qemu-devel@nongnu.org; Sat, 28 Jul 2012 06:20:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Sv48J-0007ON-PZ for qemu-devel@nongnu.org; Sat, 28 Jul 2012 06:20:29 -0400 Received: from mout.web.de ([212.227.15.4]:57557) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Sv48J-0007O7-GT for qemu-devel@nongnu.org; Sat, 28 Jul 2012 06:20:27 -0400 Message-ID: <5013BCE7.6020009@web.de> Date: Sat, 28 Jul 2012 12:20:23 +0200 From: Jan Kiszka MIME-Version: 1.0 References: <1343230147-25557-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1343230147-25557-1-git-send-email-peter.maydell@linaro.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC413B4E009A2A3A298628AB1" Subject: Re: [Qemu-devel] [PATCH] update-linux-headers.sh: Pull in asm-generic/kvm_para.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, Rusty Russell , patches@linaro.org This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC413B4E009A2A3A298628AB1 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable 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. >=20 > Signed-off-by: Peter Maydell > --- > scripts/update-linux-headers.sh | 5 +++++ > 1 files changed, 5 insertions(+), 0 deletions(-) >=20 > diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-hea= ders.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/as= m-generic" > +done > if [ -L "$linux/source" ]; then > cp "$linux/source/COPYING" "$output/linux-headers" > else >=20 Reviewed-by: Jan Kiszka --------------enigC413B4E009A2A3A298628AB1 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlATvOcACgkQitSsb3rl5xQEpACghYjYodR2ulcFTuF9DY0wi9aZ kWYAnjRup+RZcQaJ9IzC9wWh3YH8l8bd =N56g -----END PGP SIGNATURE----- --------------enigC413B4E009A2A3A298628AB1--