Re: [libvirt] [PATCH 11/17] tests: Add support for passing driver to qemu monitor

2013-08-20 Thread Daniel P. Berrange
On Thu, Aug 01, 2013 at 09:28:20PM +0200, Jiri Denemark wrote: > The driver is then passed to monitor event handlers. > --- > tests/qemuhotplugtest.c | 2 +- > tests/qemumonitortestutils.c | 5 +++-- > tests/qemumonitortestutils.h | 6 -- > 3 files changed, 8 insertions(+), 5 deletions(-)

[libvirt] [PATCH 11/17] tests: Add support for passing driver to qemu monitor

2013-08-01 Thread Jiri Denemark
The driver is then passed to monitor event handlers. --- tests/qemuhotplugtest.c | 2 +- tests/qemumonitortestutils.c | 5 +++-- tests/qemumonitortestutils.h | 6 -- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/tests/qemuhotplugtest.c b/tests/qemuhotplugtest.c index 088a