From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [Qemu-devel] Re: [PATCH] [RFC] Add support for a USB audio device model Date: Fri, 10 Sep 2010 20:05:14 -0700 Message-ID: <4C8AF1EA.4090301@zytor.com> References: <1284155276-14959-1-git-send-email-hpa@linux.intel.com> <4C8AD6A4.5010601@linux.intel.com> <4C8AEDA4.408@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: malc , qemu-devel@nongnu.org, kvm@vger.kernel.org To: "H. Peter Anvin" Return-path: Received: from terminus.zytor.com ([198.137.202.10]:40887 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753623Ab0IKDFX (ORCPT ); Fri, 10 Sep 2010 23:05:23 -0400 In-Reply-To: <4C8AEDA4.408@zytor.com> Sender: kvm-owner@vger.kernel.org List-ID: 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. 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.) -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=57026 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OuGP5-0005tO-VU for qemu-devel@nongnu.org; Fri, 10 Sep 2010 23:05:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OuGP4-0006bH-Rc for qemu-devel@nongnu.org; Fri, 10 Sep 2010 23:05:23 -0400 Received: from terminus.zytor.com ([198.137.202.10]:46532 helo=mail.zytor.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OuGP4-0006b2-J0 for qemu-devel@nongnu.org; Fri, 10 Sep 2010 23:05:22 -0400 Message-ID: <4C8AF1EA.4090301@zytor.com> Date: Fri, 10 Sep 2010 20:05:14 -0700 From: "H. Peter Anvin" MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: [PATCH] [RFC] Add support for a USB audio device model References: <1284155276-14959-1-git-send-email-hpa@linux.intel.com> <4C8AD6A4.5010601@linux.intel.com> <4C8AEDA4.408@zytor.com> In-Reply-To: <4C8AEDA4.408@zytor.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "H. Peter Anvin" Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org 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. 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.) -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf.