[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] How to turn off persistent grant in xen



Hi
I want to disable persistent grant in xen. I tried to use xenbus to disable it. What I did is modifying this line in drivers/block/xenblkback/xenbus.c:

791 err = xenbus_printf(xbt, dev->nodename, "feature-persistent", "%u", 1);


and put this

791 err = xenbus_printf(xbt, dev->nodename, "feature-persistent", "%u", 0);

but the problem is my domain crash.

I think it is not the only thing to do in order to disable persistent grant.
Please can you help me.

Thank you

HANNAS

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.