diff options
author | Peter Maydell | 2018-05-25 15:27:51 +0200 |
---|---|---|
committer | Paolo Bonzini | 2018-06-01 15:14:31 +0200 |
commit | c5022c31c2b7be863a2f58ae5af52717e017825b (patch) | |
tree | 5c6b801e982604e04b4aaa39e48ce120c6eec8c6 /linux-headers/linux/userfaultfd.h | |
parent | virtio-gpu-3d: Define VIRTIO_GPU_CAPSET_VIRGL2 elsewhere (diff) | |
download | qemu-c5022c31c2b7be863a2f58ae5af52717e017825b.tar.gz qemu-c5022c31c2b7be863a2f58ae5af52717e017825b.tar.xz qemu-c5022c31c2b7be863a2f58ae5af52717e017825b.zip |
scripts/update-linux-headers: Handle __aligned_u64
We'll currently replace any 'u64' with a 'uint64_t' including when
it's embedded in an '__aligned_u64', creating a '__aligned_uint64_t'
which doesn't exist. We need to instead expand out the kernel's
definition of __aligned_u64:
#define __aligned_u64 __u64 __attribute__((aligned(8)))
before we convert the __u64 to uint64_t.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <20180525132755.21839-3-peter.maydell@linaro.org>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'linux-headers/linux/userfaultfd.h')
0 files changed, 0 insertions, 0 deletions