the qemu command is as below:
 
qemu-system-x86_64 -machine accel=kvm:tcg -m 4096 -smp 4 -M pc-i440fx-1.4 -spi
ce port=5906,addr=0.0.0.0,disable-ticketing,jpeg-wan-compression=always -vga 
qxl -global qxl-vga.vram_size=268435456 
/opt/instances/win7_sh_2.1.1_driver.qcow2 -net 
nic,macaddr=00:16:3e:00:00:04,model=virtio
-net tap,ifname=tap04 -device 
virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x6 -chardev 
pty,id=charserial0 -device isa-serial,chardev=charserial0,id=serial0 -chardev 
spicevmc,id=charchannel0,name=vdagent -device 
virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.spice.0
 -device intel-hda,id=sound0,bus=pci.0,addr=0x4 -device 
hda-duplex,id=sound0-codec0,bus=sound0.0,cad=0 -device 
virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x7


At 2014-11-24 10:49:30, "li" <lijiamin...@163.com> wrote:

Hi all,
 
Thank you for your time to read this email, is there anyone can tell me the 
options qemu was configured when it was released?
I configured it by myself and found that there was a audio latency problem, but 
the qemu in the repository doesn't have this problem,
so i want to kown about its configuration options.
 
the options i using is as below:
 ./configure --enable-spice --enable-usb-redir --enable-kvm --disable-werror 
--prefix=/home/stone/qemu --target-list=x86_64-softmmu 
--audio-card-list=ac97,es1370,sb16,cs4231a,adlib,gus,hda,ich6 
--audio-drv-list=pa,alsa,sdl,oss 
 
Best Regards
stone


Reply via email to