acpi/generic_event_device.c: enable use_hest_addr for QEMU 10.x
Now that we have everything in place, enable using HEST GPA instead of etc/hardware_errors GPA. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Message-ID: <ad77b64aa1f09141efe942539445908631423975.1758610789.git.mchehab+huawei@kernel.org> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
ddd8f3baa2
commit
ecd06271dc
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ static const Property acpi_ged_properties[] = {
|
||||||
DEFINE_PROP_LINK("bus", AcpiGedState, pcihp_state.root,
|
DEFINE_PROP_LINK("bus", AcpiGedState, pcihp_state.root,
|
||||||
TYPE_PCI_BUS, PCIBus *),
|
TYPE_PCI_BUS, PCIBus *),
|
||||||
DEFINE_PROP_BOOL("x-has-hest-addr", AcpiGedState,
|
DEFINE_PROP_BOOL("x-has-hest-addr", AcpiGedState,
|
||||||
ghes_state.use_hest_addr, false),
|
ghes_state.use_hest_addr, true),
|
||||||
};
|
};
|
||||||
|
|
||||||
static const VMStateDescription vmstate_memhp_state = {
|
static const VMStateDescription vmstate_memhp_state = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue