Re: [Qemu-devel] [PATCH v2 2/4] 9pfs: drop pdu_push_and_notify()

2017-04-27 Thread Stefano Stabellini
On Thu, 27 Apr 2017, Greg Kurz wrote: > Only pdu_complete() needs to notify the client that a request has completed. > > Signed-off-by: Greg Kurz > --- > hw/9pfs/9p.c |7 +-- > 1 file changed, 1 insertion(+), 6 deletions(-) > > diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c > index c80ba67389

[Qemu-devel] [PATCH v2 2/4] 9pfs: drop pdu_push_and_notify()

2017-04-27 Thread Greg Kurz
Only pdu_complete() needs to notify the client that a request has completed. Signed-off-by: Greg Kurz --- hw/9pfs/9p.c |7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/hw/9pfs/9p.c b/hw/9pfs/9p.c index c80ba67389ce..01deffa0c3b5 100644 --- a/hw/9pfs/9p.c +++ b/hw/9pfs