[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 16/17] x86: introduce new defconfigs for PV and HVM
They will be used by build tests. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- xen/arch/x86/configs/hvm_only_defconfig | 2 ++ xen/arch/x86/configs/no_hvm_pv_defconfig | 2 ++ xen/arch/x86/configs/pv_only_defconfig | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 xen/arch/x86/configs/hvm_only_defconfig create mode 100644 xen/arch/x86/configs/no_hvm_pv_defconfig create mode 100644 xen/arch/x86/configs/pv_only_defconfig diff --git a/xen/arch/x86/configs/hvm_only_defconfig b/xen/arch/x86/configs/hvm_only_defconfig new file mode 100644 index 0000000..e82cc04 --- /dev/null +++ b/xen/arch/x86/configs/hvm_only_defconfig @@ -0,0 +1,2 @@ +CONFIG_HVM=y +# CONFIG_PV is not set diff --git a/xen/arch/x86/configs/no_hvm_pv_defconfig b/xen/arch/x86/configs/no_hvm_pv_defconfig new file mode 100644 index 0000000..ed853cd --- /dev/null +++ b/xen/arch/x86/configs/no_hvm_pv_defconfig @@ -0,0 +1,2 @@ +# CONFIG_HVM is not set +# CONFIG_PV is not set diff --git a/xen/arch/x86/configs/pv_only_defconfig b/xen/arch/x86/configs/pv_only_defconfig new file mode 100644 index 0000000..aca77b6 --- /dev/null +++ b/xen/arch/x86/configs/pv_only_defconfig @@ -0,0 +1,2 @@ +CONFIG_PV=y +# CONFIG_HVM is not set -- git-series 0.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |