diff options
| author | Eric Auger | 2014-12-22 17:54:51 +0100 |
|---|---|---|
| committer | Alex Williamson | 2014-12-22 17:54:51 +0100 |
| commit | e2c7d025ada047a3f0225f89ff36626d1bd46e47 (patch) | |
| tree | 16e5cb84064562a7148ab4219055245ddb4bc456 /trace-events | |
| parent | hw/vfio/pci: use name field in format strings (diff) | |
| download | qemu-e2c7d025ada047a3f0225f89ff36626d1bd46e47.tar.gz qemu-e2c7d025ada047a3f0225f89ff36626d1bd46e47.tar.xz qemu-e2c7d025ada047a3f0225f89ff36626d1bd46e47.zip | |
hw/vfio: create common module
A new common module is created. It implements all functions
that have no device specificity (PCI, Platform).
This patch only consists in move (no functional changes)
Signed-off-by: Kim Phillips <kim.phillips@linaro.org>
Signed-off-by: Eric Auger <eric.auger@linaro.org>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'trace-events')
| -rw-r--r-- | trace-events | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/trace-events b/trace-events index 0e7aa53407..8acbcce0f0 100644 --- a/trace-events +++ b/trace-events @@ -1416,6 +1416,7 @@ vfio_pci_reset(const char *name) " (%s)" vfio_pci_reset_flr(const char *name) "%s FLR/VFIO_DEVICE_RESET" vfio_pci_reset_pm(const char *name) "%s PCI PM Reset" +# hw/vfio/vfio-common.c vfio_region_write(const char *name, int index, uint64_t addr, uint64_t data, unsigned size) " (%s:region%d+0x%"PRIx64", 0x%"PRIx64 ", %d)" vfio_region_read(char *name, int index, uint64_t addr, unsigned size, uint64_t data) " (%s:region%d+0x%"PRIx64", %d) = 0x%"PRIx64 vfio_iommu_map_notify(uint64_t iova_start, uint64_t iova_end) "iommu map @ %"PRIx64" - %"PRIx64 |
