Displaying 18 results from an estimated 18 matches for "usbback".
Did you mean:
pushback
2012 Jan 07
4
usbback for linux 3.1?
Is anyone maintaining usbback that compiles against Linux 3.1?
Thanks
James
2011 Dec 01
11
[PATCH 0 of 2] Paging support updates for XCP dom0
...drivers/xen/netback/netback.c | 16 ++++++---
drivers/xen/scsiback/interface.c | 10 +++---
drivers/xen/scsiback/scsiback.c | 4 +-
drivers/xen/tpmback/interface.c | 7 +--
drivers/xen/tpmback/tpmback.c | 20 ++++-------
drivers/xen/usbback/interface.c | 16 ++++----
drivers/xen/usbback/usbback.c | 4 +-
drivers/xen/xenbus/xenbus_backend_client.c | 10 +++---
include/xen/gnttab.h | 37 ++++++++++++++++++++++
15 files changed, 130 insertions(+), 79 deletions(-)
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
2011 Apr 04
0
[PATCH] linux-2.6.18/backends: use xenbus_be.ko interfaces instead of open-coding them
...tance_set;// whether instance number has been set
-
- /* watch front end for changes */
- struct xenbus_watch backend_watch;
-};
-
static void maybe_connect(struct backend_info *be);
static void connect(struct backend_info *be);
static int connect_ring(struct backend_info *be);
--- a/drivers/xen/usbback/interface.c
+++ b/drivers/xen/usbback/interface.c
@@ -43,8 +43,9 @@
* DEALINGS IN THE SOFTWARE.
*/
-#include <linux/delay.h>
+#include <linux/vmalloc.h>
#include "usbback.h"
+#include <xen/evtchn.h>
static LIST_HEAD(usbif_list);
static DEFINE_SPINLOCK(usbif_li...
2005 Sep 29
3
USB frontend and backend disappeared from latest unstable tree
Hi Folks,
I just did a "hg pull -u" on my unstable tree and realized that the USB
virtualization related code disappeared (e.g.
/linux-2.6-xen-sparse/drivers/xen/usbfront/
and /linux-2.6-xen-sparse/drivers/xen/usbback/ directories are not present).
I traced the changes to the changeset 7027:06d84bf87159 which was committed
on september 22 by djm@kirby.fc.hp.com.
Could someone please tell me if this was intended (and why?) or is it a
mistake?
Thanks,
Sanjay
_______________________________________________
Xen-...
2010 Sep 15
15
xenpaging fixes for kernel and hypervisor
Patrick,
there following patches fix xenpaging for me.
Granttable handling is incomplete. If a page is gone, a GNTST_eagain
should be returned to the caller to inidcate the hypercall has to be
retried after a while, until the page is available again.
Please review.
Olaf
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2010 Mar 11
3
first attempt of pvscai backend driver port to pvops
Attached is my first attempt at getting the backend pvscsi driver
(scsiback) working under the latest pvops kernel. I have tested it with
the scsi frontend driver in gplpv, and have restored about 20GB of data
from a HP LTO3 tape drive successfully, so it appears to be working
fine.
There are quite a few changes compared to the version in 2.6.18. The
main change is that I get the vaddr for each
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 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
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
2005 Dec 06
4
latest USB code
Here''s the latest USB code against the xen 3.0.0 release. Since the
last posting this version updates the code to use the new 32 bit grant
references and the latest GNTTABOP_map_grant_ref definition. I''ve also
changed the definition of the virtual USB HCD to have a single port
rather than seven ports with six unused. Domains importing multiple USB
devices will get a HCD for
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
2013 Aug 19
0
PVUSB and CentOS 6.4
Hi,
I have just been testing the Xen repo that has just been added to CentOS6.4.
I have a pretty standard install (after following the quickstart -
http://wiki.centos.org/HowTos/Xen/Xen4QuickStart) with
3.4.54-8.el6.centos.alt.x86_64 kernel.
From what I can tell the usbback and usbfront kernel modules for PVUSB are
not present in this kernel.
How should I go about adding them? The links to kernel patches on
http://wiki.xen.org/wiki/Xen_USB_Passthrough seem to be for old kernel
versions and there is little knowledge that I have found elsewhere.
Is there an easier way...
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
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
2012 Aug 15
5
PV USB Use Case for Xen 4.x
Good Afternoon. My colleague Stefan (sstan) was asked on the IRC
channel to provide our use case for PV USB in our environment. This is
possible with the current xm stack but not available with the xl stack.
Currently we use PVUSB to attach a USB Smartcard reader through our dom0
(SLES 11 SP1) running on an HP Blade Server with the Token mounted on an
internal USB Port to our domU CA server
2011 Nov 05
88
OpenSuse 11 hvm domU: screen resolution up to 640x480
Hello,
I''ve recently installed a hvm domU opensuse 11 guest and I cannot set the screen
resolution higher then 640x480. This seems very strange to me, because
I don''t have
any problem to set higher resolution on a windows 7 domU, using the
following parameters
in the configuration file:
stdvga=1
videoram=16
What could the problem be? Is some video driver missing?
--
Flavio
2011 Nov 05
88
OpenSuse 11 hvm domU: screen resolution up to 640x480
Hello,
I''ve recently installed a hvm domU opensuse 11 guest and I cannot set the screen
resolution higher then 640x480. This seems very strange to me, because
I don''t have
any problem to set higher resolution on a windows 7 domU, using the
following parameters
in the configuration file:
stdvga=1
videoram=16
What could the problem be? Is some video driver missing?
--
Flavio