Re: [Qemu-devel] [PATCH for-2.6] ivshmem: fix crash with ivshmem-plain

2016-04-12 Thread Markus Armbruster
marcandre.lur...@redhat.com writes: > From: Marc-André Lureau > > "qemu -device ivshmem-plain" will crash, because it doesn't check that > 'memdev' was provided. > > Signed-off-by: Marc-André Lureau Oww! > --- > hw/misc/ivshmem.c | 19 ++- > 1 file changed, 18 insertions(+), 1

[Qemu-devel] [PATCH for-2.6] ivshmem: fix crash with ivshmem-plain

2016-04-12 Thread marcandre . lureau
From: Marc-André Lureau "qemu -device ivshmem-plain" will crash, because it doesn't check that 'memdev' was provided. Signed-off-by: Marc-André Lureau --- hw/misc/ivshmem.c | 19 ++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshm