From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33027) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTqUi-0008Ip-Nm for qemu-devel@nongnu.org; Mon, 24 Aug 2015 08:04:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZTqUe-0004R4-84 for qemu-devel@nongnu.org; Mon, 24 Aug 2015 08:04:56 -0400 Received: from e23smtp01.au.ibm.com ([202.81.31.143]:53928) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZTqUd-0004Qc-Jh for qemu-devel@nongnu.org; Mon, 24 Aug 2015 08:04:52 -0400 Received: from /spool/local by e23smtp01.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 24 Aug 2015 22:04:50 +1000 From: Gavin Shan Date: Mon, 24 Aug 2015 22:03:23 +1000 Message-Id: <1440417809-21069-3-git-send-email-gwshan@linux.vnet.ibm.com> In-Reply-To: <1440417809-21069-1-git-send-email-gwshan@linux.vnet.ibm.com> References: <1440417809-21069-1-git-send-email-gwshan@linux.vnet.ibm.com> Subject: [Qemu-devel] [PATCH v6 2/8] scripts: Include arch/powerpc/include/uapi/asm/eeh.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, thuth@redhat.com, aik@ozlabs.ru, Gavin Shan , qemu-ppc@nongnu.org, david@gibson.dropbear.id.au 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: ed3e81f ("powerpc/eeh: Move PE state constants around") ec33d36 ("powerpc/eeh: Introduce eeh_pe_inject_err()") Signed-off-by: Gavin Shan --- scripts/update-linux-headers.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.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 = powerpc ]; then + cp "$tmpdir/include/asm/eeh.h" "$output/linux-headers/asm-powerpc/" cp "$tmpdir/include/asm/epapr_hcalls.h" "$output/linux-headers/asm-powerpc/" fi -- 2.1.0