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/tboot.c | 2 +- xen/common/domain.c | 11 +++-------- 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 +- 13 files changed, 29 insertions(+), 63 deletions(-) --- Cc: Andrew Cooper <[email protected]> Cc: Daniel De Graaf <[email protected]> Cc: Gang Wei <[email protected]> Cc: George Dunlap <[email protected]> Cc: Ian Jackson <[email protected]> Cc: Jan Beulich <[email protected]> Cc: Julien Grall <[email protected]> Cc: Konrad Rzeszutek Wilk <[email protected]> Cc: "Roger Pau Monné" <[email protected]> Cc: Shane Wang <[email protected]> Cc: Stefano Stabellini <[email protected]> Cc: Tim Deegan <[email protected]> Cc: Wei Liu <[email protected]> -- 2.20.1.2.gb21ebb671 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
