Re: [Qemu-devel] [PATCH v2 0/2] trivial fix of qemu-sockets.c

2012-08-03 Thread Stefan Hajnoczi
On Fri, Aug 3, 2012 at 4:06 AM, Amos Kong wrote: > Those patches fix trivial issues which were found > in the second review. > > Amos Kong (2): > remove unused include of error.h > socket: clean up redundant assignment > > qemu-sockets.c |1 - > qemu_socket.h |1 - > 2 files changed,

[Qemu-devel] [PATCH v2 0/2] trivial fix of qemu-sockets.c

2012-08-02 Thread Amos Kong
Those patches fix trivial issues which were found in the second review. Amos Kong (2): remove unused include of error.h socket: clean up redundant assignment qemu-sockets.c |1 - qemu_socket.h |1 - 2 files changed, 0 insertions(+), 2 deletions(-) Changes from v1: - drop wrong patc