[PATCH v9 0/1] pci hotplug tracking

Vladimir Sementsov-Ogievskiy posted 1 patch 2 months ago
hw/pci/pcie.c       | 56 +++++++++++++++++++++++++++++++++++++++++++++
hw/pci/shpc.c       | 46 +++++++++++++++++++++++++++++++++++++
hw/pci/trace-events |  6 +++++
3 files changed, 108 insertions(+)
[PATCH v9 0/1] pci hotplug tracking
Posted by Vladimir Sementsov-Ogievskiy 2 months ago
v9: I was convinced, that adding new qapi interfaces here is
questionable. So, to conclude, let's still add two convenient
trace-points, which may help to debug hotplug problems.

Vladimir Sementsov-Ogievskiy (1):
  hw: add some convenient trace-events for pcie and shpc hotplug

 hw/pci/pcie.c       | 56 +++++++++++++++++++++++++++++++++++++++++++++
 hw/pci/shpc.c       | 46 +++++++++++++++++++++++++++++++++++++
 hw/pci/trace-events |  6 +++++
 3 files changed, 108 insertions(+)

-- 
2.34.1
Re: [PATCH v9 0/1] pci hotplug tracking
Posted by Philippe Mathieu-Daudé 1 month, 2 weeks ago
On 1/3/24 16:41, Vladimir Sementsov-Ogievskiy wrote:
> v9: I was convinced, that adding new qapi interfaces here is
> questionable. So, to conclude, let's still add two convenient
> trace-points, which may help to debug hotplug problems.
> 
> Vladimir Sementsov-Ogievskiy (1):
>    hw: add some convenient trace-events for pcie and shpc hotplug

Merged as commit 61586c4172.