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

Vladimir Sementsov-Ogievskiy posted 4 patches 1 year, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230207120922.325203-1-vsementsov@yandex-team.ru
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
There is a newer version of this series
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(-)
[PATCH 0/4] pcie: cleanup code and add trace point
Posted by Vladimir Sementsov-Ogievskiy 1 year, 2 months ago
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(-)

-- 
2.34.1
Re: [PATCH 0/4] pcie: cleanup code and add trace point DROP THIS
Posted by Vladimir Sementsov-Ogievskiy 1 year, 2 months ago
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(-)
> 

-- 
Best regards,
Vladimir