[Xen-devel] [PATCH v4 0/5] use stashed domain create flags

Paul Durrant posted 5 patches 4 years, 8 months ago
Failed in applying to current master (apply log)
xen/arch/x86/domain.c            | 22 ++++++++++++++--------
xen/arch/x86/mm/paging.c         |  4 ++--
xen/arch/x86/mm/shadow/common.c  |  7 ++++---
xen/arch/x86/mm/shadow/none.c    |  2 +-
xen/arch/x86/setup.c             |  2 +-
xen/arch/x86/tboot.c             |  2 +-
xen/common/domain.c              | 28 ++++++++++++++++++----------
xen/common/domctl.c              | 12 ++----------
xen/common/kernel.c              |  9 ++-------
xen/drivers/passthrough/iommu.c  |  2 --
xen/include/asm-x86/domain.h     |  3 ---
xen/include/asm-x86/hvm/domain.h |  7 -------
xen/include/asm-x86/paging.h     |  2 +-
xen/include/asm-x86/shadow.h     |  2 +-
xen/include/xen/sched.h          | 25 ++++++++++++++-----------
xen/include/xsm/dummy.h          |  2 +-
16 files changed, 62 insertions(+), 69 deletions(-)
[Xen-devel] [PATCH v4 0/5] use stashed domain create flags
Posted by Paul Durrant 4 years, 8 months ago
Paul Durrant (5):
  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            | 22 ++++++++++++++--------
 xen/arch/x86/mm/paging.c         |  4 ++--
 xen/arch/x86/mm/shadow/common.c  |  7 ++++---
 xen/arch/x86/mm/shadow/none.c    |  2 +-
 xen/arch/x86/setup.c             |  2 +-
 xen/arch/x86/tboot.c             |  2 +-
 xen/common/domain.c              | 28 ++++++++++++++++++----------
 xen/common/domctl.c              | 12 ++----------
 xen/common/kernel.c              |  9 ++-------
 xen/drivers/passthrough/iommu.c  |  2 --
 xen/include/asm-x86/domain.h     |  3 ---
 xen/include/asm-x86/hvm/domain.h |  7 -------
 xen/include/asm-x86/paging.h     |  2 +-
 xen/include/asm-x86/shadow.h     |  2 +-
 xen/include/xen/sched.h          | 25 ++++++++++++++-----------
 xen/include/xsm/dummy.h          |  2 +-
 16 files changed, 62 insertions(+), 69 deletions(-)
---
Cc: Andrew Cooper <andrew.cooper3@citrix.com>
Cc: Daniel De Graaf <dgdegra@tycho.nsa.gov>
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: 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