From 3e6944bf18461e3919ade89f11bcd735e8f992ec Mon Sep 17 00:00:00 2001 From: Elliott Mitchell Date: Mon, 14 Dec 2020 18:35:32 -0800 Subject: [PATCH] examples: Add PVH example to config example list Somewhat helpful to actually install the example configurations. Signed-off-by: Elliott Mitchell Acked-by: Wei Liu --- tools/examples/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/examples/Makefile b/tools/examples/Makefile index 2a6c5444d4..14e24f4cb3 100644 --- a/tools/examples/Makefile +++ b/tools/examples/Makefile @@ -6,6 +6,7 @@ XEN_READMES = README XEN_CONFIGS += xlexample.hvm XEN_CONFIGS += xlexample.pvlinux +XEN_CONFIGS += xlexample.pvhlinux XEN_CONFIGS += xl.conf XEN_CONFIGS += cpupool -- 2.30.2