From efa0d66e71e0f69258a88e0d3d2105d4f6a73cd5 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Mon, 2 May 2011 18:11:00 +0000 Subject: [PATCH] Add audio and autoport to KVM guests git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9458 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/kvm.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/kvm.pm b/xCAT-server/lib/xcat/plugins/kvm.pm index f24248a31..c55cd59fb 100644 --- a/xCAT-server/lib/xcat/plugins/kvm.pm +++ b/xCAT-server/lib/xcat/plugins/kvm.pm @@ -625,6 +625,8 @@ sub build_xmldesc { } else { $xtree{devices}->{graphics}->{type}='vnc'; } + $xtree{devices}->{graphics}->{autoport}='yes'; + $xtree{devices}->{sound}->{model}='ac97'; $xtree{devices}->{console}->{type}='pty'; $xtree{devices}->{console}->{target}->{port}='1';