From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWaEF-0006hw-G7 for qemu-devel@nongnu.org; Mon, 31 Aug 2015 21:19:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWaEC-000495-Ct for qemu-devel@nongnu.org; Mon, 31 Aug 2015 21:19:15 -0400 Date: Tue, 1 Sep 2015 10:51:29 +1000 From: David Gibson Message-ID: <20150901005129.GL11475@voom.redhat.com> References: <1440746120-21577-1-git-send-email-gwshan@linux.vnet.ibm.com> <1440746120-21577-3-git-send-email-gwshan@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hdW7zL/qDS6RXdAL" Content-Disposition: inline In-Reply-To: <1440746120-21577-3-git-send-email-gwshan@linux.vnet.ibm.com> Subject: Re: [Qemu-devel] [PATCH v7 2/8] scripts: Include arch/powerpc/include/uapi/asm/eeh.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gavin Shan Cc: aik@ozlabs.ru, peter.maydell@linaro.org, thuth@redhat.com, qemu-ppc@nongnu.org, qemu-devel@nongnu.org --hdW7zL/qDS6RXdAL Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 28, 2015 at 05:15:14PM +1000, Gavin Shan wrote: > This includes linux/arch/powerpc/include/uapi/asm/eeh.h while > updating linux header files. The specific header file, introduced > by the following Linux upstream commits for EEH on sPAPR platform: >=20 > ed3e81f ("powerpc/eeh: Move PE state constants around") > ec33d36 ("powerpc/eeh: Introduce eeh_pe_inject_err()") >=20 > Signed-off-by: Gavin Shan Reviewed-by: David Gibson > --- > scripts/update-linux-headers.sh | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-heade= rs.sh > index 2fddf2e..18daabe 100755 > --- a/scripts/update-linux-headers.sh > +++ b/scripts/update-linux-headers.sh > @@ -90,6 +90,7 @@ for arch in $ARCHLIST; do > cp "$tmpdir/include/asm/hyperv.h" "$output/linux-headers/asm-x86" > fi > if [ $arch =3D powerpc ]; then > + cp "$tmpdir/include/asm/eeh.h" "$output/linux-headers/asm-powerp= c/" > cp "$tmpdir/include/asm/epapr_hcalls.h" "$output/linux-headers/a= sm-powerpc/" > fi > =20 --=20 David Gibson | I'll have my music baroque, and my code david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_ | _way_ _around_! http://www.ozlabs.org/~dgibson --hdW7zL/qDS6RXdAL Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBAgAGBQJV5PaRAAoJEGw4ysog2bOSsG4QANNkhbwbzDM7aKeUYQ/mylwT iZieRwhjcUkyqItuKOsPOM7P5Wzopipv4ePtmC3BtWnz0ergkhv9UyXiQzBU5Ks/ 1TSaTDgW9deyGjarknCdH/rl8yr+Yv28O79Gf5M7NRlzf8Hq2gD3hPolttDbGXnj tavW7gE2RGuJ680b4QcXlFk8HxjvZhgPecgxVwBJB6IlbkcE1O+99t2g1jzMduAJ 8QCAI98x3ho/PAIzLNMSZUFfnAtqBOJlQU6c4zQCaeOK/uUcX4XN2rVlviHKIieq i9DWUhAXStqFCKDCftAc4wSKjVHAmI/7FmolLg3tBbVh+YK5A2PHN+nTwrPup+iR SR8L9FzVtyfgmABLwudzgCZJsUaWb6LuoMBXo5K7/ePcfaJg72o8/3JUqp4FXnhg yWCj5HXyq8C8XPRHXK5EY97bzbr41FtmXq0KDyUCB+x09gt3E06u9Kf0PEQTMqRf G9HpGVNpRyv+SGQQ7PMgOf7ZcO600wXjUZI6BPUQEfI3x7FiGuluIitDlExRfGbv n1LlTBu1/7iiWXGhNFY76SZq+30/w2Ae8+Ms0imrpvbMv1LyihjOT2HFEDpG9/Nb ehpt0SQ6feQfShXhL/EmFw8AwmxOwoID8MkAWsW8xiazhB8/nvpjl3wqEsm12f2v rRSRstFqDSsQMK8qkiUM =waHQ -----END PGP SIGNATURE----- --hdW7zL/qDS6RXdAL--