Re: [Qemu-devel] [FOR 0.12][PATCH] monitor: Accept input only byte-wise

2010-04-16 Thread Daniel P. Berrange
On Fri, Dec 04, 2009 at 02:05:29PM +0100, Jan Kiszka wrote: > This allows to suspend command interpretation and execution > synchronously, e.g. during migration. > > Signed-off-by: Jan Kiszka > --- > > monitor.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/mon

[Qemu-devel] [FOR 0.12][PATCH] monitor: Accept input only byte-wise

2009-12-04 Thread Jan Kiszka
This allows to suspend command interpretation and execution synchronously, e.g. during migration. Signed-off-by: Jan Kiszka --- monitor.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/monitor.c b/monitor.c index 3286ba2..a3be1c8 100644 --- a/monitor.c +++ b/monitor.c