Re: [PATCH 4/4] pcie: add trace-point for power indicator transitions

2023-03-01 Thread Michael S. Tsirkin
On Tue, Feb 07, 2023 at 01:39:03PM +0300, Vladimir Sementsov-Ogievskiy wrote: > Thanks for reviewing! > > On 05.02.23 13:56, Philippe Mathieu-Daudé wrote: > > On 4/2/23 18:47, Vladimir Sementsov-Ogievskiy wrote: > > > Signed-off-by: Vladimir Sementsov-Ogievskiy > > > --- > > >   hw/pci/pcie.c

[PATCH 4/4] pcie: add trace-point for power indicator transitions

2023-02-07 Thread Vladimir Sementsov-Ogievskiy
Signed-off-by: Vladimir Sementsov-Ogievskiy --- hw/pci/pcie.c | 20 hw/pci/trace-events | 3 +++ 2 files changed, 23 insertions(+) diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index ccdb2377e1..1a19368994 100644 --- a/hw/pci/pcie.c +++ b/hw/pci/pcie.c @@ -28,6 +28,7 @@

Re: [PATCH 4/4] pcie: add trace-point for power indicator transitions

2023-02-07 Thread Vladimir Sementsov-Ogievskiy
Thanks for reviewing! On 05.02.23 13:56, Philippe Mathieu-Daudé wrote: On 4/2/23 18:47, Vladimir Sementsov-Ogievskiy wrote: Signed-off-by: Vladimir Sementsov-Ogievskiy ---   hw/pci/pcie.c   | 20   hw/pci/trace-events |  3 +++   2 files changed, 23 insertions(+) +sta

Re: [PATCH 4/4] pcie: add trace-point for power indicator transitions

2023-02-05 Thread Philippe Mathieu-Daudé
On 4/2/23 18:47, Vladimir Sementsov-Ogievskiy wrote: Signed-off-by: Vladimir Sementsov-Ogievskiy --- hw/pci/pcie.c | 20 hw/pci/trace-events | 3 +++ 2 files changed, 23 insertions(+) +static const char *pcie_sltctl_pic_str(uint16_t sltctl) +{ +switch (sltc

[PATCH 4/4] pcie: add trace-point for power indicator transitions

2023-02-04 Thread Vladimir Sementsov-Ogievskiy
Signed-off-by: Vladimir Sementsov-Ogievskiy --- hw/pci/pcie.c | 20 hw/pci/trace-events | 3 +++ 2 files changed, 23 insertions(+) diff --git a/hw/pci/pcie.c b/hw/pci/pcie.c index ccdb2377e1..1a19368994 100644 --- a/hw/pci/pcie.c +++ b/hw/pci/pcie.c @@ -28,6 +28,7 @@