commit | 0de70dc7bab1cd58d02e86ed27e291843983b13b | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Wed Sep 23 13:04:43 2015 -0600 |
committer | Alex Williamson <alex.williamson@redhat.com> | Wed Sep 23 13:04:43 2015 -0600 |
tree | b21277f2829f30e2fe588e9ec6907396541b7732 | |
parent | 870cb6f104e5d3364288d894746dd88fe9ac59cb [diff] |
vfio/pci: Rename MSI/X functions for easier tracing This allows vfio_msi* tracing. The MSI/X interrupt tracing is also pulled out of #ifdef DEBUG_VFIO to avoid a recompile for tracing this path. A few cycles to read the message is hardly anything if we're already in QEMU. Signed-off-by: Alex Williamson <alex.williamson@redhat.com>