All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/5] Refactor x86 dom0 builder
@ 2017-03-20 14:14 Wei Liu
  2017-03-20 14:14 ` [PATCH v3 1/5] x86: rename domain_build.c to dom0_build.c Wei Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Wei Liu @ 2017-03-20 14:14 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper, Wei Liu, Jan Beulich, Roger Pau Monné

Wei Liu (5):
  x86: rename domain_build.c to dom0_build.c
  x86: modify setup_dom0_vcpu to use dom0_cpus internally
  x86: split PV dom0 builder to pv/dom0_builder.c
  x86: split PVH dom0 builder to hvm/dom0_build.c
  x86: clean up header files in dom0_build.c

 xen/arch/x86/Makefile            |    2 +-
 xen/arch/x86/dom0_build.c        |  471 ++++++++
 xen/arch/x86/domain_build.c      | 2438 --------------------------------------
 xen/arch/x86/hvm/Makefile        |    1 +
 xen/arch/x86/hvm/dom0_build.c    | 1114 +++++++++++++++++
 xen/arch/x86/pv/Makefile         |    1 +
 xen/arch/x86/pv/dom0_build.c     |  913 ++++++++++++++
 xen/include/asm-x86/dom0_build.h |   42 +
 8 files changed, 2543 insertions(+), 2439 deletions(-)
 create mode 100644 xen/arch/x86/dom0_build.c
 delete mode 100644 xen/arch/x86/domain_build.c
 create mode 100644 xen/arch/x86/hvm/dom0_build.c
 create mode 100644 xen/arch/x86/pv/dom0_build.c
 create mode 100644 xen/include/asm-x86/dom0_build.h

-- 
2.11.0


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

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

end of thread, other threads:[~2017-03-20 15:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-20 14:14 [PATCH v3 0/5] Refactor x86 dom0 builder Wei Liu
2017-03-20 14:14 ` [PATCH v3 1/5] x86: rename domain_build.c to dom0_build.c Wei Liu
2017-03-20 14:14 ` [PATCH v3 2/5] x86: modify setup_dom0_vcpu to use dom0_cpus internally Wei Liu
2017-03-20 14:21   ` Andrew Cooper
2017-03-20 15:19   ` Jan Beulich
2017-03-20 15:20     ` Wei Liu
2017-03-20 14:14 ` [PATCH v3 3/5] x86: split PV dom0 builder to pv/dom0_builder.c Wei Liu
2017-03-20 14:43   ` Andrew Cooper
2017-03-20 14:14 ` [PATCH v3 4/5] x86: split PVH dom0 builder to hvm/dom0_build.c Wei Liu
2017-03-20 14:51   ` Andrew Cooper
2017-03-20 14:14 ` [PATCH v3 5/5] x86: clean up header files in dom0_build.c Wei Liu

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.