[Xen-devel] [PATCH v2 0/6] stash domain create flags and then use them

Paul Durrant posted 6 patches 4 years, 8 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/xen tags/patchew/20190725133920.40673-1-paul.durrant@citrix.com
xen/arch/x86/domain.c            |  9 +--------
xen/arch/x86/mm/paging.c         |  4 ++--
xen/arch/x86/mm/shadow/common.c  |  5 ++---
xen/arch/x86/mm/shadow/none.c    |  2 +-
xen/arch/x86/tboot.c             |  2 +-
xen/common/domain.c              | 15 +++++----------
xen/common/domctl.c              | 12 ++----------
xen/common/kernel.c              |  9 ++-------
xen/include/asm-x86/domain.h     |  3 ---
xen/include/asm-x86/hvm/domain.h |  9 +++------
xen/include/asm-x86/paging.h     |  2 +-
xen/include/asm-x86/shadow.h     |  2 +-
xen/include/xen/sched.h          | 22 ++++++++++------------
xen/include/xsm/dummy.h          |  2 +-
14 files changed, 32 insertions(+), 66 deletions(-)
[Xen-devel] [PATCH v2 0/6] stash domain create flags and then use them
Posted by Paul Durrant 4 years, 8 months ago
This series starts with a patch to stash the domain create flags in struct
domain then then follows up with various clean-up patches that this
enables.

Paul Durrant (6):
  domain: stash xen_domctl_createdomain flags in struct domain
  domain: remove 'guest_type' field (and enum guest_type)
  x86/hvm/domain: remove the 'hap_enabled' flag
  x86/domain: remove the 'oos_off' flag
  domain: remove the 'is_xenstore' flag
  x86/domain: remove the 's3_integrity' flag

 xen/arch/x86/domain.c            |  9 +--------
 xen/arch/x86/mm/paging.c         |  4 ++--
 xen/arch/x86/mm/shadow/common.c  |  5 ++---
 xen/arch/x86/mm/shadow/none.c    |  2 +-
 xen/arch/x86/tboot.c             |  2 +-
 xen/common/domain.c              | 15 +++++----------
 xen/common/domctl.c              | 12 ++----------
 xen/common/kernel.c              |  9 ++-------
 xen/include/asm-x86/domain.h     |  3 ---
 xen/include/asm-x86/hvm/domain.h |  9 +++------
 xen/include/asm-x86/paging.h     |  2 +-
 xen/include/asm-x86/shadow.h     |  2 +-
 xen/include/xen/sched.h          | 22 ++++++++++------------
 xen/include/xsm/dummy.h          |  2 +-
 14 files changed, 32 insertions(+), 66 deletions(-)
---
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Cc: Gang Wei <gang.wei@intel.com>
Cc: George Dunlap <George.Dunlap@eu.citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
Cc: Jan Beulich <jbeulich@suse.com>
Cc: Julien Grall <julien.grall@arm.com>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Cc: "Roger Pau Monné" <roger.pau@citrix.com>
Cc: Shane Wang <shane.wang@intel.com>
Cc: Stefano Stabellini <sstabellini@kernel.org>
Cc: Tim Deegan <tim@xen.org>
Cc: Wei Liu <wl@xen.org>
-- 
2.20.1.2.gb21ebb671


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