diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2015-06-23 13:01:40 +0200 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2015-10-24 18:02:49 +0200 |
commit | d383537d01c1f23d783955963e234d11fce8ec02 (patch) | |
tree | 4215e68b562a1993233811db70219daf47a69033 /hw | |
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>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/misc/ivshmem.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/misc/ivshmem.c b/hw/misc/ivshmem.c index 9023f95711..7be3d5e52f 100644 --- a/hw/misc/ivshmem.c +++ b/hw/misc/ivshmem.c @@ -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 = { |