qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug 1856724] Re: SB.PCI0.SMB0 device drivers unavailable


From: John Snow
Subject: [Bug 1856724] Re: SB.PCI0.SMB0 device drivers unavailable
Date: Thu, 30 Jan 2020 19:16:11 -0000

Hi, although this isn't my area of expertise, the bug caught my eye.
Peter Maydell points out that there is a commit that addresses this
issue:
https://github.com/qemu/qemu/commit/aefcaf9d1b3ebb30981627bd08f595211a648a62

It just never made its way back here to launchpad.

** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1856724

Title:
  SB.PCI0.SMB0 device drivers unavailable

Status in QEMU:
  Fix Committed

Bug description:
  QEMU 4.2 introduces new device with this code:

  static void build_smb0(Aml *table, I2CBus *smbus, int devnr, int func)
  {
      Aml *scope = aml_scope("_SB.PCI0");
      Aml *dev = aml_device("SMB0");

      aml_append(dev, aml_name_decl("_HID", aml_eisaid("APP0005")));
      aml_append(dev, aml_name_decl("_ADR", aml_int(devnr << 16 | func)));
      build_acpi_ipmi_devices(dev, BUS(smbus), "\\_SB.PCI0.SMB0");
      aml_append(scope, dev);
      aml_append(table, scope);
  }

  It is detected by Windows 10 as 'Unknown Device' and there is no driver 
available.
  Please provide a working Windows driver or give ability to disable this 
device.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1856724/+subscriptions



reply via email to

[Prev in Thread] Current Thread [Next in Thread]