From ebe15582cafeb944a1c6e99aa526e81a1551c567 Mon Sep 17 00:00:00 2001 From: Corey Minyard Date: Thu, 12 May 2016 20:43:45 -0500 Subject: pc: Add an SMB0 ACPI device to q35 This is so I2C devices can be found in the ACPI namespace. Currently that's only IPMI, but devices can be easily added now. Adding the devices required some PCI information, and the bus itself to be added to the PCMachineState structure. Note that this only works on Q35, the ACPI for PIIX4 is not capable of handling an SMBus device. Cc: Michael S. Tsirkin Cc: Igor Mammedov Signed-off-by: Corey Minyard Reviewed-by: Paolo Bonzini --- tests/data/acpi/q35/DSDT | Bin 7841 -> 7879 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'tests/data/acpi/q35/DSDT') diff --git a/tests/data/acpi/q35/DSDT b/tests/data/acpi/q35/DSDT index f9f36d1645..77ea60ffed 100644 Binary files a/tests/data/acpi/q35/DSDT and b/tests/data/acpi/q35/DSDT differ -- cgit v1.2.3