]> git.proxmox.com Git - qemu.git/commit
vfio-pci: Add extra debugging
authorAlex Williamson <alex.williamson@redhat.com>
Mon, 1 Apr 2013 19:34:56 +0000 (13:34 -0600)
committerAlex Williamson <alex.williamson@redhat.com>
Mon, 1 Apr 2013 19:34:56 +0000 (13:34 -0600)
commit82ca891283a08cddd659b534592fe00f2159bc74
treebc2d055068e47fd1588166210390e755692fbdee
parent7076eabcbf38d514ecd47c8190d3d162573ceacc
vfio-pci: Add extra debugging

Often when debugging it's useful to be able to disable bypass paths
so no interactions with the device are missed.  Add some extra debug
options to do this.  Also add device info on read/write BAR accesses,
which is useful when debugging more than one assigned device.  A
couple DPRINTFs also had redundant "vfio:" prefixes.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
hw/vfio_pci.c