]> Git Repo - qemu.git/commit
vfio/pci: Use local error object in vfio_initfn
authorEric Auger <[email protected]>
Mon, 17 Oct 2016 16:57:56 +0000 (10:57 -0600)
committerAlex Williamson <[email protected]>
Mon, 17 Oct 2016 16:57:56 +0000 (10:57 -0600)
commit426ec9049e29397af95f8c28e020590bd1fe57dd
tree4558316ca3668168184dbc01f9552382f2446053
parent0975b8b823a888d474fa33821dfe84e6904db197
vfio/pci: Use local error object in vfio_initfn

To prepare for migration to realize, let's use a local error
object in vfio_initfn. Also let's use the same error prefix for all
error messages.

On top of the 1-1 conversion, we start using a common error prefix for
all error messages. We also introduce a similar warning prefix which will
be used later on.

Signed-off-by: Eric Auger <[email protected]>
Reviewed-by: Markus Armbruster <[email protected]>
Signed-off-by: Alex Williamson <[email protected]>
hw/vfio/pci.c
include/hw/vfio/vfio-common.h
This page took 0.026172 seconds and 4 git commands to generate.