similar to: PV USB Use Case for Xen 4.x

Displaying 20 results from an estimated 200 matches similar to: "PV USB Use Case for Xen 4.x"

2011 Jul 27
3
USB at domU PV domain & PVUSB
Good Evenight I try to do working usb''s into domU xen guest, SO of xen server is Debian Squenze 6.0, into HVM guest usb works and can make use but with ParaVirtual guest PV can find this devices with lsusb or into /dev/ directory. Kernel load into xend and guest is the same and is the kernel provided by this package: ii linux-image-2.6.32-5-xen-amd64 2.6.32-35
2012 Jun 28
8
GPLPV, clock drift and PVUSB in Windows XP HVM
1. Shouldn''t the GPLPV drivers take care of the (bad) clock drift I''m experiencing in my Windows XP HVM? Or is there some other way around this problem that I haven''t been able to find on Google? How can I tell if the GPLPV drivers are active? I''ve added the /gplpv switch to the boot.ini file and the virtual NIC is definitely using the GPLPV version but other
2011 Jan 03
13
Re: pvusb drivers for pvops 2.6.32.x kernel
Hello, Jeremy: See the included patch. If it''s OK it''d be nice to get it into xen/stable-2.6.32.x branch. Thanks Nathanael! -- Pasi ----- Forwarded message from Nathanael Rensen <nathanael@polymorpheus.com> ----- From: Nathanael Rensen <nathanael@polymorpheus.com> To: Pasi Kärkkäinen <pasik@iki.fi> Cc: n_iwamatsu@jp.fujitsu.com Date: Mon, 3 Jan 2011
2011 Mar 01
2
Error connecting USB-device to DomU, kernel 2.6.32-5-xen-amd64, Xen 4.0.1
Hi, When trying to connect my USB printer to the DomU that has CUPS installed, I run into an error: Unexpected error: <class ''xen.util.vusb_util.UsbDeviceParseError''> Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File "/usr/lib/xen-4.0/bin/xm", line 8, in <module> main.main(sys.argv) File
2011 Oct 19
8
Centos 5.7 Xen 4.1 AMD 64 from gitco cannot attach usb port to domU windows 7
Hi. Just wondering is someone have been able to connect usb memory sticks in xen 4.1-gitco running hvm windows 7? I use xen 4.1 from gitco, is working without any issue, I need support for a usb memory stick, but I had not been able to make this works. Reading xm commands and process, first my MB Biostar A780L3L v6 wont support IOMMU. Now exist a doc from xen wiki from someone from Fujitso
2012 Jan 07
4
usbback for linux 3.1?
Is anyone maintaining usbback that compiles against Linux 3.1? Thanks James
2011 Sep 05
2
How to PVUSB with xen-sources-2.6.34-r4 and xen-4.1.1 on gentoo
Hello, I''ve installed xen-4.1.1 on with Gentoo xen-sources-2.6.34-r4 (both dom0 and domU) on an AMD athlon XP 32 bits. I PCI passthrugh the whole USB-2.0 controler to the domU to gain access to my wifi dongle and everything works fine and stable. However, I''ve got an USB drive that I want to use on my dom0 wich requires USB-2.0 too and then cannot use anymore the PCI passthrugh
2011 Jan 06
11
[RFC PATCH v01] Xen PVSCSI drivers for pvops xen/stable-2.6.32.x kernel
Hello, http://pasik.reaktio.net/xen/patches/xen-pvscsi-drivers-linux-2.6.32.27-pvops-v01.diff This is the first version of Xen PVSCSI drivers, both the scsiback backend and scsifront frontend, ported from Novell SLES11SP1 2.6.32 Xenlinux kernel to pvops xen/stable-2.6.32.x branch. At the moment it''s *only* compile-tested with the latest xen/stable-2.6.32.x git kernel as of today
2009 Sep 24
7
scsi passthrough in pvops kernel
pvscsi appears to be missing from the pvops kernel. Is there a specific reason for this or has it just not been done yet? James _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2012 Aug 10
1
How to load backend drivers in 4.2
The xencommons runlevel script has a few modprobe calls to load drivers for dom0. Recently also the backend drivers for vbd and vif were added. Unfortunately without an explanation why that is (suddenly) needed. Now that I have been hitting such missing backend driver issue as well with a xenlinux based dom0 kernel I wonder how to handle the situation. The pvops kernel has 3 backend drivers
2012 Sep 19
4
usbpassthrough of xen-4.1.2
Hi, everyone! I am working on the USB passthrough of Xen-4.1.2. My host OS is Fedora 14 and the guest OS is win7. According to the wiki page(http://wiki.xen.org/wiki/Xen_USB_Passthrough), xen supports passthrough of usb device from dom0 to guests. I have tried the Xen HVM guest qemu-dm usb1.1 emulation, by specifying "usb = 1" and "usbdevice = host:xxxx:yyyy". But, the
2012 Aug 20
22
Xen 4.3 release planning proposal
Hello everyone! With the completion of our first few release candidates for 4.2, it''s time to look forward and start planning for the 4.3 release. I''ve volunteered to step up and help coordinate the release for this cycle. The 4.2 release cycle this time has been nearly a year and a half. One of the problems with having such a long release is that people who get in features
2012 Nov 23
1
Bug?
root@graff:~# xm usb-list-assignable-devices 1-6 : ID 14dd:0002 Peppercon AG Multidevice 2-2 : ID 051d:0002 American Power Conversion Smart-UPS 3000 RM XL FW:691.16.I USB FW:7.3 root@graff:~# xm usb-hc-create bosch-w2k3-pv 1 1 root@graff:~# xm usb-list bosch-w2k3-pv Idx BE state usb-ver BE-path 0 0 1 USB1.1 /local/domain/0/backend/vusb/55/0
2011 Jan 18
3
xm usb-add syntax
Hi all, Do any of you know what the syntax would be is I wanted to add the first device listed using lsusb on my dom0 to my domU? lsusb; Bus 002 Device 004: ID 064f:0bd8 Some-Systems AB ABC/DE xm usb-add; Usage: xm usb-add <domain> <[host:bus.addr] [host:vendor_id:product_id]> Unsure what combo works, other then what doesn''t work. - Brian
2010 Aug 06
1
[PATCH]add usb-ver format check to avoid usb-list error and incorrect usb-ver saved into config file
Add usb-ver format check to "usb-hc-create". In original file, "usb-hc-create" allows usb-ver parameter as "2/2.0/2.0aaa". In low level hc create, it only uses the integer part (that is "2"), so there is no problem. But 2/2.0/2.0aaa will be saved into VM config. After that, while doing "usb-list", it cannot handle "2.0/2.0aaa" and will
2009 Nov 08
9
2.6.31 xenified kernel - not ready for production
Hi, I just want to know if somebody use 2.6.31.4 xenified kernel (aka OpenSUSE) in production? We have been testing it on new Nehalem Xeon server for few weeks w/o any problem. But as soon we tried it on production machine - after several production domUs started - hard OS failure. We had to switch back to 2.6.18.8 - xen stock kernel. Peter _______________________________________________
2010 Sep 14
5
make-kpkg (Debian based tool) does not build xen patched kernel‏
Hello list, I cannot get make-kpkg to build a Xenlinux type kernel into a Debian kernel binary on my Debian Squeeze x86_64 system. I am using GNU/Linux kernel sources tree (2.6.34.4) with Xen patches for this custom kernel. I am trying to use the make-kpkg command to build a working linux-image-2.6.34.4-xen-amd64 package for my system. The sources are vanilla (available from kernel.org) with
2018 Feb 13
2
Failover problems with gluster 3.8.8-1 (latest Debian stable)
I'm using gluster for a virt-store with 3x2 distributed/replicated servers for 16 qemu/kvm/libvirt virtual machines using image files stored in gluster and accessed via libgfapi. Eight of these disk images are standalone, while the other eight are qcow2 images which all share a single backing file. For the most part, this is all working very well. However, one of the gluster servers
2009 Jul 23
1
usb passthrough
If I understand the docs (http://www.nabble.com/-RFC--PATCH-0-4--PVUSB:-add-paravirtualized-USB-s upport-for-Xen-td22550607.html), I can''t have a USB harddisk used by Dom0 and also pass through another USB harddisk to DomU, because Dom0 will claim the device. Is this a fundamental issue that can''t be solved without a lot of mucking around or is there an easier way around it?
2010 May 27
11
unistalling gplpv from win7x64 gives BSOD
I have installed the 210 gplpv (debug), when I try to update them with current gplpv I get a BSOD even so when I try to uninstall them. Now I have made a bootentry that specifies NOGPLPV, what gives me a bootable system after such a crash, I found (uninstalling the leftover driver packages after getting bsod during uninstall of the main package) that uninstalling the net driver leads to bsod. Now