qemu-e2k/include/hw/vfio
Markus Armbruster c3b8e3e0ed vfio: Clean up error reporting after previous commit
The previous commit changed vfio's warning messages from

    vfio warning: DEV-NAME: Could not frobnicate

to

    warning: vfio DEV-NAME: Could not frobnicate

To match this change, change error messages from

    vfio error: DEV-NAME: On fire

to

    vfio DEV-NAME: On fire

Note the loss of "error".  If we think marking error messages that way
is a good idea, we should mark *all* error messages, i.e. make
error_report() print it.

Cc: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Acked-by: Alex Williamson <alex.williamson@redhat.com>
Message-Id: <20181017082702.5581-7-armbru@redhat.com>
2018-10-19 14:51:34 +02:00
..
vfio-amd-xgbe.h
vfio-calxeda-xgmac.h
vfio-common.h vfio: Clean up error reporting after previous commit 2018-10-19 14:51:34 +02:00
vfio-platform.h vfio/platform: Make the vfio-platform device non-abstract 2018-10-15 10:52:09 -06:00
vfio.h