All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next 0/7] Refactor x86 trap handling code
@ 2017-04-06 17:14 Wei Liu
  2017-04-06 17:14 ` [PATCH for-next 1/7] x86: move x86_64/entry.S to pv directory Wei Liu
                   ` (6 more replies)
  0 siblings, 7 replies; 21+ messages in thread
From: Wei Liu @ 2017-04-06 17:14 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Wei Liu, Jan Beulich

This series splits PV code related to trap handling to files under pv
directory.

The final two patches are clean-up that seem easy enough to do.

Wei Liu (7):
  x86: move x86_64/entry.S to pv directory
  x86: move x86_64/compat/entry.S to pv/compat
  x86/traps: lift do_guest_trap to traps.h
  x86/traps: move all PV emulation and hypercalls to pv/traps.c
  x86_64: move PV specific code under pv/x86_64
  x86: s/bool_t/bool/g in pv/traps.c
  x86: clean up traps.c

 xen/arch/x86/pv/Makefile                    |    5 +
 xen/arch/x86/{x86_64 => pv}/compat/Makefile |    0
 xen/arch/x86/{x86_64 => pv}/compat/entry.S  |    0
 xen/arch/x86/{x86_64 => pv}/entry.S         |    0
 xen/arch/x86/pv/traps.c                     | 2152 ++++++++++++++++++++++++
 xen/arch/x86/pv/x86_64/Makefile             |    1 +
 xen/arch/x86/{ => pv}/x86_64/compat/traps.c |    0
 xen/arch/x86/pv/x86_64/traps.c              |  398 +++++
 xen/arch/x86/traps.c                        | 2346 ++-------------------------
 xen/arch/x86/x86_64/Makefile                |    3 -
 xen/arch/x86/x86_64/traps.c                 |  377 -----
 xen/include/asm-x86/domain.h                |   12 +
 xen/include/asm-x86/traps.h                 |   19 +
 13 files changed, 2699 insertions(+), 2614 deletions(-)
 rename xen/arch/x86/{x86_64 => pv}/compat/Makefile (100%)
 rename xen/arch/x86/{x86_64 => pv}/compat/entry.S (100%)
 rename xen/arch/x86/{x86_64 => pv}/entry.S (100%)
 create mode 100644 xen/arch/x86/pv/traps.c
 create mode 100644 xen/arch/x86/pv/x86_64/Makefile
 rename xen/arch/x86/{ => pv}/x86_64/compat/traps.c (100%)
 create mode 100644 xen/arch/x86/pv/x86_64/traps.c

-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

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

end of thread, other threads:[~2017-04-21 15:26 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-06 17:14 [PATCH for-next 0/7] Refactor x86 trap handling code Wei Liu
2017-04-06 17:14 ` [PATCH for-next 1/7] x86: move x86_64/entry.S to pv directory Wei Liu
2017-04-21  9:11   ` Jan Beulich
2017-04-21  9:46     ` Wei Liu
2017-04-06 17:14 ` [PATCH for-next 2/7] x86: move x86_64/compat/entry.S to pv/compat Wei Liu
2017-04-21  9:16   ` Jan Beulich
2017-04-21  9:50     ` Andrew Cooper
2017-04-21  9:56       ` Jan Beulich
2017-04-06 17:14 ` [PATCH for-next 3/7] x86/traps: lift do_guest_trap to traps.h Wei Liu
2017-04-21  9:19   ` Jan Beulich
2017-04-21 12:57     ` Wei Liu
2017-04-06 17:14 ` [PATCH for-next 4/7] x86/traps: move all PV emulation and hypercalls to pv/traps.c Wei Liu
2017-04-21  9:25   ` Jan Beulich
2017-04-06 17:14 ` [PATCH for-next 5/7] x86_64: move PV specific code under pv/x86_64 Wei Liu
2017-04-21  9:33   ` Jan Beulich
2017-04-21 12:52     ` Wei Liu
2017-04-21 15:26       ` Jan Beulich
2017-04-06 17:14 ` [PATCH for-next 6/7] x86: s/bool_t/bool/g in pv/traps.c Wei Liu
2017-04-21  9:36   ` Jan Beulich
2017-04-06 17:14 ` [PATCH for-next 7/7] x86: clean up traps.c Wei Liu
2017-04-21  9:42   ` Jan Beulich

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.