docs: Remove or correct links to virt-tools.org.

Unfortunately I wasn't able to find a good reference for checking if
your hardware virt is enabled.

Thanks: Yuri Chornoivan
This commit is contained in:
Richard W.M. Jones
2018-02-07 14:43:14 +00:00
parent 9464304d7a
commit b10aa60d54
3 changed files with 4 additions and 12 deletions

View File

@@ -411,12 +411,8 @@ L<http://rwmj.wordpress.com/2013/08/14/performance-of-user-mode-linux-as-a-libgu
=head2 Ensure hardware virtualization is available
Use F</proc/cpuinfo> and this page:
http://virt-tools.org/learning/check-hardware-virt/
to ensure that hardware virtualization is available. Note that you
may need to enable it in your BIOS.
Use F</proc/cpuinfo> to ensure that hardware virtualization is
available. Note that you may need to enable it in your BIOS.
Hardware virt is not usually available inside VMs, and libguestfs will
run slowly inside another virtual machine whatever you do. Nested

View File

@@ -633,7 +633,7 @@ Use L<virt-sparsify(1)>.
You can use L<virt-df(1)> to monitor disk usage of your guests over
time. The link below contains a guide.
L<http://virt-tools.org/learning/advanced-virt-df/>
L<http://web.archive.org/web/20130214073726/http://virt-tools.org/learning/advanced-virt-df/>
=head1 Reading the Windows Event Log from Windows Vista (or later)

View File

@@ -48,11 +48,7 @@ following command a few times:
time guestfish -a /dev/null run
After a few runs, the time should settle down to a few seconds (under
5 seconds on fast 64 bit hardware).
How to check for hardware virt:
L<http://virt-tools.org/learning/check-hardware-virt/>
3 seconds on fast 64 bit hardware).
If the command above does not work at all, use
L<libguestfs-test-tool(1)>.