mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 20:44:16 +00:00 
			
		
		
		
	 c0e427d6eb
			
		
	
	
		c0e427d6eb
		
	
	
	
	
		
			
			Add acpi_pcihp to ich9_pm as part of 'acpi-pci-hotplug-with-bridge-support' option. Set default to false. Signed-off-by: Julia Suvorova <jusual@redhat.com> Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Message-Id: <20210713004205.775386-3-jusual@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
		
			
				
	
	
		
			16 lines
		
	
	
		
			361 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			361 B
		
	
	
	
		
			C
		
	
	
	
	
	
| 
 | |
| #ifndef HW_I386_ACPI_BUILD_H
 | |
| #define HW_I386_ACPI_BUILD_H
 | |
| #include "hw/acpi/acpi-defs.h"
 | |
| 
 | |
| extern const struct AcpiGenericAddress x86_nvdimm_acpi_dsmio;
 | |
| 
 | |
| /* PCI Hot-plug registers bases. See docs/spec/acpi_pci_hotplug.txt */
 | |
| #define ACPI_PCIHP_SEJ_BASE 0x8
 | |
| #define ACPI_PCIHP_BNMR_BASE 0x10
 | |
| 
 | |
| void acpi_setup(void);
 | |
| Object *acpi_get_i386_pci_host(void);
 | |
| 
 | |
| #endif
 |