Displaying 20 results from an estimated 10000 matches similar to: "[PATCH 13/15] xen: remove duplicated #include"
2009 Jul 08
1
[PATCH 33/44] includecheck fix: drivers/xen, evtchn.c
fix the following 'make includecheck' warning:
drivers/xen/evtchn.c: linux/errno.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com>
---
drivers/xen/evtchn.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c
index af03195..79bedba 100644
--- a/drivers/xen/evtchn.c
2009 Jul 08
1
[PATCH 33/44] includecheck fix: drivers/xen, evtchn.c
fix the following 'make includecheck' warning:
drivers/xen/evtchn.c: linux/errno.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com>
---
drivers/xen/evtchn.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c
index af03195..79bedba 100644
--- a/drivers/xen/evtchn.c
2009 Jul 08
1
[PATCH 33/44] includecheck fix: drivers/xen, evtchn.c
fix the following 'make includecheck' warning:
drivers/xen/evtchn.c: linux/errno.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com>
---
drivers/xen/evtchn.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c
index af03195..79bedba 100644
--- a/drivers/xen/evtchn.c
2009 Aug 09
0
[PATCH] XEN: includecheck fix for drivers/xen/evtchn.c
fix the following 'make includecheck' warning:
drivers/xen/evtchn.c: linux/errno.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com>
---
drivers/xen/evtchn.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c
index af03195..79bedba 100644
--- a/drivers/xen/evtchn.c
2009 Aug 09
0
[PATCH] XEN: includecheck fix for drivers/xen/evtchn.c
fix the following 'make includecheck' warning:
drivers/xen/evtchn.c: linux/errno.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com>
---
drivers/xen/evtchn.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c
index af03195..79bedba 100644
--- a/drivers/xen/evtchn.c
2009 Aug 09
0
[PATCH] XEN: includecheck fix for drivers/xen/evtchn.c
fix the following 'make includecheck' warning:
drivers/xen/evtchn.c: linux/errno.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput at gmail.com>
---
drivers/xen/evtchn.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/evtchn.c b/drivers/xen/evtchn.c
index af03195..79bedba 100644
--- a/drivers/xen/evtchn.c
2008 Jul 26
1
drivers/xen/balloon.c: Removed duplicated include
Removed duplicated include file <linux/highmem.h> in
drivers/xen/balloon.c.
Signed-off-by: Huang Weiyi <weiyi.huang at gmail.com>
diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c
index d4427cb..afdeac5 100644
--- a/drivers/xen/balloon.c
+++ b/drivers/xen/balloon.c
@@ -41,7 +41,6 @@
#include <linux/pagemap.h>
#include <linux/highmem.h>
#include
2011 Jul 23
1
[PATCH] xen/pciback: remove duplicated #include
Remove duplicated #include('s) in
drivers/xen/xen-pciback/xenbus.c
Signed-off-by: Huang Weiyi <weiyi.huang at gmail.com>
---
drivers/xen/xen-pciback/xenbus.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index 206c4ce..978d2c6 100644
--- a/drivers/xen/xen-pciback/xenbus.c
+++
2011 Jul 23
1
[PATCH] xen/pciback: remove duplicated #include
Remove duplicated #include('s) in
drivers/xen/xen-pciback/xenbus.c
Signed-off-by: Huang Weiyi <weiyi.huang at gmail.com>
---
drivers/xen/xen-pciback/xenbus.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/xen/xen-pciback/xenbus.c b/drivers/xen/xen-pciback/xenbus.c
index 206c4ce..978d2c6 100644
--- a/drivers/xen/xen-pciback/xenbus.c
+++
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>
2017 Sep 18
2
[PATCH] vhost: remove unneeded linux/miscdevice.h include
drivers/vhost/vhost.c does not use any miscdevice, so this patch
remove this unnecessary inclusion.
Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com>
---
drivers/vhost/vhost.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
index 33ac2b186b85..33ab839696f9 100644
--- a/drivers/vhost/vhost.c
+++ b/drivers/vhost/vhost.c
@@ -16,7
2017 Sep 18
2
[PATCH] vhost: remove unneeded linux/miscdevice.h include
drivers/vhost/vhost.c does not use any miscdevice, so this patch
remove this unnecessary inclusion.
Signed-off-by: Corentin Labbe <clabbe.montjoie at gmail.com>
---
drivers/vhost/vhost.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/drivers/vhost/vhost.c b/drivers/vhost/vhost.c
index 33ac2b186b85..33ab839696f9 100644
--- a/drivers/vhost/vhost.c
+++ b/drivers/vhost/vhost.c
@@ -16,7
2004 Jul 19
0
Cant compile Zaptel at all
I have been trying to compile Zaptel 1.0-RC1 that I just downloaded via tarball on my debian 3.0 system running a 2.4.26 kernel. I have all the headers, libraries and sources installed for the kernel along with the latest versions of GCC. I dont know what else to do to trouble shoot this so I have included the entire output below.
Thanks a lot!
-James Freire
linux1:/usr/src/zaptel-1.0-RC1#
2005 May 02
0
[PATCH] update evtchn for SMP
# This is a BitKeeper generated diff -Nru style patch.
#
# ChangeSet
# 2005/05/01 17:01:17-07:00 kmacy@curly.lab.netapp.com
# add SMP support to evtchn
# Signed-off-by: Kip Macy <kmacy@netapp.com>
#
# freebsd-5.3-xen-sparse/i386-xen/include/xen_intr.h
# 2005/05/01 17:01:15-07:00 kmacy@curly.lab.netapp.com +3 -0
# add SMP interfaces
#
#
2008 Mar 07
0
Processed (with 4 errors): Re: Bug#469811: xen-hypervisor-3.0.3-1-i386-pae: kernel BUG at drivers/xen/core/evtchn.c:481
Processing commands for control at bugs.debian.org:
> reassign 469811 linux-2.6
Bug#469811: xen-hypervisor-3.0.3-1-i386-pae: kernel BUG at drivers/xen/core/evtchn.c:481
Bug reassigned from package `xen-hypervisor-3.0.3-1-i386-pae' to `linux-2.6'.
> forcemerge 410807 469811
Bug#410807: linux-2.6/etch xen support - kernel BUG at drivers/xen/core/evtchn.c:481
Bug#469811:
2004 Apr 22
1
Question of Asterisk timer to get Conference work
Hello,
Can someone help me. I got zaptel.0.9.1.tar.gz from ftp.asterisk.org,
And then I uncomment the line with MODULES # ztdummy,
run make clean, make, make install
But errors happens as follows:
----------------------------------------------------------
make:
zaptel.c:5937: storage size of `zt_fops' isn't known
/usr/include/linux/proc_fs.h:193: warning: `create_proc_read_entry'
2006 Mar 10
12
[PATCH] Add SCHEDOP_block_on
This patch adds a facility to block on a particular event channel, for
when a domain needs to block, but cannot enable interrupts. A domain
uses the call something like this:
while (1) {
clear_evtchn_pending(evtchn);
if (check_for_data(evtchn))
break;
HYPERVISOR_block_on(evtchn);
}
The clear of the pending is needed to ensure that any subsequent calls
to block_on() don''t
2007 Feb 02
1
Problems w/ xen-utils-3.0-unstable-1 + linux-image-2.6.18-4-xen-686?
Anyone else seeing problems with this combo?
I'm running:
linux-image-2.6.18-4-xen-686 2.6.18.dfsg.1-9
linux-modules-2.6.18-4-xen-686 2.6.18.dfsg.1-9
xen-hypervisor-3.0-unstable-1-i386-pae 3.0-unstable+hg11561-1
xen-utils-3.0-unstable-1 3.0-unstable+hg11561-1
xen-utils-common 3.0.3-0-2
When I try to fire up xend, it bombs.. doing some
2010 Jun 21
2
Problems starting xend in xen 4.0 and 2.6.32.15
This issue has been posted before, but no clear solution, i am sending
again.
2.6.32 pvops dom0 booted with xen 4.0. However the xend can not start.
I believe that is something related to the *evtchn*.
I compile the CONFIG_XEN_DEV_EVTCHN=y in kernel, so i donot need to load it.
When the dom0 booted, I can see there is a entry for evtchn in /dev/xen
along with gntdev.
But when xend starts, the
2010 Jun 21
2
Problems starting xend in xen 4.0 and 2.6.32.15
This issue has been posted before, but no clear solution, i am sending
again.
2.6.32 pvops dom0 booted with xen 4.0. However the xend can not start.
I believe that is something related to the *evtchn*.
I compile the CONFIG_XEN_DEV_EVTCHN=y in kernel, so i donot need to load it.
When the dom0 booted, I can see there is a entry for evtchn in /dev/xen
along with gntdev.
But when xend starts, the