projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945001a
)
ivshmem: add device description
author
Marc-André Lureau
<marcandre.lureau@redhat.com>
Tue, 23 Jun 2015 11:01:40 +0000
(13:01 +0200)
committer
Marc-André Lureau
<marcandre.lureau@redhat.com>
Sat, 24 Oct 2015 16:02:49 +0000
(18:02 +0200)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Claudio Fontana <claudio.fontana@huawei.com>
hw/misc/ivshmem.c
patch
|
blob
|
history
diff --git
a/hw/misc/ivshmem.c
b/hw/misc/ivshmem.c
index 9023f95711466a4bb00ebffac32fb4cf3d71f196..7be3d5e52f8d66693b52b9525f7fb0a57cd8c931 100644
(file)
--- 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 = {