[PATCH v9 0/1] pci hotplug tracking

Vladimir Sementsov-Ogievskiy posted 1 patch 1 month, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240301154146.761531-1-vsementsov@yandex-team.ru
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
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 1 month, 3 weeks 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.