Re: [PATCH v2 1/2] xen/balloon: Notify a host about a guest memory size limit

2013-04-30 Thread Daniel Kiper
On Mon, Apr 29, 2013 at 03:35:11PM +0100, Ian Campbell wrote: > On Mon, 2013-04-29 at 12:37 +0100, Daniel Kiper wrote: > > Notify a host about a guest memory size limit. > > > > Idea of this patch was discussed with Ian Campbell and Ian Jackson. > > > > Signed-off-by: Daniel Kiper > > --- > > dri

Re: [PATCH v2 1/2] xen/balloon: Notify a host about a guest memory size limit

2013-04-29 Thread Ian Campbell
On Mon, 2013-04-29 at 12:37 +0100, Daniel Kiper wrote: > Notify a host about a guest memory size limit. > > Idea of this patch was discussed with Ian Campbell and Ian Jackson. > > Signed-off-by: Daniel Kiper > --- > drivers/xen/balloon.c | 25 + > 1 file changed, 25 in

[PATCH v2 1/2] xen/balloon: Notify a host about a guest memory size limit

2013-04-29 Thread Daniel Kiper
Notify a host about a guest memory size limit. Idea of this patch was discussed with Ian Campbell and Ian Jackson. Signed-off-by: Daniel Kiper --- drivers/xen/balloon.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/xen/balloon.c b/drivers/xen/balloon.c