Re: [Qemu-devel] [PATCH v2 1/3] vhost-user: update the protocol.

2015-02-14 Thread Linhaifeng
On 2015/2/15 5:03, Michael S. Tsirkin wrote: > On Fri, Feb 13, 2015 at 09:45:37PM +0800, linhaifeng wrote: >> @@ -35,7 +39,7 @@ consists of 3 header fields and a payload: >> >> * Request: 32-bit type of the request >> * Flags: 32-bit bit field: >> - - Lower 2 bits are the version (current

Re: [Qemu-devel] [PATCH v2 1/3] vhost-user: update the protocol.

2015-02-14 Thread Michael S. Tsirkin
On Fri, Feb 13, 2015 at 09:45:37PM +0800, linhaifeng wrote: > @@ -35,7 +39,7 @@ consists of 3 header fields and a payload: > > * Request: 32-bit type of the request > * Flags: 32-bit bit field: > - - Lower 2 bits are the version (currently 0x01) > + - Lower 2 bits are the version (current

[Qemu-devel] [PATCH v2 1/3] vhost-user: update the protocol.

2015-02-13 Thread linhaifeng
From: Linhaifeng Every messages need reply. This path just update the vhost-user.txt to version 0x6. Signed-off-by: Linhaifeng --- docs/specs/vhost-user.txt | 17 +++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/specs/vhost-user.txt b/docs/specs/vhost-user.