qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/3] linux-headers: arch fixups
@ 2018-05-14 13:07 Michael S. Tsirkin
  2018-05-14 13:07 ` [Qemu-devel] [PATCH v6 1/3] update-linux-headers.sh: unistd.h, kvm consistency Michael S. Tsirkin
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Michael S. Tsirkin @ 2018-05-14 13:07 UTC (permalink / raw)
  To: qemu-devel, Peter Maydell; +Cc: Dr . David Alan Gilbert, James Hogan

It turns out that we have unistd.h and kvm headers for some
architectures but not others.  We are thus unable to use e.g. usefaultfd
on these systems unless system headers have been updated.

Fix up update-linux-headers.sh to make sure we auto-updates
all architectures which have linux-headers/
(unfortunately this still does not mean "all linux systems").

Tested on x86 only.

Pls consider merging this through the ARM tree.

Changes from v5:
    rebase to master

Michael S. Tsirkin (3):
  update-linux-headers.sh: unistd.h, kvm consistency
  linux-headers: add unistd.h on all arches
  linux-headers: add kvm header for mips

 linux-headers/asm-arm/bitsperlong.h     |   1 +
 linux-headers/asm-arm64/bitsperlong.h   |  24 +
 linux-headers/asm-generic/bitsperlong.h |  16 +
 linux-headers/asm-generic/unistd.h      | 781 ++++++++++++++++++++++++++++++++
 linux-headers/asm-mips/bitsperlong.h    |   9 +
 linux-headers/asm-mips/kvm.h            |  25 +-
 linux-headers/asm-mips/sgidefs.h        |  45 ++
 linux-headers/asm-mips/unistd.h         |  44 +-
 linux-headers/asm-powerpc/bitsperlong.h |  13 +
 linux-headers/asm-s390/bitsperlong.h    |  14 +
 linux-headers/asm-s390/unistd_32.h      |   1 +
 linux-headers/asm-s390/unistd_64.h      |   1 +
 linux-headers/asm-x86/bitsperlong.h     |  14 +
 scripts/update-linux-headers.sh         |  18 +-
 14 files changed, 991 insertions(+), 15 deletions(-)
 create mode 100644 linux-headers/asm-arm/bitsperlong.h
 create mode 100644 linux-headers/asm-arm64/bitsperlong.h
 create mode 100644 linux-headers/asm-generic/bitsperlong.h
 create mode 100644 linux-headers/asm-generic/unistd.h
 create mode 100644 linux-headers/asm-mips/bitsperlong.h
 create mode 100644 linux-headers/asm-mips/sgidefs.h
 create mode 100644 linux-headers/asm-powerpc/bitsperlong.h
 create mode 100644 linux-headers/asm-s390/bitsperlong.h
 create mode 100644 linux-headers/asm-x86/bitsperlong.h

-- 
MST

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

end of thread, other threads:[~2018-05-15 13:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-14 13:07 [Qemu-devel] [PATCH v6 0/3] linux-headers: arch fixups Michael S. Tsirkin
2018-05-14 13:07 ` [Qemu-devel] [PATCH v6 1/3] update-linux-headers.sh: unistd.h, kvm consistency Michael S. Tsirkin
2018-05-14 13:07 ` [Qemu-devel] [PATCH v6 2/3] linux-headers: add unistd.h on all arches Michael S. Tsirkin
2018-05-14 13:07 ` [Qemu-devel] [PATCH v6 3/3] linux-headers: add kvm header for mips Michael S. Tsirkin
2018-05-14 15:10 ` [Qemu-devel] [PATCH v6 0/3] linux-headers: arch fixups Peter Maydell
2018-05-14 18:29   ` Michael S. Tsirkin
2018-05-14 18:37     ` Peter Maydell
2018-05-14 18:41       ` Michael S. Tsirkin
2018-05-15 13:12       ` Michael S. Tsirkin

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).