qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Eric Auger
Subject: Re: [Qemu-devel] [PATCH] vfio: Fix debug message compile error
Date: Tue, 10 Feb 2015 07:45:21 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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 <address@hidden>
> ---
>  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,7 +517,7 @@ static void vfio_msi_interrupt(void *opaque)
>          abort();
>      }
>  
> -    trace_vfio_msi_interrupt(vbasedev->name, nr, msg.address, msg.data);
> +    trace_vfio_msi_interrupt(vdev->vbasedev.name, nr, msg.address, msg.data);
>  #endif
>  
>      if (vdev->interrupt == VFIO_INT_MSIX) {
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]