Re: [libvirt] [PATCH RFC 2/4] qemu_agent: ignore requests echoed back by guest

2017-03-03 Thread Joao Martins
On 03/02/2017 06:16 PM, Daniel P. Berrange wrote: > On Thu, Mar 02, 2017 at 11:10:10AM -0700, Jim Fehlig wrote: >> On 02/08/2017 09:44 AM, Joao Martins wrote: >>> Signed-off-by: Joao Martins >> >> Since it wasn't needed before, I think it is helpful for the commit

Re: [libvirt] [PATCH RFC 2/4] qemu_agent: ignore requests echoed back by guest

2017-03-03 Thread Joao Martins
On 03/02/2017 06:10 PM, Jim Fehlig wrote: > On 02/08/2017 09:44 AM, Joao Martins wrote: >> Signed-off-by: Joao Martins > > Since it wasn't needed before, I think it is helpful for the commit message > to > describe why the change is needed now. True, my apologies.

Re: [libvirt] [PATCH RFC 2/4] qemu_agent: ignore requests echoed back by guest

2017-03-02 Thread Daniel P. Berrange
On Thu, Mar 02, 2017 at 11:10:10AM -0700, Jim Fehlig wrote: > On 02/08/2017 09:44 AM, Joao Martins wrote: > > Signed-off-by: Joao Martins > > Since it wasn't needed before, I think it is helpful for the commit message > to describe why the change is needed now. I'm

Re: [libvirt] [PATCH RFC 2/4] qemu_agent: ignore requests echoed back by guest

2017-03-02 Thread Jim Fehlig
On 02/08/2017 09:44 AM, Joao Martins wrote: Signed-off-by: Joao Martins Since it wasn't needed before, I think it is helpful for the commit message to describe why the change is needed now. --- src/util/virqemuagent.c | 3 ++- 1 file changed, 2 insertions(+), 1

[libvirt] [PATCH RFC 2/4] qemu_agent: ignore requests echoed back by guest

2017-02-08 Thread Joao Martins
Signed-off-by: Joao Martins --- src/util/virqemuagent.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/virqemuagent.c b/src/util/virqemuagent.c index caabae0..ffb3489 100644 --- a/src/util/virqemuagent.c +++ b/src/util/virqemuagent.c @@