Re: [PATCH v25 08/10] ACPI: Record Generic Error Status Block(GESB) table

2020-05-06 Thread Michael S. Tsirkin
On Fri, Apr 10, 2020 at 07:46:37PM +0800, Dongjiu Geng wrote: > kvm_arch_on_sigbus_vcpu() error injection uses source_id as > index in etc/hardware_errors to find out Error Status Data > Block entry corresponding to error source. So supported source_id > values should be assigned here and not be ch

Re: [PATCH v25 08/10] ACPI: Record Generic Error Status Block(GESB) table

2020-05-06 Thread gengdongjiu
On 2020/5/5 18:44, Igor Mammedov wrote: >> Signed-off-by: Dongjiu Geng >> Signed-off-by: Xiang Zheng > Reviewed-by: Igor Mammedov > > Also we should ratelimit error messages that could be triggered at runtime > from acpi_ghes_record_errors() and functions it's calling. > It could be a patch

Re: [PATCH v25 08/10] ACPI: Record Generic Error Status Block(GESB) table

2020-05-05 Thread Igor Mammedov
On Fri, 10 Apr 2020 19:46:37 +0800 Dongjiu Geng wrote: > kvm_arch_on_sigbus_vcpu() error injection uses source_id as > index in etc/hardware_errors to find out Error Status Data > Block entry corresponding to error source. So supported source_id > values should be assigned here and not be changed

[PATCH v25 08/10] ACPI: Record Generic Error Status Block(GESB) table

2020-04-10 Thread Dongjiu Geng
kvm_arch_on_sigbus_vcpu() error injection uses source_id as index in etc/hardware_errors to find out Error Status Data Block entry corresponding to error source. So supported source_id values should be assigned here and not be changed afterwards to make sure that guest will write error into expecte