Message ID | X9gg9Ph2na22YKdj@mattapan.m5p.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | examples: Add PVH example to config example list | expand |
On Mon, Dec 14, 2020 at 06:35:32PM -0800, Elliott Mitchell wrote: > Somewhat helpful to actually install the example configurations. > > Signed-off-by: Elliott Mitchell <ehem+xen@m5p.com> Acked-by: Wei Liu <wl@xen.org>
diff --git a/tools/examples/Makefile b/tools/examples/Makefile index f86ed3a271..fd8fba757d 100644 --- a/tools/examples/Makefile +++ b/tools/examples/Makefile @@ -7,6 +7,7 @@ XEN_READMES += README.incompatibilities XEN_CONFIGS += xlexample.hvm XEN_CONFIGS += xlexample.pvlinux +XEN_CONFIGS += xlexample.pvhlinux XEN_CONFIGS += xl.conf XEN_CONFIGS += cpupool
Somewhat helpful to actually install the example configurations. Signed-off-by: Elliott Mitchell <ehem+xen@m5p.com> --- tools/examples/Makefile | 1 + 1 file changed, 1 insertion(+)