mirror of
https://github.com/qemu/qemu.git
synced 2024-11-28 14:24:02 +08:00
ivshmem: add device description
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
This commit is contained in:
parent
945001a1af
commit
d383537d01
@ -925,6 +925,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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user