qemu-devel
[Top][All Lists]
Advanced

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

[Bug 1947933] [NEW] xHCI Port Status Change Event at port powered


From: Benjamin David Lunt
Subject: [Bug 1947933] [NEW] xHCI Port Status Change Event at port powered
Date: Thu, 21 Oct 2021 02:02:26 -0000

Public bug reported:

Per section 4.19.3 of the xHCI version 1.0 specification, when the Port
Power bit transitions from 0 to 1, if there is a connection on that
port, a Port Status Change Event should be issued.

Currently, when the port is powered, this event is not being issued.

I don't know the QEMU code base well enough to submit a patch, but I
believe that when the port is powered, check to see if there is a
connection (hence, setting the CCS and CSC bits), and then a call to:

xhci_port_notify(port, PORTSC_PLC);

will suffice.

Thank you,
Ben

** Affects: qemu
     Importance: Undecided
         Status: New

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

Title:
  xHCI Port Status Change Event at port powered

Status in QEMU:
  New

Bug description:
  Per section 4.19.3 of the xHCI version 1.0 specification, when the
  Port Power bit transitions from 0 to 1, if there is a connection on
  that port, a Port Status Change Event should be issued.

  Currently, when the port is powered, this event is not being issued.

  I don't know the QEMU code base well enough to submit a patch, but I
  believe that when the port is powered, check to see if there is a
  connection (hence, setting the CCS and CSC bits), and then a call to:

  xhci_port_notify(port, PORTSC_PLC);

  will suffice.

  Thank you,
  Ben

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




reply via email to

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