Re: [PATCH for-8.2] s390x: Convert DPRINTF to trace events

2023-08-22 Thread Matthew Rosato
On 8/4/23 4:04 AM, Cédric Le Goater wrote: > Output message are slightly modified to ease selection with wildcards > and to report extra parameters. > > Signed-off-by: Cédric Le Goater > --- > hw/s390x/s390-pci-bus.c | 25 ++ > hw/s390x/s390-pci-inst.c | 48 +++

Re: [PATCH for-8.2] s390x: Convert DPRINTF to trace events

2023-08-14 Thread Thomas Huth
On 04/08/2023 10.04, Cédric Le Goater wrote: Output message are slightly modified to ease selection with wildcards and to report extra parameters. Signed-off-by: Cédric Le Goater --- ... diff --git a/hw/s390x/trace-events b/hw/s390x/trace-events index 8b9213eab90c31d1eb37816d350bf76e902ccd10

[PATCH for-8.2] s390x: Convert DPRINTF to trace events

2023-08-04 Thread Cédric Le Goater
Output message are slightly modified to ease selection with wildcards and to report extra parameters. Signed-off-by: Cédric Le Goater --- hw/s390x/s390-pci-bus.c | 25 ++ hw/s390x/s390-pci-inst.c | 48 ++- target/s390x/kvm/kvm.c|