mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/4] xen: various cleanups
@ 2018-07-17 12:01 Juergen Gross
  2018-07-17 12:01 ` [PATCH 1/4] xen: move pv irq related functions under CONFIG_XEN_PV umbrella Juergen Gross
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Juergen Gross @ 2018-07-17 12:01 UTC (permalink / raw)
  To: linux-kernel, xen-devel, x86
  Cc: boris.ostrovsky, hpa, tglx, mingo, Juergen Gross

Some Xen related cleanups:
- move some pv-only code from CONFIG_XEN to CONFIG_XEN_PV
- use CONFIG_XEN_PVHVM in Makefile instead of #ifdef around a complete source
- add SPDX identifier where missing

Juergen Gross (4):
  xen: move pv irq related functions under CONFIG_XEN_PV umbrella
  xen: move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c
  xen: link platform-pci-unplug.o only if CONFIG_XEN_PVHVM
  xen: add SPDX identifier in arch/x86/xen files

 arch/x86/entry/entry_32.S          |   8 +-
 arch/x86/entry/entry_64.S          |   8 +-
 arch/x86/xen/Makefile              |  41 ++++++--
 arch/x86/xen/efi.c                 |  14 +--
 arch/x86/xen/enlighten.c           |   2 +
 arch/x86/xen/enlighten_hvm.c       |   2 +
 arch/x86/xen/grant-table.c         |  25 +----
 arch/x86/xen/mmu.c                 | 188 +------------------------------------
 arch/x86/xen/mmu_pv.c              | 140 +++++++++++++++++++++++++++
 arch/x86/xen/p2m.c                 |   2 +
 arch/x86/xen/pci-swiotlb-xen.c     |   2 +
 arch/x86/xen/platform-pci-unplug.c |  18 +---
 arch/x86/xen/vdso.h                |   2 +
 arch/x86/xen/xen-pvh.S             |  15 +--
 include/xen/interface/memory.h     |   6 --
 include/xen/xen-ops.h              | 133 +++++++++++++++++---------
 16 files changed, 287 insertions(+), 319 deletions(-)

-- 
2.13.7


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

end of thread, other threads:[~2018-08-07 16:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-17 12:01 [PATCH 0/4] xen: various cleanups Juergen Gross
2018-07-17 12:01 ` [PATCH 1/4] xen: move pv irq related functions under CONFIG_XEN_PV umbrella Juergen Gross
2018-07-17 19:19   ` Boris Ostrovsky
2018-07-18  4:57     ` Juergen Gross
2018-07-17 12:01 ` [PATCH 2/4] xen: move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c Juergen Gross
2018-07-17 12:01 ` [PATCH 3/4] xen: link platform-pci-unplug.o only if CONFIG_XEN_PVHVM Juergen Gross
2018-07-17 12:01 ` [PATCH 4/4] xen: add SPDX identifier in arch/x86/xen files Juergen Gross
2018-08-07 13:10 ` [PATCH 0/4] xen: various cleanups Juergen Gross
2018-08-07 14:00   ` Boris Ostrovsky
2018-08-07 15:21     ` Juergen Gross
2018-08-07 16:43       ` Boris Ostrovsky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®