mbox series

[0/4] pcie: cleanup code and add trace point

Message ID 20230207120922.325203-1-vsementsov@yandex-team.ru (mailing list archive)
Headers show
Series pcie: cleanup code and add trace point | expand

Message

Vladimir Sementsov-Ogievskiy Feb. 7, 2023, 12:09 p.m. UTC
Hi all!

Here is tiny code cleanup + on trace point to track power indicator
changes (which may help to analyze
"Hot-unplug failed: guest is busy (power indicator blinking)" error
message).

Vladimir Sementsov-Ogievskiy (4):
  pcie: pcie_cap_slot_write_config(): use correct macro
  pcie_regs: drop duplicated indicator value macros
  pcie: drop unused PCIExpressIndicator
  pcie: add trace-point for power indicator transitions

 include/hw/pci/pcie.h      |  8 --------
 include/hw/pci/pcie_regs.h | 14 --------------
 hw/pci/pcie.c              | 33 +++++++++++++++++++++++++++------
 hw/pci/trace-events        |  3 +++
 4 files changed, 30 insertions(+), 28 deletions(-)

Comments

Vladimir Sementsov-Ogievskiy Feb. 7, 2023, 12:11 p.m. UTC | #1
Please ignore this accidental resend, I'm sorry for the noise.

On 07.02.23 15:09, Vladimir Sementsov-Ogievskiy wrote:
> Hi all!
> 
> Here is tiny code cleanup + on trace point to track power indicator
> changes (which may help to analyze
> "Hot-unplug failed: guest is busy (power indicator blinking)" error
> message).
> 
> Vladimir Sementsov-Ogievskiy (4):
>    pcie: pcie_cap_slot_write_config(): use correct macro
>    pcie_regs: drop duplicated indicator value macros
>    pcie: drop unused PCIExpressIndicator
>    pcie: add trace-point for power indicator transitions
> 
>   include/hw/pci/pcie.h      |  8 --------
>   include/hw/pci/pcie_regs.h | 14 --------------
>   hw/pci/pcie.c              | 33 +++++++++++++++++++++++++++------
>   hw/pci/trace-events        |  3 +++
>   4 files changed, 30 insertions(+), 28 deletions(-)
>