Fantu
2012-Feb-14 14:17 UTC
[PATCH] tools/examples: Add to makefile the xl configuration examples
tools/examples: Add to makefile the xl configuration examples Signed-off-by: Fabio Fantoni <fabio.fantoni@heliman.it> --- tools/examples/Makefile | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tools/examples/Makefile b/tools/examples/Makefile index 1a3b049..8cea724 100644 --- a/tools/examples/Makefile +++ b/tools/examples/Makefile @@ -19,6 +19,8 @@ XEN_CONFIGS += xmexample.hvm-stubdom XEN_CONFIGS += xmexample.pv-grub XEN_CONFIGS += xmexample.nbd XEN_CONFIGS += xmexample.vti +XEN_CONFIGS += xlexample.hvm +XEN_CONFIGS += xlexample.pvlinux XEN_CONFIGS += xend-pci-quirks.sxp XEN_CONFIGS += xend-pci-permissive.sxp XEN_CONFIGS += xl.conf -- View this message in context: http://xen.1045712.n5.nabble.com/PATCH-tools-examples-Add-to-makefile-the-xl-configuration-examples-tp5482548p5482548.html Sent from the Xen - Dev mailing list archive at Nabble.com.
Fantu
2012-Feb-14 14:18 UTC
Re: [PATCH] tools/examples: Add to makefile the xl configuration examples
I think it is good to also move all the readme and examples in a subdirectory, for example docs, is a good idea or not? -- View this message in context: http://xen.1045712.n5.nabble.com/PATCH-tools-examples-Add-to-makefile-the-xl-configuration-examples-tp5482548p5482553.html Sent from the Xen - Dev mailing list archive at Nabble.com.
Ian Jackson
2012-Feb-20 18:05 UTC
Re: [PATCH] tools/examples: Add to makefile the xl configuration examples
Fantu writes ("[Xen-devel] [PATCH] tools/examples: Add to makefile the xl configuration examples"):> tools/examples: Add to makefile the xl configuration examplesThanks, Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>