From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony PERARD Subject: Re: Xen 4.2 and USB Date: Fri, 28 Sep 2012 11:21:44 +0100 Message-ID: <50657A38.5070109@citrix.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: L D Cc: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 09/28/2012 03:51 AM, L D wrote: > Hello! > So I compiled and am running the 4.2 release...did the ./configure; > make world; make install > It works, and am running an ati vga passthrough windows system, except > for usb and sound... > > I have a couple of questions, if you can help me with some of these it > would be appreciated. > > How do I run qemu upstream in this release? I'm trying to have sound > in win7 64bit sound but I can't get qemu upstream to work. > Anybody have success with win7 sound? > I'm using device_model_override='/usr/lib/xen/bin/qemu-system-i386' To use qemu upstream, you should use: device_model_version = "qemu-xen" Here, device_model_override is not needed. But PCI/VGA passthrough is not supported by the QEMU upstream shipped with Xen 4.2. > Finally how do I connect to the qemu console?? ctrl-alt-shift-2,1 just > show me blank screens (console=1), I have no way to pass additional > usb devices by usb-adding them. For consoles: use shell$ xl console domain Regards, -- Anthony PERARD