summary refs log tree commit diff stats
path: root/hw/virtio/vhost-user.c
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@redhat.com>2019-12-16 01:21:33 +0100
committerMichael S. Tsirkin <mst@redhat.com>2020-01-05 07:03:03 -0500
commit4ce537a7165a33a09f47587299f39f6fe647cde8 (patch)
tree0e6dea146078be011b0a373b4cccfe6050a0b256 /hw/virtio/vhost-user.c
parent351da8323a3152a21dd0c8de2f583464ff406d26 (diff)
downloadfocaccia-qemu-4ce537a7165a33a09f47587299f39f6fe647cde8.tar.gz
focaccia-qemu-4ce537a7165a33a09f47587299f39f6fe647cde8.zip
hw/pci/pci_host: Remove redundant PCI_DPRINTF()
In commit 3bf4dfdd111 we introduced the pci_cfg_[read/write]
trace events in pci_host_config_[read/write]_common().
We have the following call trace:

  pci_host_data_[read/write]()
    - PCI_DPRINTF()
    - pci_data_[read/write]()
        - PCI_DPRINTF()
        - pci_host_config_[read/write]_common()
            trace_pci_cfg_[read/write]()

Since the PCI_DPRINTF() calls are redundant with the trace
events, remove them.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20191216002134.18279-2-philmd@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/virtio/vhost-user.c')
0 files changed, 0 insertions, 0 deletions