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->props = ivshmem_properties;
 | 
				
			||||||
    dc->vmsd = &ivshmem_vmsd;
 | 
					    dc->vmsd = &ivshmem_vmsd;
 | 
				
			||||||
    set_bit(DEVICE_CATEGORY_MISC, dc->categories);
 | 
					    set_bit(DEVICE_CATEGORY_MISC, dc->categories);
 | 
				
			||||||
 | 
					    dc->desc = "Inter-VM shared memory";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
static const TypeInfo ivshmem_info = {
 | 
					static const TypeInfo ivshmem_info = {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user