qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/8] iommu: Fix compile error in ioapic.c


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH 1/8] iommu: Fix compile error in ioapic.c
Date: Mon, 13 May 2013 14:14:25 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130311 Thunderbird/17.0.4

Il 13/05/2013 12:54, David Gibson ha scritto:
> The iommu tree introduced a build bug into hw/i386/kvm/ioapic.c.  Looks
> like a messed up copy and paste.
> 
> Signed-off-by: David Gibson <address@hidden>
> ---
>  hw/i386/kvm/ioapic.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/i386/kvm/ioapic.c b/hw/i386/kvm/ioapic.c
> index e3c29da..fe24d26 100644
> --- a/hw/i386/kvm/ioapic.c
> +++ b/hw/i386/kvm/ioapic.c
> @@ -108,7 +108,7 @@ static void kvm_ioapic_put(IOAPICCommonState *s)
>          abort();
>      }
>  
> -    memory_region_unref(mrs.mr);
> +    memory_region_unref(&s->io_memory);
>  }
>  
>  static void kvm_ioapic_reset(DeviceState *dev)
> 

Squashed, thanks.

Paolo



reply via email to

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