Signed-off-by: Marc-André Lureau <marcandre.lur...@gmail.com> --- hw/misc/ivshmem.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index b8167d9..2e9320b 100644 --- a/hw/misc/ivshmem.c +++ b/hw/misc/ivshmem.c @@ -889,6 +889,7 @@ static void ivshmem_class_init(ObjectClass *klass, void *data) 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 = { -- 2.4.3