mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 aa16508f1d
			
		
	
	
		aa16508f1d
		
	
	
	
	
		
			
			This patch builds error_block_address and read_ack_register fields in hardware errors table , the error_block_address points to Generic Error Status Block(GESB) via bios_linker. The max size for one GESB is 1kb, For more detailed information, please refer to document: docs/specs/acpi_hest_ghes.rst Now we only support one Error source, if necessary, we can extend to support more. Suggested-by: Laszlo Ersek <lersek@redhat.com> Signed-off-by: Xiang Zheng <zhengxiang9@huawei.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Dongjiu Geng <gengdongjiu@huawei.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-id: 20200512030609.19593-5-gengdongjiu@huawei.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
		
			
				
	
	
		
			45 lines
		
	
	
		
			591 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			591 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| config ACPI
 | |
|     bool
 | |
| 
 | |
| config ACPI_X86
 | |
|     bool
 | |
|     select ACPI
 | |
|     select ACPI_NVDIMM
 | |
|     select ACPI_CPU_HOTPLUG
 | |
|     select ACPI_MEMORY_HOTPLUG
 | |
|     select ACPI_HMAT
 | |
| 
 | |
| config ACPI_X86_ICH
 | |
|     bool
 | |
|     select ACPI_X86
 | |
| 
 | |
| config ACPI_CPU_HOTPLUG
 | |
|     bool
 | |
| 
 | |
| config ACPI_MEMORY_HOTPLUG
 | |
|     bool
 | |
|     select MEM_DEVICE
 | |
| 
 | |
| config ACPI_NVDIMM
 | |
|     bool
 | |
|     depends on ACPI
 | |
| 
 | |
| config ACPI_HMAT
 | |
|     bool
 | |
|     depends on ACPI
 | |
| 
 | |
| config ACPI_APEI
 | |
|     bool
 | |
|     depends on ACPI
 | |
| 
 | |
| config ACPI_PCI
 | |
|     bool
 | |
|     depends on ACPI && PCI
 | |
| 
 | |
| config ACPI_VMGENID
 | |
|     bool
 | |
|     default y
 | |
|     depends on PC
 | |
| 
 | |
| config ACPI_HW_REDUCED
 |