From eb36df827bcb87753b3487dea95981e1c43e1bb4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 21 Oct 2015 10:36:07 +0100 Subject: [PATCH] guestfs-performance: Add a note about Xen dom0. --- examples/guestfs-performance.pod | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/examples/guestfs-performance.pod b/examples/guestfs-performance.pod index 441578a87..27f24b41e 100644 --- a/examples/guestfs-performance.pod +++ b/examples/guestfs-performance.pod @@ -424,6 +424,11 @@ Avoid processors that don't have hardware virtualization, and some processors which are simply very slow (AMD Geode being a great example). +=head2 Xen dom0 + +In Xen, dom0 is a virtual machine, and so hardware virtualization is +not available. + =head1 DETAILED TIMINGS USING TS Use the L command (from moreutils) to show detailed @@ -577,4 +582,4 @@ Richard W.M. Jones (C) =head1 COPYRIGHT -Copyright (C) 2012 Red Hat Inc. +Copyright (C) 2012-2015 Red Hat Inc.