All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-next v2 00/10] x86: refactor x86/domain.c
@ 2017-04-25 13:52 Wei Liu
  2017-04-25 13:52 ` [PATCH for-next v2 01/10] x86/mm: make free_perdomain_mappings idempotent Wei Liu
                   ` (9 more replies)
  0 siblings, 10 replies; 43+ messages in thread
From: Wei Liu @ 2017-04-25 13:52 UTC (permalink / raw)
  To: Xen-devel; +Cc: George Dunlap, Andrew Cooper, Wei Liu, Jan Beulich, Tim Deegan

Can be found at

  https://xenbits.xen.org/git-http/people/liuw/xen.git wip.x86-domain-v2

Cc: Jan Beulich <jbeulich@suse.com>
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Tim Deegan <tim@xen.org>
Cc: George Dunlap <george.dunlap@eu.citrix.com>

Wei Liu (10):
  x86/mm: make free_perdomain_mappings idempotent
  x86/domain: provide pv_{create,destroy}_gdt_ldt_l1tab and use them
  x86/domain: make release_compact_l4 NULL tolerant
  x86/domain: factor out pv_vcpu_destroy
  x86/domain: factor out pv_vcpu_initialise
  x86/domain: push some code down to hvm_domain_initialise
  x86/domain: factor out pv_domain_destroy
  x86/domain: factor out pv_domain_initialise
  x86/domain: move PV specific code to pv/domain.c
  x86/domain: move HVM specific code to hvm/domain.c

 xen/arch/x86/domain.c           | 508 ++--------------------------------------
 xen/arch/x86/hvm/Makefile       |   1 +
 xen/arch/x86/hvm/domain.c       | 326 ++++++++++++++++++++++++++
 xen/arch/x86/hvm/hvm.c          |  11 +-
 xen/arch/x86/mm.c               |   8 +-
 xen/arch/x86/pv/Makefile        |   1 +
 xen/arch/x86/pv/domain.c        | 232 ++++++++++++++++++
 xen/include/asm-x86/hvm/hvm.h   |   3 +-
 xen/include/asm-x86/pv/domain.h |  30 +++
 9 files changed, 633 insertions(+), 487 deletions(-)
 create mode 100644 xen/arch/x86/hvm/domain.c
 create mode 100644 xen/arch/x86/pv/domain.c
 create mode 100644 xen/include/asm-x86/pv/domain.h

-- 
2.11.0


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

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

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

Thread overview: 43+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-25 13:52 [PATCH for-next v2 00/10] x86: refactor x86/domain.c Wei Liu
2017-04-25 13:52 ` [PATCH for-next v2 01/10] x86/mm: make free_perdomain_mappings idempotent Wei Liu
2017-04-25 13:54   ` Andrew Cooper
2017-04-25 13:52 ` [PATCH for-next v2 02/10] x86/domain: provide pv_{create, destroy}_gdt_ldt_l1tab and use them Wei Liu
2017-04-25 13:56   ` Andrew Cooper
2017-04-25 14:02     ` Wei Liu
2017-04-25 13:52 ` [PATCH for-next v2 03/10] x86/domain: make release_compact_l4 NULL tolerant Wei Liu
2017-04-25 13:56   ` Andrew Cooper
2017-04-25 13:52 ` [PATCH for-next v2 04/10] x86/domain: factor out pv_vcpu_destroy Wei Liu
2017-04-25 13:58   ` Andrew Cooper
2017-04-26 12:21   ` Jan Beulich
2017-04-25 13:52 ` [PATCH for-next v2 05/10] x86/domain: factor out pv_vcpu_initialise Wei Liu
2017-04-25 14:08   ` Andrew Cooper
2017-04-25 14:27     ` Wei Liu
2017-04-26 12:25   ` Jan Beulich
2017-04-26 12:53     ` Wei Liu
2017-04-26 13:27       ` Jan Beulich
2017-04-26 13:35         ` Wei Liu
2017-04-25 13:52 ` [PATCH for-next v2 06/10] x86/domain: push some code down to hvm_domain_initialise Wei Liu
2017-04-25 14:15   ` Andrew Cooper
2017-04-25 14:29     ` Wei Liu
2017-04-25 13:52 ` [PATCH for-next v2 07/10] x86/domain: factor out pv_domain_destroy Wei Liu
2017-04-25 14:18   ` Andrew Cooper
2017-04-26 12:32   ` Jan Beulich
2017-04-26 12:56     ` Wei Liu
2017-04-26 13:29       ` Jan Beulich
2017-04-26 13:36         ` Wei Liu
2017-04-25 13:52 ` [PATCH for-next v2 08/10] x86/domain: factor out pv_domain_initialise Wei Liu
2017-04-25 14:30   ` Andrew Cooper
2017-04-25 13:52 ` [PATCH for-next v2 09/10] x86/domain: move PV specific code to pv/domain.c Wei Liu
2017-04-25 14:52   ` Andrew Cooper
2017-04-25 15:07     ` Wei Liu
2017-04-26  6:04     ` Jan Beulich
2017-04-26 12:38       ` Andrew Cooper
2017-04-26 12:39     ` Jan Beulich
2017-04-26 12:46       ` Andrew Cooper
2017-04-26 13:00         ` Wei Liu
2017-04-26 13:26         ` Jan Beulich
2017-04-26 13:32           ` Wei Liu
2017-04-26 14:12             ` Jan Beulich
2017-04-26 15:46     ` Wei Liu
2017-04-25 13:52 ` [PATCH for-next v2 10/10] x86/domain: move HVM specific code to hvm/domain.c Wei Liu
2017-04-25 14:56   ` Andrew Cooper

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.