Re: [Qemu-devel] [PATCH v7 1/8] scripts: Allow include "stdint.h" in virtio headers

2015-08-31 Thread David Gibson
On Fri, Aug 28, 2015 at 05:15:13PM +1000, Gavin Shan wrote: > This allows to include "stdint.h" in virtio header files. Otherwise, > scripts/update-linux-headers.sh fails when updating headers from > Linux 4.2.rc8 kernel. include/uapi/linux/virtio_ring.h starts to > include "stdint.h" from commit d

[Qemu-devel] [PATCH v7 1/8] scripts: Allow include "stdint.h" in virtio headers

2015-08-28 Thread Gavin Shan
This allows to include "stdint.h" in virtio header files. Otherwise, scripts/update-linux-headers.sh fails when updating headers from Linux 4.2.rc8 kernel. include/uapi/linux/virtio_ring.h starts to include "stdint.h" from commit d768f32a ("virtio: Fix typecast of pointer in vring_init()"). Signed