From b10aa60d545521c4e26419df09d599d53b4c5273 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 7 Feb 2018 14:43:14 +0000 Subject: [PATCH] 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 --- docs/guestfs-performance.pod | 8 ++------ docs/guestfs-recipes.pod | 2 +- docs/guestfs-testing.pod | 6 +----- 3 files changed, 4 insertions(+), 12 deletions(-) diff --git a/docs/guestfs-performance.pod b/docs/guestfs-performance.pod index 83f1b5f49..18dacc34d 100644 --- a/docs/guestfs-performance.pod +++ b/docs/guestfs-performance.pod @@ -411,12 +411,8 @@ L 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 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 diff --git a/docs/guestfs-recipes.pod b/docs/guestfs-recipes.pod index 799a415e3..124d8b9ea 100644 --- a/docs/guestfs-recipes.pod +++ b/docs/guestfs-recipes.pod @@ -633,7 +633,7 @@ Use L. You can use L to monitor disk usage of your guests over time. The link below contains a guide. -L +L =head1 Reading the Windows Event Log from Windows Vista (or later) diff --git a/docs/guestfs-testing.pod b/docs/guestfs-testing.pod index 5cd7f4ad8..f558964bf 100644 --- a/docs/guestfs-testing.pod +++ b/docs/guestfs-testing.pod @@ -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 +3 seconds on fast 64 bit hardware). If the command above does not work at all, use L.