commit | d383537d01c1f23d783955963e234d11fce8ec02 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Tue Jun 23 13:01:40 2015 +0200 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Sat Oct 24 18:02:49 2015 +0200 |
tree | 4215e68b562a1993233811db70219daf47a69033 | |
parent | 945001a1af36eafd093b6b1582f5282932cd3d87 [diff] |
ivshmem: add device description Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index 9023f95..7be3d5e 100644 --- a/hw/misc/ivshmem.c +++ b/hw/misc/ivshmem.c
@@ -925,6 +925,7 @@ dc->props = ivshmem_properties; dc->vmsd = &ivshmem_vmsd; set_bit(DEVICE_CATEGORY_MISC, dc->categories); + dc->desc = "Inter-VM shared memory"; } static const TypeInfo ivshmem_info = {