[virt-tools-list] Few small virt-tools.org patches
Richard W.M. Jones
rjones at redhat.com
Wed Oct 27 19:21:41 UTC 2010
On Mon, Oct 25, 2010 at 12:58:44PM +0300, Marko Myllynen wrote:
> diff --git a/website/src/learning/start-install-with-virt-manager/index.html b/website/src/learning/start-install-with-virt-manager/index.html
> index 154c67b..c16c6f0 100644
> --- a/website/src/learning/start-install-with-virt-manager/index.html
> +++ b/website/src/learning/start-install-with-virt-manager/index.html
> @@ -21,6 +21,12 @@ You may also be interested in <a href="../install-with-command-line/">our
> tutorial which explains how to do all of this from the command line</a>.
> </p>
>
> +<p>
> +If you run into any problems you might want to make sure <a
> +href="../check-hardware-virt/">whether your hardware supports
> +virtualization</a>.
> +</p>
> +
> [% WRAPPER h2 h2="Download the ISO" anchor="download" %]
>
> <p>
ACK, this one is fine.
> >From 2c955ea0d06208789271b68f6b3c7af70b50ace4 Mon Sep 17 00:00:00 2001
> From: Marko Myllynen <myllynen at redhat.com>
> Date: Mon, 25 Oct 2010 12:45:06 +0300
> Subject: [PATCH] Add a quick tip for the impatient reader
>
> ---
> .../src/learning/check-hardware-virt/index.html | 13 +++++++++++++
> 1 files changed, 13 insertions(+), 0 deletions(-)
>
> diff --git a/website/src/learning/check-hardware-virt/index.html b/website/src/learning/check-hardware-virt/index.html
> index e816f00..9a1f7b1 100644
> --- a/website/src/learning/check-hardware-virt/index.html
> +++ b/website/src/learning/check-hardware-virt/index.html
> @@ -6,6 +6,19 @@
> section = "learning"
> %]
>
> +<p>
> +For the impatient: if the following command produces output then your
> +hardware should have the needed support for virtualization.
> +</p>
> +
> +<pre>
> +grep -E '^flags.*(vmx|svm)' /proc/cpuinfo
> +</pre>
> +
> +<p>
> +If the command does not produce output, please read on.
> +</p>
> +
I'm dubious about this one. Really I'd like to think people can read
the whole article ...
[...]
ACK to the VMWare -> VMware patch.
Rich.
--
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines. Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v
More information about the virt-tools-list
mailing list