> From: Paolo Bonzini [mailto:pbonz...@redhat.com] > Subject: Re: [PATCH 0/3] os-posix: improve the error message printing > > Il 26/09/2014 10:14, arei.gong...@huawei.com ha scritto: > > From: Gonglei <arei.gong...@huawei.com> > > > > The patches mainly improve the error message printing. > > And adjust coding style of os-posix.c. > > > > Daemonize the QEMU process after initialization, QEMU will not detach from > > standard IO until it is ready to receive connections on any of its devices. > > So, using fprintf print error. > > > > Cc: Eric Blake <ebl...@redhat.com> > > > > Gonglei (3): > > os-posix: change tab to space avoid violating coding style > > os-posix: remove confused errno > > os-posix: report error message when lock file failed > > > > os-posix.c | 83 > ++++++++++++++++++++++++++++++++++---------------------------- > > 1 file changed, 45 insertions(+), 38 deletions(-) > > > > Reviewed-by: Paolo Bonzini <pbonz...@redhat.com> >
Thanks! :) Best regards, -Gonglei > Michael, are you going to pick these up? > > Paolo