[PULL v3 21/32] hw/pci/pci_host: Remove redundant PCI_DPRINTF()

2020-01-07 Thread Michael S. Tsirkin
From: Philippe Mathieu-Daudé 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() - pc

[PULL v3 21/32] hw/pci/pci_host: Remove redundant PCI_DPRINTF()

2020-01-05 Thread Michael S. Tsirkin
From: Philippe Mathieu-Daudé 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() - pc