All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] configure options of qemu
@ 2014-11-24  2:49 li
  2014-11-24  3:06 ` li
  2014-11-25 16:47 ` John Snow
  0 siblings, 2 replies; 3+ messages in thread
From: li @ 2014-11-24  2:49 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 604 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 928 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] configure options of qemu
  2014-11-24  2:49 [Qemu-devel] configure options of qemu li
@ 2014-11-24  3:06 ` li
  2014-11-25 16:47 ` John Snow
  1 sibling, 0 replies; 3+ messages in thread
From: li @ 2014-11-24  3:06 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1462 bytes --]

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" <lijiamin036@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



[-- Attachment #2: Type: text/html, Size: 2235 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] configure options of qemu
  2014-11-24  2:49 [Qemu-devel] configure options of qemu li
  2014-11-24  3:06 ` li
@ 2014-11-25 16:47 ` John Snow
  1 sibling, 0 replies; 3+ messages in thread
From: John Snow @ 2014-11-25 16:47 UTC (permalink / raw)
  To: li, qemu-devel



On 11/23/2014 09:49 PM, li 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
>

"The repository" -- whose? We don't dictate the configuration options 
that the various distributions decide to package with. You'd have to ask 
your distribution (Ubuntu? Debian? Fedora? CentOS?) what options they 
packaged with.

Before you jump down that rabbit hole, though, try comparing the 
versions you're using. It might just be a version difference. It would 
be worth trying to configure the upstream sources that match the version 
your distribution ships and seeing if you have the same problem to 
determine if it's a bug or a configuration problem.

-- 
—js

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-11-25 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-24  2:49 [Qemu-devel] configure options of qemu li
2014-11-24  3:06 ` li
2014-11-25 16:47 ` John Snow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.