mbox series

[v9,0/1] pci hotplug tracking

Message ID 20240301154146.761531-1-vsementsov@yandex-team.ru
Headers show
Series pci hotplug tracking | expand

Message

Vladimir Sementsov-Ogievskiy March 1, 2024, 3:41 p.m. UTC
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(+)

Comments

Philippe Mathieu-Daudé March 11, 2024, 8:02 p.m. UTC | #1
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.