commit | 022cffe31360750b405d368e343f3ca5febc0d0a | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Tue Jun 23 17:09:59 2015 +0200 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Sat Oct 24 18:03:16 2015 +0200 |
tree | 7daea3d2b9296c673c57334a6b6a2bc1ac3a5d5a | |
parent | 95204aa951ceb28eb6d4ce43bce09a58cbad83d8 [diff] |
ivshmem-server: use a uint16 for client ID In practice, the number of VM is limited to MAXUINT16 in ivshmem, so use the same limit on the server (removes a theorical infinite loop) Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>