similar to: KVM USB passthrough bug

Displaying 20 results from an estimated 20000 matches similar to: "KVM USB passthrough bug"

2011 Feb 17
3
Problem with messages with long lines
Hello dear mailing list readers, Recently I am experimenting a problem trying to retrieve messages over a POP3 protocol. Everything goes right until the POP3 client tries to retrieve a message that contains one or more long lines ? lines as long as 3000 characters or even more. The client (Outlook 2003 and 2007) stops on that message until timeout. I have opened a connection manually to see
2017 Feb 03
0
USB passthrough for usb wireless nic adapter
Hi all, I am trying to use usb passthrough for an usb wireless adapter to a kvm guest under a CentOS7 host. Guest can connect to an AP and sometimes receives an IP and sometimes not. But when and IP address is assigned by an AP (and defaultroute), nothing works. If I try to resolv any host like for example www.google.com, there is no result ... Trying to ping 8.8.8.8 doesn't works also.
2012 May 17
1
USB passthrough of all USB-slots to guest
Hi, how can I define passthrough of all USB-slots to a guest with libvirt? With qemu it's very easy: # kvm -usb -usbdevice host:0.* -usbdevice host:1.* -usbdevice host:2.* -usbdevice host:3.* ... This configuration of the VM gets *all* 4 USB-Slots. Every time somewhat USB-device is plugged in the VM gets it. virt-install manpage offers: --host-device 001.003 USB by bus, device
2013 Mar 26
1
Possible memory leak in qemu-dm when Xen USB Passthrough is used
Hello, [please CC me] Recently I have reported a Debian bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=703430 Possible memory leak in qemu-dm when Xen USB Passthrough is used I wonder if somebody encountered such behaviour or how can I debug it farther ? Best Regards, T
2012 May 03
0
USB passthrough: flexible configuration in XML-file needed
Hi, I need a flexible USB passthrough of a USB-device. If the device is turned off by the current switch (230Volt) the VM should start and not claim that the USB device is left. Using: <devices> ? <hostdev mode='subsystem' type='usb'> <source> <vendor id='0x152a'/> <product id='0x8180'/>
2014 Oct 24
1
The USB passthrough that refuses to die
In trying to find out why my usb passthrough is not working, I decided to edit (virsh edit) the config file for the vm client, removing the following lines <hostdev mode='subsystem' type='usb' managed='yes'> <source> <vendor id='0x051d'/> <product id='0x0002'/> </source> </hostdev>
2015 Aug 21
0
Static USB port passthrough is not possible
Hello, I am currently trying to configure of forwarding devices from specific USB ports which is supported by QEMU. But I don't see any support from libvirt side. Due to libvirt security it occurs to be impossible to passthrough devices from specific bus+port combination. As workaround I may suggest only writing udev rules which use specific script which adds devices to running domains.
2009 Jun 02
0
problems with USB and PCI passthrough on Debian Lenny
Greetings, I have Xen installation with all domains (dom0+domU) being Debian Lenny. I''d like to pass my usb printer to one of those domU domains. I couldn''t make usb passthrough to work, so I decided that I will pass the whole usb controller to the domU. It didn''t worked either. I have read tons of internet howtos only to find the solutions proposed don''t
2007 Feb 15
1
USB passthrough
I was wondering if there are any plans to address USB passthrough with Xen 3. I have virtualized Windows servers running under Xen on IBM BladeCenter, and need to assign USB ports to different Windows instances. The ports have copy protection dongles installed so that a specific package can be run on each instance of Windows. We have 2 dongles and need to assign one to one instance of Windows, and
2009 Jan 08
0
USB PCI Passthrough System Instability
I recently managed to get PCI Passthrough to work for a Windows HVM operating under Xen 3.2 on Fedora 8. I needed to get USB ports passed through to the Windows VM with full hot plug functionality and I was able to get that working using a Dell 755 with a USB PCI expansion card. However, when trying to bring the box up to an operational status status I have encountered some rather severe
2013 May 21
1
USB passthrough not working
I just updated an Ubuntu Oneiric to Raring and the VM that works fine on one fails to start a VM with this passthrough: <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x055f'/> <product id='0x040b'/> <address bus='3' device='8'/> </source>
2013 Nov 02
1
USB passthrough to WinXP guest - WinXP ignores it
WinXP ignores a USB passthrough! Hello, I need a persistent passthrough of a USB-device: Bus 001 Device 020: ID 04e6:5311 SCM Microsystems, Inc. I added <hostdev mode='subsy.... </hostdev> like this to xml file: [...] <on_crash>restart</on_crash> <devices> <hostdev mode='subsystem' type='usb' managed='no'>
2014 Apr 15
0
Re: LXC + USB passthrough = Operation not permitted
On Fri, Apr 11, 2014 at 05:32:28PM -0700, Filip Maj wrote: > Hi! > > First post, kind of a noobie. I've been working with LXC and libvirt for a > few months now. Trying to do some interesting things with containers and > Android devices :D > Here's my entire domain definition: > > <domain type='lxc'> > <name>oshi32134</name> >
2011 Sep 06
0
can''t passthrough usb devices to domU (Unexpected error: <class ''xen.util.vusb_util.UsbDeviceParseError''>)
Hello, I try to passthrough an usb 1.1 device (floppy drive) to a domU. Dom0 and domU are based on opensuse11.4. I did the follwowing in dom0 --snip-- xenserver:~ # xm usb-list-assignable-devices 3-1 : ID 0644:0000 TEAC TEAC FD-05PUB 3-2 : ID 0644:0000 TEAC TEAC FD-05PUB xenserver:~ # xm usb-hc-create vdrserver 1 2 xenserver:~ # xm usb-list vdrserver Idx BE
2008 Apr 25
0
USB passthrough Problem on Vista
Hi, I would like to find out has anyone tested USB Passthrough for the latest unstable release of Xen running a Vista Guest? I having problem with that. The Vista Guest is able to recognise the USB Storage Device, however, inside the device manager, it say the device cannot be started. And i went further to test it on a WinXP and no problem with it. Anyone have any clue on this? Thanks. Rgds.
2008 May 08
1
qemu/kvm: support for pci passthrough
Hi, I saw there was an active discussion about pci passthrough support in KVM. I'm not a Dev, only a sys admin that need this support. As i saw on the KVM home page that this feature is plan for 2H2008 in the roadmap, I wondered if you already have a more precise time frame for this release? Xen already have this feature but for the rest i prfer KVM. As this is a key point for the final
2008 May 08
1
qemu/kvm: support for pci passthrough
Hi, I saw there was an active discussion about pci passthrough support in KVM. I'm not a Dev, only a sys admin that need this support. As i saw on the KVM home page that this feature is plan for 2H2008 in the roadmap, I wondered if you already have a more precise time frame for this release? Xen already have this feature but for the rest i prfer KVM. As this is a key point for the final
2014 Oct 04
0
Re: Virtual gaming/workstation desktops using KVM VGA passthrough?
Hi Alex, The first bit of advice that I was about to give was that you should have a look at a particular thread on the Arch Linux user forum. But as it turns out, the article that you found (which seems really well-written) already mentions that thread, and in fact even links to one of my comments on that thread, namely this comment: https://bbs.archlinux.org/viewtopic.php?pid=1313007#p1313007
2010 Oct 07
1
Sound or USB passthrough for Windows guest at Citrix XenServer 5.6 Free
Hi there, I''ve started using Xen through Citrix XenServer 5.6 Free. Now I am thinking about adding a USB sound device to my virtual Windows machine. One idea would be to access a virtual audio device that streams audio to a client. I''ve stumbled over the possibility to SSH-forward PulseAudio but this is not possible for Windows on either one or the other side of the chain.
2008 Apr 29
2
PV DMA for PCI passthrough devices for KVM
This patchset implements PVDMA for handling DMA requests from devices assigned to the guest from the host machine. They're also available from git-pull git://git.kernel.org/pub/scm/linux/kernel/git/amit/kvm.git pvdma These patches are based on my pci-passthrough tree, which is available from git-pull git://git.kernel.org/pub/scm/linux/kernel/git/amit/kvm.git and the userspace from