Re: [Qemu-devel] [PATCH] vfio: Fix debug message compile error

2015-02-10 Thread Alex Williamson
On Tue, 2015-02-10 at 17:14 +1100, Alexey Kardashevskiy wrote: > This fixes a compiler error which occurs if DEBUG_VFIO is defined. > > Signed-off-by: Alexey Kardashevskiy > --- > hw/vfio/pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/vfio/pci.c b/hw/vfio/pci.

Re: [Qemu-devel] [PATCH] vfio: Fix debug message compile error

2015-02-09 Thread Eric Auger
Hi Alexey, Thanks for pointing that issue. Best Regards Eric On 02/10/2015 07:14 AM, Alexey Kardashevskiy wrote: > This fixes a compiler error which occurs if DEBUG_VFIO is defined. > > Signed-off-by: Alexey Kardashevskiy > --- > hw/vfio/pci.c | 2 +- > 1 file changed, 1 insertion(+), 1 dele

[Qemu-devel] [PATCH] vfio: Fix debug message compile error

2015-02-09 Thread Alexey Kardashevskiy
This fixes a compiler error which occurs if DEBUG_VFIO is defined. Signed-off-by: Alexey Kardashevskiy --- hw/vfio/pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/vfio/pci.c b/hw/vfio/pci.c index 29caabc..cfc087a 100644 --- a/hw/vfio/pci.c +++ b/hw/vfio/pci.c @@ -517