Re: [libvirt] [PATCH 14/20] qemumonitortestutils: Add the ability to check arguments of commands

2013-08-01 Thread John Ferlan
On 07/30/2013 09:05 AM, Peter Krempa wrote: <...snip...> > +/* this allows to add a responder that is able to check > + * a (shallow) structure of arguments for a command */ > +int > +qemuMonitorTestAddItemParams(qemuMonitorTestPtr test, > + const char *cmdname, > +

Re: [libvirt] [PATCH 14/20] qemumonitortestutils: Add the ability to check arguments of commands

2013-07-30 Thread Eric Blake
On 07/30/2013 07:05 AM, Peter Krempa wrote: > This patch adds helpers that allow to check for argument values in > commands sent to the monitor. > --- > tests/qemumonitortestutils.c | 174 > --- > tests/qemumonitortestutils.h | 5 ++ > 2 files changed, 17

[libvirt] [PATCH 14/20] qemumonitortestutils: Add the ability to check arguments of commands

2013-07-30 Thread Peter Krempa
This patch adds helpers that allow to check for argument values in commands sent to the monitor. --- tests/qemumonitortestutils.c | 174 --- tests/qemumonitortestutils.h | 5 ++ 2 files changed, 170 insertions(+), 9 deletions(-) diff --git a/tests/qemumon