search for: xenbu

Displaying 9 results from an estimated 9 matches for "xenbu".

Did you mean: xenbus
2011 Jun 21
13
VM disk I/O limit patch
...val(jiffies, &cur_time); + if ((log_stats == 2) && (cur_time.tv_sec % 10 ==1 )) + printk(KERN_DEBUG " operation=%s sects=%d\n", + operation2str(req->operation),preq.nr_sects); + return 0; fail_flush: @@ -695,6 +773,8 @@ static int __init blkif_init(void) blkif_xenbus_init(); + DPRINTK("blkif_inited\n"); + return 0; out_of_memory: diff -urNp blkback/cdrom.c blkback-qos/cdrom.c --- blkback/cdrom.c 2010-05-20 18:07:00.000000000 +0800 +++ blkback-qos/cdrom.c 2011-06-22 07:34:50.000000000 +0800 @@ -35,9 +35,9 @@ #include "common.h" #...
2011 Jun 21
13
VM disk I/O limit patch
...val(jiffies, &cur_time); + if ((log_stats == 2) && (cur_time.tv_sec % 10 ==1 )) + printk(KERN_DEBUG " operation=%s sects=%d\n", + operation2str(req->operation),preq.nr_sects); + return 0; fail_flush: @@ -695,6 +773,8 @@ static int __init blkif_init(void) blkif_xenbus_init(); + DPRINTK("blkif_inited\n"); + return 0; out_of_memory: diff -urNp blkback/cdrom.c blkback-qos/cdrom.c --- blkback/cdrom.c 2010-05-20 18:07:00.000000000 +0800 +++ blkback-qos/cdrom.c 2011-06-22 07:34:50.000000000 +0800 @@ -35,9 +35,9 @@ #include "common.h" #...
2009 Apr 30
3
[PATCH] xen block: remove driver_data direct access of struct device
....com> Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de> --- drivers/block/xen-blkfront.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c @@ -755,12 +755,12 @@ static int blkfront_probe(struct xenbus_ /* Front end dir is a number, which is used as the id. */ info->handle = simple_strtoul(strrchr(dev->nodename, '/')+1, NULL, 0); - dev->dev.driver_data = info; + dev_det_drvdata(&dev->dev, info); err = talk_to_backend(dev, info); if (err) { kfree(info); - d...
2009 Apr 30
3
[PATCH] xen block: remove driver_data direct access of struct device
....com> Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de> --- drivers/block/xen-blkfront.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c @@ -755,12 +755,12 @@ static int blkfront_probe(struct xenbus_ /* Front end dir is a number, which is used as the id. */ info->handle = simple_strtoul(strrchr(dev->nodename, '/')+1, NULL, 0); - dev->dev.driver_data = info; + dev_det_drvdata(&dev->dev, info); err = talk_to_backend(dev, info); if (err) { kfree(info); - d...
2009 Apr 30
3
[PATCH] xen block: remove driver_data direct access of struct device
....com> Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de> --- drivers/block/xen-blkfront.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/drivers/block/xen-blkfront.c +++ b/drivers/block/xen-blkfront.c @@ -755,12 +755,12 @@ static int blkfront_probe(struct xenbus_ /* Front end dir is a number, which is used as the id. */ info->handle = simple_strtoul(strrchr(dev->nodename, '/')+1, NULL, 0); - dev->dev.driver_data = info; + dev_det_drvdata(&dev->dev, info); err = talk_to_backend(dev, info); if (err) { kfree(info); - d...
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....
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
2007 Apr 29
33
[patch 00/32] xen: Xen implementation for paravirt_ops
...+ 2.6.21-070428-1 + the patches I've posted over the last couple of days. Changes since the last posting: - update per review comments - comment each file - comment barrier use - use common cpu sibling setup - fixed a few minor bugs, specifically a traceirq mismatch warning - some xenbus cleanups as a result of my review; more coming - split xen-core into more pieces These patches are now moderately well tested, with several successful runs through XenSource's regression test suite, and some amount of non-me testing. While I wouldn't go into production with a xen/paravi...
2007 Apr 29
33
[patch 00/32] xen: Xen implementation for paravirt_ops
...+ 2.6.21-070428-1 + the patches I've posted over the last couple of days. Changes since the last posting: - update per review comments - comment each file - comment barrier use - use common cpu sibling setup - fixed a few minor bugs, specifically a traceirq mismatch warning - some xenbus cleanups as a result of my review; more coming - split xen-core into more pieces These patches are now moderately well tested, with several successful runs through XenSource's regression test suite, and some amount of non-me testing. While I wouldn't go into production with a xen/paravi...