Re: [Qemu-devel] [PATCH v6 1/4] guest agent: command state class

2011-07-08 Thread Michael Roth
On 07/08/2011 09:25 AM, Luiz Capitulino wrote: On Tue, 5 Jul 2011 08:21:37 -0500 Michael Roth wrote: Signed-off-by: Michael Roth --- Makefile|4 ++- configure |1 + qga/guest-agent-command-state.c | 73 ++

Re: [Qemu-devel] [PATCH v6 1/4] guest agent: command state class

2011-07-08 Thread Luiz Capitulino
On Tue, 5 Jul 2011 08:21:37 -0500 Michael Roth wrote: > > Signed-off-by: Michael Roth > --- > Makefile|4 ++- > configure |1 + > qga/guest-agent-command-state.c | 73 > +++ > qga/guest-agent-core.h

[Qemu-devel] [PATCH v6 1/4] guest agent: command state class

2011-07-05 Thread Michael Roth
Signed-off-by: Michael Roth --- Makefile|4 ++- configure |1 + qga/guest-agent-command-state.c | 73 +++ qga/guest-agent-core.h | 25 + 4 files changed, 102 insertions(+), 1 deleti