qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1/4] linux-headers: include psci.h


From: Alexander Graf
Subject: Re: [Qemu-devel] [PATCH 1/4] linux-headers: include psci.h
Date: Wed, 04 Jun 2014 15:35:56 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0


On 04.06.14 15:07, Peter Maydell wrote:
On 4 June 2014 11:31, Alexander Graf <address@hidden> 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 <address@hidden>
---
  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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]