From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42691) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMGZG-0004Cj-Vx for qemu-devel@nongnu.org; Fri, 13 Feb 2015 08:46:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMGZD-0000iB-PI for qemu-devel@nongnu.org; Fri, 13 Feb 2015 08:46:02 -0500 Received: from szxga02-in.huawei.com ([119.145.14.65]:13206) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMGZC-0000hM-TV for qemu-devel@nongnu.org; Fri, 13 Feb 2015 08:45:59 -0500 From: linhaifeng Date: Fri, 13 Feb 2015 21:45:36 +0800 Message-ID: <1423835139-9648-1-git-send-email-haifeng.lin@huawei.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH v2 0/3] vhost-user: support safe protocol List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mst@redhat.com From: Linhaifeng Mostly the same as ioctl master need the return value to decided going on or not.So we add these patches for more safe communication. change log: v1->v2: modify the annotate about slave's version. Linhaifeng (3): vhost-user: update the protocol. vhost-user:update the version to 0x6 vhost-user:add reply for other messages docs/specs/vhost-user.txt | 17 +++++++++++-- hw/virtio/vhost-user.c | 64 ++++++++++++++++++++++++++++++++++++++--------- 2 files changed, 67 insertions(+), 14 deletions(-) -- 1.7.12.4