 39de99843e
			
		
	
	
		39de99843e
		
	
	
	
	
		
			
			get_current_ram_size() is used only in virtio-balloon.c This patch moves it into virtio-balloon and make it static, to allow some balloon-specific tuning. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Signed-off-by: Denis V. Lunev <den@openvz.org> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			149 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "qemu/osdep.h"
 | |
| #include "qom/object.h"
 | |
| #include "hw/mem/pc-dimm.h"
 | |
| 
 | |
| int qmp_pc_dimm_device_list(Object *obj, void *opaque)
 | |
| {
 | |
|    return 0;
 | |
| }
 |