qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Deorder <1856724@bugs.launchpad.net>
To: qemu-devel@nongnu.org
Subject: [Bug 1856724] Re: SB.PCI0.SMB0 device drivers unavailable
Date: Sun, 29 Dec 2019 11:10:59 -0000	[thread overview]
Message-ID: <157761785944.14807.12791936901539046562.malone@wampee.canonical.com> (raw)
In-Reply-To: 157659673737.27526.16943710669363851261.malonedeb@chaenomeles.canonical.com

I noticed this as well. Apparently it was introduced in the following
commit:

https://github.com/qemu/qemu/commit/ebe15582cafeb944a1c6e99aa526e81a1551c567

Saying:

---
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 <mst@redhat.com>
Cc: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
---

-- 
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:
  New

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


  parent reply	other threads:[~2019-12-29 11:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-17 15:32 [Bug 1856724] [NEW] SB.PCI0.SMB0 device drivers unavailable Rafal Kupiec
2019-12-21 16:10 ` [Bug 1856724] " Anastasios Vacharakis
2019-12-29 11:10 ` Deorder [this message]
2020-01-28 20:57 ` Rafal Kupiec
2020-01-29 21:11 ` Eric Corriveau
2020-01-30 19:16 ` John Snow
2020-04-30 13:40 ` Laurent Vivier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=157761785944.14807.12791936901539046562.malone@wampee.canonical.com \
    --to=1856724@bugs.launchpad.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).