Displaying 20 results from an estimated 5000 matches similar to: "first attempt of pvscai backend driver port to pvops"
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 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 Dec 01
11
[PATCH 0 of 2] Paging support updates for XCP dom0
This is a cherry pick of two patches that add support for guest paged out
frames in the XCP 2.6.32 dom0 patch queue.
First patch propagates the ENOENT returned by the hypervisor in the case
of a paged out page, all the way up the call chain to the MMAPBATCH_V2
ioctl. The ioctl is mainly used to harvest those return values and retry.
The second patch adds retry loops to all backend grant
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
2011 Oct 10
7
pvscsi
Hello,
does anyone knows, if and when pvscsi will be available in the official linux kernel?
Kind regards.
Christian
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2011 Dec 30
12
set_phys_to_machine not exported?
I''m trying to compile pvscsi out-of-tree, and I''m getting an error that set_phys_to_machine is not defined when I try to load the module (with the warning to that effect at compile time too). This used to work fine in pvops.
It seems that netfront uses that symbol in a module so I''m confused as to why pvscsi can''t... any suggestions? Is it one of the virtues of
2012 Jan 07
4
usbback for linux 3.1?
Is anyone maintaining usbback that compiles against Linux 3.1?
Thanks
James
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 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
2008 Jul 03
3
[PATCH 2/4] pvSCSI : Fix many points of backend/frontend driver
Please refer following Mr. Steven''s mail posted on June 24th.
Message-ID: <20080624131313.GB18379@weybridge.uk.xensource.com>
Message-ID: <20080624131256.GA18379@weybridge.uk.xensource.com>
Signed-off-by: Tomonari Horikoshi <t.horikoshi@jp.fujitsu.com>
Signed-off-by: Jun Kamada <kama@jp.fujitsu.com>
-----
Jun Kamada
2010 Jul 19
3
Accessing console for Xen 4.0 with 2.6.31 pvops kernel on Dell Poweredge R610
I am currently using a Dell PowerEdge server R610 with Xen 4.0 installed and
the 2.6.31.13 pvops kernel.
I am accessing the server console using the iDRAC KVM feature of the dell
management console.
Does anyone know how to configure the console option in the grub menu so
that all the boot messages can be seen on the
mgmt console?
Currently I can view only the Xen bootup messages if I dont specify
2013 Apr 26
6
ubuntu13.04 host and ubuntu13.04 guest how to config the pvscsi
Hi, everyone!
We google a lot, but can''t find how to config the pvscsi on our ubuntu13.04 PV on HVM.There are some links
http://wiki.xen.org/wiki/Paravirtualized_SCSI
http://wiki.xen.org/wiki/Xen_Configuration_File_Options
And we use the config option above
Configure PVSCSI devices
vscsi = [ ''/dev/sdc, 0:0:0:0'' ]
I pass sdc to the hvm, but in our pvhvm (ubuntu13.04)
2011 Apr 04
0
[PATCH] linux-2.6.18/backends: use xenbus_be.ko interfaces instead of open-coding them
Also remove unused xenbus_{,un}map_ring(), adjust types, and clean up
header inclusion.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
--- a/drivers/xen/blkback/blkback.c
+++ b/drivers/xen/blkback/blkback.c
@@ -41,6 +41,8 @@
#include <linux/list.h>
#include <linux/delay.h>
#include <xen/balloon.h>
+#include <xen/evtchn.h>
+#include <xen/gnttab.h>
2012 Aug 16
4
Variables and greek letters in a plot title
Hello
This is a problem I encountered repeatedly and I found no answer that made
me really happy. I hope it is not too trivial.
I would like to give the concentration of a substance in a plot title:
5 ug/ml substance
the '5' would be a variable and the ug should be micrograms (with greek
letter mu). It is the mu that causes the problems for me. I failed using
various combinations of
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
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?
2008 Oct 29
2
Barplot: Vertical bars with long labels
Dear List,
I need a barplot with vertical bars. Each bar should have a label.
The problem is, that the labels are too long, so they overlap, or
only every seccond label is displayed in the output.
Here is a little syntax:
dd <- c(100,110,90,105,95)
barplot(dd,names.arg=c('Conduct Disorders','Attention Deficit',
'Eating Disorders',
2010 Mar 10
3
pvSCSI question - can a gref describe more than one page?
Porting the pvSCSI backend driver to the pvops kernel is turning out to
be a bit harder than first thought, mostly because all the Linux
routines that might be useful are written with the assumption that they
would be passed a mapped buffer and they would then build an sg list out
of that. pvSCSI already has an sg list, and all the routines that it
makes use of have been deprecated since 2.6.18
2011 May 01
1
Mean/SD of Each Position in Table
I have 100+ .csv files which have the basic format:
> test
X Substance1 Substance2 Substance3 Substance4 Substance5
1 Time1 10 0 0 0 0
2 Time2 9 5 0 0 0
3 Time3 8 10 1 0 0
4 Time4 7 20 2 1 0
5 Time5
2016 Jan 11
6
[PATCH v4 0/3] checkpatch: handling of memory barriers
As part of memory barrier cleanup, this patchset
extends checkpatch to make it easier to stop
incorrect memory barrier usage.
This replaces the checkpatch patches in my series
arch: barrier cleanup + barriers for virt
and will be included in the pull request including
the series.
changes from v3:
rename smp_barrier_stems to barrier_stems
as suggested by Julian Calaby.
add (?: ... ) around a