Re: [Qemu-devel] [PATCH v2] util/qemu-sockets: revert Yoda Conditions to normal

2016-08-01 Thread Paolo Bonzini
On 29/07/2016 11:20, Daniel P. Berrange wrote: > Reviewed-by: Daniel P. Berrange Queued, thanks for the patch and the review. Paolo

Re: [Qemu-devel] [PATCH v2] util/qemu-sockets: revert Yoda Conditions to normal

2016-07-29 Thread Daniel P. Berrange
On Fri, Jul 29, 2016 at 10:15:46AM +0800, Cao jin wrote: > Follow CODING_STYLE > > Cc: Daniel P. Berrange > Cc: Gerd Hoffmann > Cc: Paolo Bonzini > Cc: Eric Blake > Signed-off-by: Cao jin > --- > util/qemu-sockets.c | 12 +++- > 1 file changed, 7 insertions(+), 5 deletions(-) > > v2

[Qemu-devel] [PATCH v2] util/qemu-sockets: revert Yoda Conditions to normal

2016-07-28 Thread Cao jin
Follow CODING_STYLE Cc: Daniel P. Berrange Cc: Gerd Hoffmann Cc: Paolo Bonzini Cc: Eric Blake Signed-off-by: Cao jin --- util/qemu-sockets.c | 12 +++- 1 file changed, 7 insertions(+), 5 deletions(-) v2 changelog: 1. fix to Eric's comments. diff --git a/util/qemu-sockets.c b/util/q