Re: [Qemu-devel] [PATCH] monitor: fix build breakage with --disable-vnc

2011-08-02 Thread Fabien Chouteau
On 29/07/2011 16:36, Anthony Liguori wrote: > On 07/25/2011 03:29 AM, TeLeMan wrote: >> The breakage was introduced by the commit >> 13661089810d3e59931f3e80d7cb541b99af7071 >> >> Signed-off-by: TeLeMan > > Applied. Thanks. > I think this patch should be applied in stable-0.15. Regards, --

Re: [Qemu-devel] [PATCH] monitor: fix build breakage with --disable-vnc

2011-07-29 Thread Anthony Liguori
On 07/25/2011 03:29 AM, TeLeMan wrote: The breakage was introduced by the commit 13661089810d3e59931f3e80d7cb541b99af7071 Signed-off-by: TeLeMan Applied. Thanks. Regards, Anthony Liguori --- monitor.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/monitor.c

[Qemu-devel] [PATCH] monitor: fix build breakage with --disable-vnc

2011-07-25 Thread TeLeMan
The breakage was introduced by the commit 13661089810d3e59931f3e80d7cb541b99af7071 Signed-off-by: TeLeMan --- monitor.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/monitor.c b/monitor.c index 92cdd05..52ae5f2 100644 --- a/monitor.c +++ b/monitor.c @@ -1200,10 +1200