mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 277e9340e6
			
		
	
	
		277e9340e6
		
	
	
	
	
		
			
			This adds APIs that will be used to fill in guest acpi tables. Some required information is still lacking in QOM, so we fall back on lookups by type and returning explicit types. Reviewed-by: Gerd Hoffmann <kraxel@redhat.com> Tested-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Tested-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
		
			
				
	
	
		
			9 lines
		
	
	
		
			114 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			114 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef HW_ACPI_PIIX4_H
 | |
| #define HW_ACPI_PIIX4_H
 | |
| 
 | |
| #include "qemu/typedefs.h"
 | |
| 
 | |
| Object *piix4_pm_find(void);
 | |
| 
 | |
| #endif
 |