Re: [libvirt] [PATCH 18/20] qemuagenttest: Introduce testing of shutdown commands

2013-08-01 Thread Peter Krempa
On 08/01/13 13:39, John Ferlan wrote: On 07/30/2013 09:05 AM, Peter Krempa wrote: This patch exports a few utility functions and adds testing of shutdown commands of the guest agent. --- <...snip...> + +static int +qemuAgentShutdownTestMonitorHandler(qemuMonitorTestPtr test, +

Re: [libvirt] [PATCH 18/20] qemuagenttest: Introduce testing of shutdown commands

2013-08-01 Thread John Ferlan
On 07/30/2013 09:05 AM, Peter Krempa wrote: > This patch exports a few utility functions and adds testing of shutdown > commands of the guest agent. > --- <...snip...> > + > +static int > +qemuAgentShutdownTestMonitorHandler(qemuMonitorTestPtr test, > +qemuMonit

Re: [libvirt] [PATCH 18/20] qemuagenttest: Introduce testing of shutdown commands

2013-07-30 Thread Eric Blake
On 07/30/2013 07:05 AM, Peter Krempa wrote: > This patch exports a few utility functions and adds testing of shutdown > commands of the guest agent. > --- > tests/qemuagenttest.c| 119 > +++ > tests/qemumonitortestutils.c | 21 > tests/qem

[libvirt] [PATCH 18/20] qemuagenttest: Introduce testing of shutdown commands

2013-07-30 Thread Peter Krempa
This patch exports a few utility functions and adds testing of shutdown commands of the guest agent. --- tests/qemuagenttest.c| 119 +++ tests/qemumonitortestutils.c | 21 tests/qemumonitortestutils.h | 28 -- 3 files changed, 153