qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Update linux headers to v6.0-rc4 and fix the clang build error
@ 2022-09-08  8:07 Chenyi Qiang
  2022-09-08  8:07 ` [PATCH 1/2] Update linux headers to v6.0-rc4 Chenyi Qiang
  2022-09-08  8:07 ` [PATCH 2/2] configure: Add -Wno-gnu-variable-sized-type-not-at-end Chenyi Qiang
  0 siblings, 2 replies; 10+ messages in thread
From: Chenyi Qiang @ 2022-09-08  8:07 UTC (permalink / raw)
  To: Michael S. Tsirkin, Cornelia Huck, Paolo Bonzini,
	Daniel P . Berrangé, Michal Prívozník
  Cc: Chenyi Qiang, qemu-devel

After updating linux headers to v6.0-rc, clang build on x86 target would
generate warnings related to -Wgnu-variable-sized-type-not-at-end.

Simply turn off this warning in this patch set. If not suitable to turn it
off, any comments or suggestions are welcome.

Chenyi Qiang (2):
  Update linux headers to v6.0-rc4
  configure: Add -Wno-gnu-variable-sized-type-not-at-end

 configure                                     |   1 +
 include/standard-headers/asm-x86/bootparam.h  |   7 +-
 include/standard-headers/drm/drm_fourcc.h     |  73 +++++++-
 include/standard-headers/linux/ethtool.h      |  29 +--
 include/standard-headers/linux/input.h        |  12 +-
 include/standard-headers/linux/pci_regs.h     |  30 ++-
 include/standard-headers/linux/vhost_types.h  |  17 +-
 include/standard-headers/linux/virtio_9p.h    |   2 +-
 .../standard-headers/linux/virtio_config.h    |   7 +-
 include/standard-headers/linux/virtio_ids.h   |  14 +-
 include/standard-headers/linux/virtio_net.h   |  34 +++-
 include/standard-headers/linux/virtio_pci.h   |   2 +
 include/standard-headers/linux/virtio_ring.h  |  16 +-
 linux-headers/asm-arm64/kvm.h                 |  33 +++-
 linux-headers/asm-generic/unistd.h            |   4 +-
 linux-headers/asm-riscv/kvm.h                 |  22 +++
 linux-headers/asm-riscv/unistd.h              |   3 +-
 linux-headers/asm-s390/kvm.h                  |   1 +
 linux-headers/asm-x86/kvm.h                   |  33 ++--
 linux-headers/asm-x86/mman.h                  |  14 --
 linux-headers/linux/kvm.h                     | 172 +++++++++++++++++-
 linux-headers/linux/userfaultfd.h             |  10 +-
 linux-headers/linux/vduse.h                   |  47 +++++
 linux-headers/linux/vfio.h                    |   4 +-
 linux-headers/linux/vfio_zdev.h               |   7 +
 linux-headers/linux/vhost.h                   |  35 +++-
 26 files changed, 539 insertions(+), 90 deletions(-)

-- 
2.17.1



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-09-09  2:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-08  8:07 [PATCH 0/2] Update linux headers to v6.0-rc4 and fix the clang build error Chenyi Qiang
2022-09-08  8:07 ` [PATCH 1/2] Update linux headers to v6.0-rc4 Chenyi Qiang
2022-09-08  8:07 ` [PATCH 2/2] configure: Add -Wno-gnu-variable-sized-type-not-at-end Chenyi Qiang
2022-09-08  8:53   ` Peter Maydell
2022-09-08  9:06     ` Cornelia Huck
2022-09-08  9:09     ` Daniel P. Berrangé
2022-09-08 10:54       ` Peter Maydell
2022-09-09  2:09         ` Chenyi Qiang
2022-09-08 11:37       ` Richard Henderson
2022-09-08  8:54   ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).