Patchworks-ID: 35506 Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			334 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			334 B
		
	
	
	
		
			C
		
	
	
	
	
	
#ifndef QEMU_CONFIG_H
 | 
						|
#define QEMU_CONFIG_H
 | 
						|
 | 
						|
extern QemuOptsList qemu_drive_opts;
 | 
						|
extern QemuOptsList qemu_chardev_opts;
 | 
						|
extern QemuOptsList qemu_device_opts;
 | 
						|
extern QemuOptsList qemu_netdev_opts;
 | 
						|
extern QemuOptsList qemu_net_opts;
 | 
						|
extern QemuOptsList qemu_rtc_opts;
 | 
						|
 | 
						|
int qemu_set_option(const char *str);
 | 
						|
 | 
						|
#endif /* QEMU_CONFIG_H */
 |