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
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
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
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:
>>>&