From dbb79b683338a26d8c5d4f66efec4eae6987688c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 19 Feb 2008 17:26:02 +0100 Subject: Add kvm name. (This used to be commit 228710e2656f8635697cdf4b7ce0c931683fbf86) --- source4/selftest/target/Kvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/selftest/target/Kvm.pm b/source4/selftest/target/Kvm.pm index b1ad8fcefa..253f3b53af 100644 --- a/source4/selftest/target/Kvm.pm +++ b/source4/selftest/target/Kvm.pm @@ -107,7 +107,7 @@ sub start($$$) my ($ifup_script, $dhcpd_pidfile, $ip_address) = $self->write_kvm_ifup($path, "192.168.9"); - system("kvm $opts -monitor unix:$path/kvm.monitor,server,nowait -daemonize -pidfile $pidfile -snapshot $image -net nic -net tap,script=$ifup_script"); + system("kvm -name \"Samba 4 Test Subject\" $opts -monitor unix:$path/kvm.monitor,server,nowait -daemonize -pidfile $pidfile -snapshot $image -net nic -net tap,script=$ifup_script"); return (read_pidfile($pidfile), read_pidfile($dhcpd_pidfile), $ip_address); } -- cgit