From: Marian Krcmarik <[email protected]> Signed-off-by: Marian Krcmarik <[email protected]> --- client/tests/virt/shared/cfg/base.cfg.sample | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/client/tests/virt/shared/cfg/base.cfg.sample b/client/tests/virt/shared/cfg/base.cfg.sample index 27afa98..dbde0e6 100644 --- a/client/tests/virt/shared/cfg/base.cfg.sample +++ b/client/tests/virt/shared/cfg/base.cfg.sample @@ -115,9 +115,6 @@ mem = 1024 # Networking type (nic, user, tap, socket, vde, dump, none) nic_mode = tap -# initial PCI address for guest. -init_pci_addr = 4 - # Host networking restart command line for PCI assign cases # net_restart_cmd = /etc/init.d/network restart @@ -188,7 +185,8 @@ vga = std # Add a sga device to guest. #enable_sga = yes -# Specify multiple sound cards seperated by comma,like 'sb16,adlib' or 'all'. +# Specify multiple sound cards seperated by comma, +# like 'sb16,adlib,ac97,es1370,hda' (multiple occurrences are allowed) or 'all' (-soundhw all). # By default, it's 'ac97'. #soundcards = ac97 -- 1.7.11.4 _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
