Re: [libvirt] [PATCH 18/20] Make handling of monitor prompts more general.

2009-08-27 Thread Daniel P. Berrange
On Thu, Aug 20, 2009 at 08:18:16PM +0200, Miloslav Trma?? wrote: > Support arbitrary callbacks for "secondary prompts". Reimplement > qemudMonitorCommandExtra using such a callback. > --- > src/qemu_driver.c | 84 +--- > 1 files changed, 72 insert

[libvirt] [PATCH 18/20] Make handling of monitor prompts more general.

2009-08-20 Thread Miloslav Trmač
Support arbitrary callbacks for "secondary prompts". Reimplement qemudMonitorCommandExtra using such a callback. --- src/qemu_driver.c | 84 +--- 1 files changed, 72 insertions(+), 12 deletions(-) diff --git a/src/qemu_driver.c b/src/qemu_driver.

[libvirt] [PATCH 18/20] Make handling of monitor prompts more general.

2009-08-16 Thread Miloslav Trmač
Support arbitrary callbacks for "secondary prompts". Reimplement qemudMonitorCommandExtra using such a callback. --- src/qemu_driver.c | 84 +--- 1 files changed, 72 insertions(+), 12 deletions(-) diff --git a/src/qemu_driver.c b/src/qemu_driver.

[libvirt] [PATCH 18/20] Make handling of monitor prompts more general.

2009-08-04 Thread Miloslav Trmač
Support arbitrary callbacks for "secondary prompts". Reimplement qemudMonitorCommandExtra using such a callback. --- src/qemu_driver.c | 84 +--- 1 files changed, 72 insertions(+), 12 deletions(-) diff --git a/src/qemu_driver.c b/src/qemu_driver.