From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42332 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuQWE-0007Hj-2S for qemu-devel@nongnu.org; Sat, 11 Sep 2010 09:53:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuQWC-0003tw-PO for qemu-devel@nongnu.org; Sat, 11 Sep 2010 09:53:25 -0400 Received: from fe01x03-cgp.akado.ru ([77.232.31.164]:59057 helo=akado.ru) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuQWC-0003td-Et for qemu-devel@nongnu.org; Sat, 11 Sep 2010 09:53:24 -0400 Date: Sat, 11 Sep 2010 17:53:12 +0400 (MSD) From: malc Subject: Re: [Qemu-devel] Re: [PATCH] [RFC] Add support for a USB audio device model In-Reply-To: <4C8AF1EA.4090301@zytor.com> Message-ID: References: <1284155276-14959-1-git-send-email-hpa@linux.intel.com> <4C8AD6A4.5010601@linux.intel.com> <4C8AEDA4.408@zytor.com> <4C8AF1EA.4090301@zytor.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "H. Peter Anvin" Cc: "H. Peter Anvin" , qemu-devel@nongnu.org, kvm@vger.kernel.org On Fri, 10 Sep 2010, H. Peter Anvin wrote: > On 09/10/2010 07:47 PM, H. Peter Anvin wrote: > > On 09/10/2010 06:08 PM, H. Peter Anvin wrote: > >> > >> Any remotely recent stock distro should have support for it. I say > >> "should", because I haven't actually tested it with a Linux guest yet. > >> > >> I'll try to do that later; I have to leave now. > >> > > > > Just tested it on a stock Fedora 13 64 bit VM; it behaves exactly the > > same way as under Win7. > Sorry but I have no idea what "stock Fedora 13 64 bit VM" is. > Just for the sake of completeness, the Qemu command line was: > > ~/qemu/git-kvm/x86_64-softmmu/qemu-system-x86_64 -enable-kvm -smp 2 -m > 1024 -usb -soundhw usb -hda qemu-fc13-64.img -serial stdio > > ... and this was with the usb-audio patch applied against top of the the > qemu-kvm git tree (the patch applies against the top of the main qemu > tree too, but because KVM isn't very stable there it was faster to use > the KVM tree.) ^^^ this doesn't parse, somewhere QEMU was replaced by KVM i think Anywho, i tried it with linux-test and custom/minimal compiled 2.6.32 [1] x86_64-softmmu/qemu-system-x86_64 -kernel \ ~/x/bld/linux-2.6.32/arch/x86_64/boot/bzImage -append "root=/dev/hda" \ -vnc :0 -soundhw usb ~/x/img/linux-0.2.img -usb [-enable-kvm] ^^^ this has no consequence [2] Inside the guest `$ madplay 20thfull.mp2' and things sounded fine with OSS, with ALSA the story is somewhat different, it stuttered for a while but then settled and things went back to smooth playback. So i need a reproduction scenario [1] .config available on request [2] Well actually it has - on the speed `-enable-kvm' makes boot sluggish for whatever reason -- mailto:av1474@comtv.ru