diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2019-12-16 01:21:33 +0100 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2020-01-05 07:03:03 -0500 |
commit | 4ce537a7165a33a09f47587299f39f6fe647cde8 (patch) | |
tree | 0e6dea146078be011b0a373b4cccfe6050a0b256 /include/hw/pci/pci_host.h | |
parent | 351da8323a3152a21dd0c8de2f583464ff406d26 (diff) |
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 'include/hw/pci/pci_host.h')
0 files changed, 0 insertions, 0 deletions