All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH v4 0/5] use stashed domain create flags
@ 2019-07-30 13:18 Paul Durrant
  2019-07-30 13:18 ` [Xen-devel] [PATCH v4 1/5] domain: remove 'guest_type' field (and enum guest_type) Paul Durrant
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Paul Durrant @ 2019-07-30 13:18 UTC (permalink / raw)
  To: xen-devel
  Cc: Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan,
	Julien Grall, Paul Durrant, Jan Beulich, Daniel De Graaf,
	Roger Pau Monné

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

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

end of thread, other threads:[~2019-07-30 13:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-30 13:18 [Xen-devel] [PATCH v4 0/5] use stashed domain create flags Paul Durrant
2019-07-30 13:18 ` [Xen-devel] [PATCH v4 1/5] domain: remove 'guest_type' field (and enum guest_type) Paul Durrant
2019-07-30 13:18 ` [Xen-devel] [PATCH v4 2/5] x86/hvm/domain: remove the 'hap_enabled' flag Paul Durrant
2019-07-30 13:40   ` Jan Beulich
2019-07-30 13:18 ` [Xen-devel] [PATCH v4 3/5] x86/domain: remove the 'oos_off' flag Paul Durrant
2019-07-30 13:18 ` [Xen-devel] [PATCH v4 4/5] domain: remove the 'is_xenstore' flag Paul Durrant
2019-07-30 13:18 ` [Xen-devel] [PATCH v4 5/5] x86/domain: remove the 's3_integrity' flag Paul Durrant

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.