Re: [PATCH] trace-events,pci: unify trace events format

2022-01-05 Thread Michael S. Tsirkin
On Wed, Dec 15, 2021 at 11:57:58AM +0100, Laurent Vivier wrote: > On 07/11/2021 09:38, Michael S. Tsirkin wrote: > > On Fri, Nov 05, 2021 at 08:25:41PM +0100, Laurent Vivier wrote: > > > Unify format used by trace_pci_update_mappings_del(), > > > trace_pci_update_mappings_add(), trace_pci_cfg_write

Re: [PATCH] trace-events,pci: unify trace events format

2022-01-05 Thread Laurent Vivier
On 15/12/2021 11:57, Laurent Vivier wrote: On 07/11/2021 09:38, Michael S. Tsirkin wrote: On Fri, Nov 05, 2021 at 08:25:41PM +0100, Laurent Vivier wrote: Unify format used by trace_pci_update_mappings_del(), trace_pci_update_mappings_add(), trace_pci_cfg_write() and trace_pci_cfg_read() to prin

Re: [PATCH] trace-events,pci: unify trace events format

2021-12-15 Thread Laurent Vivier
On 07/11/2021 09:38, Michael S. Tsirkin wrote: On Fri, Nov 05, 2021 at 08:25:41PM +0100, Laurent Vivier wrote: Unify format used by trace_pci_update_mappings_del(), trace_pci_update_mappings_add(), trace_pci_cfg_write() and trace_pci_cfg_read() to print the device name and bus number, slot numbe

Re: [PATCH] trace-events,pci: unify trace events format

2021-11-07 Thread Michael S. Tsirkin
On Fri, Nov 05, 2021 at 08:25:41PM +0100, Laurent Vivier wrote: > Unify format used by trace_pci_update_mappings_del(), > trace_pci_update_mappings_add(), trace_pci_cfg_write() and > trace_pci_cfg_read() to print the device name and bus number, > slot number and function number. > > For instance:

Re: [PATCH] trace-events,pci: unify trace events format

2021-11-05 Thread wangyanan (Y)
On 2021/11/6 3:25, Laurent Vivier wrote: Unify format used by trace_pci_update_mappings_del(), trace_pci_update_mappings_add(), trace_pci_cfg_write() and trace_pci_cfg_read() to print the device name and bus number, slot number and function number. For instance: pci_cfg_read virtio-net-pci

Re: [PATCH] trace-events,pci: unify trace events format

2021-11-05 Thread Philippe Mathieu-Daudé
On 11/5/21 20:25, Laurent Vivier wrote: > Unify format used by trace_pci_update_mappings_del(), > trace_pci_update_mappings_add(), trace_pci_cfg_write() and > trace_pci_cfg_read() to print the device name and bus number, > slot number and function number. > > For instance: > > pci_cfg_read virt

[PATCH] trace-events,pci: unify trace events format

2021-11-05 Thread Laurent Vivier
Unify format used by trace_pci_update_mappings_del(), trace_pci_update_mappings_add(), trace_pci_cfg_write() and trace_pci_cfg_read() to print the device name and bus number, slot number and function number. For instance: pci_cfg_read virtio-net-pci 00:0 @0x20 -> 0xc00c pci_cfg_write virt