Re: [Qemu-devel] [PATCH v5 36/48] ivshmem: add check on protocol version in QEMU

2015-10-05 Thread Claudio Fontana
On 02.10.2015 21:09, marcandre.lur...@redhat.com wrote: > From: David Marchand > > Send a protocol version as the first message from server, clients must > close communication if they don't support this protocol version. Older > QEMUs should be fine with this change in the protocol since they >

[Qemu-devel] [PATCH v5 36/48] ivshmem: add check on protocol version in QEMU

2015-10-02 Thread marcandre . lureau
From: David Marchand Send a protocol version as the first message from server, clients must close communication if they don't support this protocol version. Older QEMUs should be fine with this change in the protocol since they overrides their own vm_id on reception of an id associated to no eve