tests: acpi: update expected blob DSDT.ipmismbus
commitf4e2fb67bc40b06bf7544536c03e5e234ab5320b
authorIgor Mammedov <imammedo@redhat.com>
Wed, 8 Jun 2022 13:53:16 +0000 (8 09:53 -0400)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 9 Jun 2022 23:32:48 +0000 (9 19:32 -0400)
tree86971f09a8b80e86c17b22726dfaba502b140466
parentac70b4a3f158152f8a60aa882eb8d98b2f041729
tests: acpi: update expected blob DSDT.ipmismbus

basic q35 DSDT with an extra device node:

  Device (MI1)
    {
        Name (_HID, EisaId ("IPI0001"))  // _HID: Hardware ID
        Name (_STR, "ipmi_smbus")  // _STR: Description String
        Name (_UID, One)  // _UID: Unique ID
        Name (_CRS, ResourceTemplate ()  // _CRS: Current Resource Settings
        {
      I2cSerialBusV2 (0x0000, ControllerInitiated, 0x000186A0,
          AddressingMode7Bit, "\\_SB.PCI0.SMB0",
          0x00, ResourceProducer, , Exclusive,
          )
        })
        Name (_IFT, 0x04)  // _IFT: IPMI Interface Type
        Name (_SRV, 0x0200)  // _SRV: IPMI Spec Revision
    }

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20220608135340.3304695-12-imammedo@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
tests/data/acpi/q35/DSDT.ipmismbus
tests/qtest/bios-tables-test-allowed-diff.h