All of lore.kernel.org
 help / color / mirror / Atom feed
* [kvm-unit-tests RFC PATCH 0/2] try another approach for uapi headers
@ 2015-09-10 11:31 Andrew Jones
  2015-09-10 11:31 ` [kvm-unit-tests RFC PATCH 1/2] lib: link in linux kernel headers (uapi) Andrew Jones
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrew Jones @ 2015-09-10 11:31 UTC (permalink / raw)
  To: kvm; +Cc: alex.bennee, andre.przywara, wei, lkurusa, pbonzini

Rather than import uapi headers, just include them. I've put an RFC on
this series because it will now require kernel headers to be installed on
the build machine. I'm guessing that's not a big problem, but before we
commit to it, it'd be good to hear opinions from others.

This change wouldn't be worth it just for psci.h, but we're looking at PCI
support now, and thus we'll also want pci.h (and pci_regs.h). Although
after pci.h I'm not sure what else we'll eventually want. If nothing, then
maybe importing pci.h is also the right thing to do?

Thanks,
drew

Andrew Jones (2):
  lib: link in linux kernel headers (uapi)
  Revert "arm/arm64: import include/uapi/linux/psci.h"

 .gitignore                |  1 +
 Makefile                  |  4 +--
 configure                 |  9 ++++++
 lib/arm/asm/page.h        |  2 +-
 lib/arm/asm/psci.h        |  2 +-
 lib/arm/asm/uapi-psci.h   | 73 -----------------------------------------------
 lib/arm64/asm/page.h      |  2 +-
 lib/arm64/asm/psci.h      |  2 +-
 lib/arm64/asm/uapi-psci.h |  1 -
 lib/asm-generic/page.h    |  2 +-
 lib/const.h               | 11 -------
 11 files changed, 17 insertions(+), 92 deletions(-)
 delete mode 100644 lib/arm/asm/uapi-psci.h
 delete mode 100644 lib/arm64/asm/uapi-psci.h
 delete mode 100644 lib/const.h

-- 
2.4.3


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

end of thread, other threads:[~2015-09-10 16:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 11:31 [kvm-unit-tests RFC PATCH 0/2] try another approach for uapi headers Andrew Jones
2015-09-10 11:31 ` [kvm-unit-tests RFC PATCH 1/2] lib: link in linux kernel headers (uapi) Andrew Jones
2015-09-10 11:31 ` [kvm-unit-tests RFC PATCH 2/2] Revert "arm/arm64: import include/uapi/linux/psci.h" Andrew Jones
2015-09-10 16:24 ` [kvm-unit-tests RFC PATCH 0/2] try another approach for uapi headers Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.