hw/machine: added machine_usb wrapper
Following QOM convention, object properties should not be accessed directly. Signed-off-by: Marcel Apfelbaum <marcel@redhat.com> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
		
							parent
							
								
									c760dbb9dc
								
							
						
					
					
						commit
						759bf45d81
					
				@ -398,6 +398,11 @@ static void machine_finalize(Object *obj)
 | 
			
		||||
    g_free(ms->firmware);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
bool machine_usb(MachineState *machine)
 | 
			
		||||
{
 | 
			
		||||
    return machine->usb;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static const TypeInfo machine_info = {
 | 
			
		||||
    .name = TYPE_MACHINE,
 | 
			
		||||
    .parent = TYPE_OBJECT,
 | 
			
		||||
 | 
			
		||||
@ -65,6 +65,8 @@ int qemu_register_machine(QEMUMachine *m);
 | 
			
		||||
MachineClass *find_default_machine(void);
 | 
			
		||||
extern MachineState *current_machine;
 | 
			
		||||
 | 
			
		||||
bool machine_usb(MachineState *machine);
 | 
			
		||||
 | 
			
		||||
/**
 | 
			
		||||
 * MachineClass:
 | 
			
		||||
 * @qemu_machine: #QEMUMachine
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user