similar to: blkif_map error starting fourth guest domain

Displaying 20 results from an estimated 400 matches similar to: "blkif_map error starting fourth guest domain"

2007 Apr 05
3
Swiotlb
While writing a driver for a device doing lots of DMA I''ve hit an "swiotlb_full()" problem. This surprised me somewhat as I wouldn''t have expected to need the use of the software TLB - it''s a 64 bit capable device on a server with only 2 GB of RAM, and so I''d have expected to be using a hardware TLB. Is this a peculiarity of Xen, or should I be right
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 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>
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
2008 Feb 20
5
MSI Support in Xen
I was trying to patch Xen 3.2 from the mercurial repository with the MSI patches by Yunhong Jiang given at the bottom of this page : http://lists.xensource.com/archives/html/xen-devel/2007-11/msg00157.html The tree seems to have significantly changed, especially the hvm_irq_dpci_mapping structure in irq.h header file. Are there any updated patches, or can I get a version of Xen from somewhere
2006 Dec 01
1
[PATCH 2/10] Add support for netfront/netback acceleration drivers
This set of patches adds the support for acceleration plugins to the netfront/netback drivers. These plugins are intended to support virtualisable network hardware that can be directly accessed from the guest, bypassing dom0. This is in response to the RFC we posted to xen-devel with an outline of our approach at the end of September. To follow will be another set of patches to provide our
2008 Feb 26
0
[PATCH] Fix request_module/modprobe deadlock in netfront accelerator
There would seem to be a potential deadlock in the netfront accelerator plugin support. When the configured accelerator changes in xenstore, netfront tries to load the new plugin using request_module(). It does this from a workqueue work item. request_module() will invoke modprobe which in some circumstances (I''m not sure exactly what - I''ve not managed to reproduce it myself)
2010 Jan 07
0
[PATCH 3/3] Update SFC net drivers
This patch against linux-2.6.18-xen.hg changest 974:aa133dee7792 Update sfc_netback driver to match sfc_resource 3.0.2.2074 Add support for direct guest access and acceleration of SFC9000 series NICs. Improve handling of NIC reset in sfc_netback Remove nic_index state and replace with if_index from struct net_device Remove duplication of header files with sfc_resource driver Signed-off-by:
2007 May 08
0
[PATCH 1/4] Support accelerated network plugin modules
Add two new functions: xenbus_for_each_backend and xenbus_for_each_frontend to iterate the backend and frontend buses respectively and apply the supplied test to each one. Signed-off-by: Kieran Mansley <kmansley@solarflare.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Oct 03
0
[PATCH 6/6] Network acceleration improvements
Signed-off-by: Kieran Mansley <kmansley@solarflare.com> Cleanup vif_state on device removal diff -r f992a517aba5 drivers/xen/netfront/accel.c --- a/drivers/xen/netfront/accel.c Wed Oct 03 13:41:33 2007 +0100 +++ b/drivers/xen/netfront/accel.c Wed Oct 03 13:45:55 2007 +0100 @@ -500,6 +500,30 @@ EXPORT_SYMBOL_GPL(netfront_accelerator_r /* + * Remove the hooks from a single vif state.
2012 May 13
4
[JOB] 90 Seconds seeks Ruby on Rails Developer
*90 Seconds seeks Ruby on Rails Developer* [the following was cross-posted to various mailing lists in New Zealand and the United Kingdom - sorry if you got it more than once] 90 Seconds is a video production company which started in New Zealand, and has since expanded to Australia and the United Kingdom. You can view who we are and what we do at http://90seconds.tv 90 Seconds have developed a
2020 Jun 09
1
[PATCH v2] mm/balloon_compaction: Fix trivial spelling
On Tue, Jun 9, 2020 at 8:04 PM Kieran Bingham <kieran.bingham+renesas at ideasonboard.com> wrote: > > The word 'descriptor' is misspelled throughout the tree. I think, *throughout the tree* is not appropriate* here. This patch has fixed it within the file. With that, Acked-by: Souptick Joarder <jrdr.linux at gmail.com> > > Fix it up accordingly: >
2008 Mar 23
4
md raid1 - no speed improvement
Hi, I have two 320 GB SATA disks (/dev/sda, /dev/sdb) in a server running CentOS release 5. They both have three partitions setup as RAID1 using md (boot, swap, and an LVM data partition). # cat /proc/mdstat Personalities : [raid1] md0 : active raid1 sdb1[1] sda1[0] 104320 blocks [2/2] [UU] md1 : active raid1 sdb2[1] sda2[0] 4192896 blocks [2/2] [UU] md2 : active raid1 sdb3[1]
2009 Jul 30
8
Rails 2.3.x and active_scaffold Installation
Hi, I have upgraded to rails 2.3 and active_scaffold plugin is not working. when i run this command it creates a active_sacaffold folder in vendor/ plugins, but its an empty folder. I googled but found no way to install it. Please help!!!!!
2007 Oct 03
0
[PATCH 3/3] TLB flushing and IO memory mapping
Signed-off-by: Kieran Mansley <kmansley@solarflare.com> Allow iomem permissions to be set up through grant table ops diff -r 749b60ccc177 xen/arch/x86/mm.c --- a/xen/arch/x86/mm.c Wed Jul 25 14:03:08 2007 +0100 +++ b/xen/arch/x86/mm.c Wed Jul 25 14:03:12 2007 +0100 @@ -594,6 +594,14 @@ get_##level##_linear_pagetable( return 1; \ } + +int iomem_page_test(unsigned long mfn,
2002 Jan 16
1
Postsript/Lattice interaction
Hello -- I'm using R-1.4.0 on a PC running SuSE Linux 7.1. Following Christian Ritter's announcement this morning, I downloaded the new versions of lattice and grid. I find that loading the lattice library causes postcript() to include a blank first page when creating a file. Like this: > # Create regular postscript file of a plot >
2002 Nov 29
1
configure fails on Mac OS 10.2.2
Hi - I'm trying to build R 1.6.1 on a Powerbook running Macintosh 10.2.2 with the most recent software update. The latest version of the developer tools is installed. I have also installed g77 and f2c from fink (the binary versions, using apt-get). ./configure fails with the following error: > checking for dummy main to link with Fortran 77 libraries... unknown > configure: error:
2011 Jun 07
1
giving factor names
Hi, I've been driving myself insane with this problem. I have a trellis plot of contours, and I want each level to have something like "z=value" for each one. I can get each one to say z, or each one to say the value (by using as.factor) but not both. Heres an artificial example to show what I mean (as my actual data set is much larger!) x<-c(1,2,3) y<-c(2,4,6)
2001 Oct 31
3
maps in R (fwd)
Here is the answer to an old question of mine, regarding maps in R Hope this help. claudia ---------- Forwarded message ---------- Date: Mon, 25 Jun 2001 13:48:05 -0400 From: Kieran Healy <kjhealy at Princeton.EDU> To: Claudia Tebaldi <tebaldi at ucar.edu> Subject: Re: [R] maps in R Hi Claudia -- you can get the maps() library from here:
2008 Jun 21
15
will_paginate generates undefined method paginate
Dear I used to use the will_paginate plugin, and now it is no longer available in the repository. I am using the one in the gem #gem install will_paginate in my controller I have this @careers = Career.paginate :page => params[:page], :per_page => 10 and in the view <%= will_paginate @careers %> I found this way in all the tutorials and the railscasts episode 51. Though I still