[PATCH 2/2] Drivers: hv: Add Hyper-V balloon driver

KY Srinivasan kys at microsoft.com
Mon Oct 8 14:53:39 UTC 2012



> -----Original Message-----
> From: Rusty Russell [mailto:rusty at ozlabs.org]
> Sent: Monday, October 08, 2012 1:46 AM
> To: KY Srinivasan; gregkh at linuxfoundation.org; linux-kernel at vger.kernel.org;
> devel at linuxdriverproject.org; olaf at aepfle.de; apw at canonical.com;
> akpm at linux-foundation.org; andi at firstfloor.org
> Cc: KY Srinivasan
> Subject: Re: [PATCH 2/2] Drivers: hv: Add Hyper-V balloon driver
> 
> "K. Y. Srinivasan" <kys at microsoft.com> writes:
> > +static int hot_add;
> > +
> > +module_param(hot_add, int, S_IRUGO);
> > +MODULE_PARM_DESC(hot_add, "If set attempt memory hot_add");
> 
> I think this should be a 'bool', but I can't tell, since it's not used
> in this patch.

You are right; currently, I unconditionally fail the hot add request. Hopefully,
I will soon be able to support hot add once I get the needed host side
changes.

Regards,

K. Y





More information about the devel mailing list