From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42971) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsBML-0002ib-SR for qemu-devel@nongnu.org; Wed, 04 Jun 2014 09:36:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsBMF-0007Eh-Hq for qemu-devel@nongnu.org; Wed, 04 Jun 2014 09:36:05 -0400 Message-ID: <538F20BC.4050602@suse.de> Date: Wed, 04 Jun 2014 15:35:56 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1401877887-32620-1-git-send-email-agraf@suse.de> <1401877887-32620-2-git-send-email-agraf@suse.de> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/4] linux-headers: include psci.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "qemu-ppc@nongnu.org" , QEMU Developers On 04.06.14 15:07, Peter Maydell wrote: > On 4 June 2014 11:31, Alexander Graf wrote: >> The kvm headers now have a dependency on psci.h, sync it into our linux >> header copy as well. >> >> Signed-off-by: Alexander Graf >> --- >> scripts/update-linux-headers.sh | 3 ++- >> 1 file changed, 2 insertions(+), 1 deletion(-) >> >> diff --git a/scripts/update-linux-headers.sh b/scripts/update-linux-headers.sh >> index 120a694..c8e026d 100755 >> --- a/scripts/update-linux-headers.sh >> +++ b/scripts/update-linux-headers.sh >> @@ -61,7 +61,8 @@ done >> >> rm -rf "$output/linux-headers/linux" >> mkdir -p "$output/linux-headers/linux" >> -for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h; do >> +for header in kvm.h kvm_para.h vfio.h vhost.h virtio_config.h virtio_ring.h \ >> + psci.h; do >> cp "$tmpdir/include/linux/$header" "$output/linux-headers/linux" >> done >> rm -rf "$output/linux-headers/asm-generic" >> -- >> 1.8.1.4 > This is a dup of a patch which has already been posted as part > of Pranav's PSCI patchset... Cool, so we now have 3 copies of the same patch ;). I guess whoever hits master first just gets in - it's not like there's special sauce in here anywhere. Alex