aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xeninfo.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/xeninfo.pl')
-rw-r--r--tools/examples/xeninfo.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/xeninfo.pl b/tools/examples/xeninfo.pl
index 47431c6323..95a15d9595 100644
--- a/tools/examples/xeninfo.pl
+++ b/tools/examples/xeninfo.pl
@@ -210,7 +210,7 @@ sub get_vm_type
# which is something like:
# 'PV_kernel': '/boot/vmlinuz-2.6.18-xen',
# or
- # 'PV_kernel': '/usr/lib/xen/boot/hvmloader',
+ # 'PV_kernel': 'hvmloader',
if ("$vm_pv_kernel_results->{'Value'}" =~ m/hvm/i)
{
$host_info{$host_name}{'vms'}{$vm_name_label}{'type'} = "HVM";