Re: [Qemu-devel] [PATCH] 9pfs: changed to use event_notifier instead of qemu_pipe

2014-11-06 Thread SeokYeon Hwang
> -Original Message- > From: Michael S. Tsirkin [mailto:m...@redhat.com] > Sent: Thursday, November 06, 2014 6:17 PM > To: SeokYeon Hwang > Cc: qemu-devel@nongnu.org; aneesh.ku...@linux.vnet.ibm.com; > pbonz...@redhat.com; Peter Maydell > Subject: Re: [PATCH] 9pfs: changed to use event_noti

Re: [Qemu-devel] [PATCH] 9pfs: changed to use event_notifier instead of qemu_pipe

2014-11-06 Thread Michael S. Tsirkin
On Thu, Nov 06, 2014 at 10:38:34AM +0900, SeokYeon Hwang wrote: > Please review this patch. > > Thanks. Thanks for the patch! Sorry, this patch missed the devel freeze. Please resubmit after 2.2 is out. > > -Original Message- > > From: SeokYeon Hwang [mailto:syeon.hw...@samsung.com] > >

Re: [Qemu-devel] [PATCH] 9pfs: changed to use event_notifier instead of qemu_pipe

2014-11-05 Thread SeokYeon Hwang
Please review this patch. Thanks. > -Original Message- > From: SeokYeon Hwang [mailto:syeon.hw...@samsung.com] > Sent: Friday, October 31, 2014 5:04 PM > To: qemu-devel@nongnu.org > Cc: aneesh.ku...@linux.vnet.ibm.com; SeokYeon Hwang > Subject: [PATCH] 9pfs: changed to use event_notifier

[Qemu-devel] [PATCH] 9pfs: changed to use event_notifier instead of qemu_pipe

2014-10-31 Thread SeokYeon Hwang
Changed to use event_notifier instead of qemu_pipe. It is necessary for porting 9pfs to Windows and MacOS. Signed-off-by: SeokYeon Hwang --- hw/9pfs/virtio-9p-coth.c | 29 +++-- hw/9pfs/virtio-9p-coth.h | 4 ++-- 2 files changed, 9 insertions(+), 24 deletions(-) diff --