Re: [Qemu-devel] A question about this commit 9894dc0cdcc397ee5b26370bc53da6d360a363c2

2016-08-25 Thread Gaohaifeng (A)
On Tue, Aug 23, 2016 at 08:57:44AM +, Gaohaifeng (A) wrote: > Hi Daniel & Paolo, > > > > Commit 9894dc0c "char: convert from GIOChannel to QIOChannel", about > > > > the below code segment: > > > > -static gboolean tcp_chr_read(G

[Qemu-devel] A question about this commit 9894dc0cdcc397ee5b26370bc53da6d360a363c2

2016-08-23 Thread Gaohaifeng (A)
Hi Daniel & Paolo, Commit 9894dc0c "char: convert from GIOChannel to QIOChannel", about the below code segment: -static gboolean tcp_chr_read(GIOChannel *chan, GIOCondition cond, void *opaque) +static gboolean tcp_chr_read(QIOChannel *chan, GIOCondition cond, void *opaque) { CharDriverState

[Qemu-devel] [PATCH] vhost user:support vhost user nic for non msi guests

2015-02-28 Thread gaohaifeng
From: Haifeng Gao Currently, vhost user nic doesn't support non msi guests(like pxe stage) by default. Vhost user nic can't fall back to qemu like normal vhost net nic does. So we should enable it for non msi guests. Signed-off-by: Haifeng Gao --- net/vhost-user.c | 16 +++- 1 fi

Re: [Qemu-devel] [Question] about vhost user Interface

2015-02-27 Thread gaohaifeng
On 2015/2/26 20:01, Michael S. Tsirkin wrote: > On Thu, Feb 26, 2015 at 01:55:54PM +0200, Nikolay Nikolaev wrote: >> On Thu, Feb 26, 2015 at 11:36 AM, Michael S. Tsirkin wrote: >>> >>> On Thu, Feb 26, 2015 at 09:30:40AM +, Gaohaifeng (A) wrote: >>>&