]> git.proxmox.com Git - mirror_qemu.git/commit - hw/misc/ivshmem.c
ivshmem: check shm isn't already initialized
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 23 Jun 2015 10:55:41 +0000 (12:55 +0200)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Sat, 24 Oct 2015 16:02:49 +0000 (18:02 +0200)
commit945001a1af36eafd093b6b1582f5282932cd3d87
tree2141a00cef0f4d8f0afc7a4888210aeb929b8ab2
parent86d471bfa4262fa983c0214ace7336843e2181a2
ivshmem: check shm isn't already initialized

The server should not change the shm, and this isn't handled by qemu and
we should should verify this in qemu.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
hw/misc/ivshmem.c