Re: [Qemu-devel] [PATCH] pci: add config space access traces

2013-08-20 Thread Michael S. Tsirkin
On Fri, Aug 16, 2013 at 09:10:48PM +1000, Alexey Kardashevskiy wrote: > This adds pci_cfg_read and pci_cfg_write traces for config spaces accesses. > > Signed-off-by: Alexey Kardashevskiy Looks good to me. I think it would be useful to add device and function numbers in trace. Could you incorpor

[Qemu-devel] [PATCH] pci: add config space access traces

2013-08-16 Thread Alexey Kardashevskiy
This adds pci_cfg_read and pci_cfg_write traces for config spaces accesses. Signed-off-by: Alexey Kardashevskiy --- hw/pci/pci_host.c | 9 - trace-events | 4 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/hw/pci/pci_host.c b/hw/pci/pci_host.c index 7dd9b25..f1b