mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
ipmi: Fix SSIF ACPI handling to use the right CRS
Pass in the CRS so that it can be set to the SMBus for IPMI later. Cc: Michael S. Tsirkin <mst@redhat.com> Cc: Igor Mammedov <imammedo@redhat.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>
This commit is contained in:
parent
ef48a8ce41
commit
576d05b67f
4 changed files with 10 additions and 9 deletions
|
@ -16,6 +16,6 @@
|
|||
* bus matches the given bus. The resource is the ACPI resource that
|
||||
* contains the IPMI device, this is required for the I2C CRS.
|
||||
*/
|
||||
void build_acpi_ipmi_devices(Aml *table, BusState *bus);
|
||||
void build_acpi_ipmi_devices(Aml *table, BusState *bus, const char *resource);
|
||||
|
||||
#endif /* HW_ACPI_IPMI_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue