Re: Virtio ballooning support for Lguest

2010-01-12 Thread Rusty Russell
On Sat, 9 Jan 2010 05:05:06 am Gaurav Kukreja wrote: Hi, I am doing working on enabling Transcendent Memory(OLS '09) support on lguest. For the same, I need ballooning support for lguest. Is there an implmentation of Virtio Balloon driver, that I can use for my purpose? Here's a patch I

Re: [PATCH 03/31] hvc_console: make the ops pointer const.

2010-01-12 Thread Rusty Russell
On Tue, 12 Jan 2010 12:51:46 pm Benjamin Herrenschmidt wrote: On Tue, 2009-12-22 at 20:04 +0530, Amit Shah wrote: From: Rusty Russell ru...@rustcorp.com.au This is nicer for modern R/O protection. And noone needs it non-const, so constify the callers as well. Rusty, do you want me to

Re: [PATCH 18/31] virtio: console: Buffer data that comes from the host

2010-01-12 Thread Amit Shah
On (Mon) Jan 04 2010 [15:17:17], Amit Shah wrote: On (Mon) Jan 04 2010 [19:45:30], Rusty Russell wrote: On Wed, 23 Dec 2009 01:04:28 am Amit Shah wrote: The console could be flooded with data from the host; handle this situation by buffering the data. Is this still true? If we only