qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PULL 1/9] kvm: Silence warning from valgrind


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PULL 1/9] kvm: Silence warning from valgrind
Date: Sun, 10 May 2015 16:05:47 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0


On 09/05/2015 08:51, Thomas Huth wrote:
> On Fri,  8 May 2015 14:48:56 +0200
> Paolo Bonzini <address@hidden> wrote:
> 
>> From: Thomas Huth <address@hidden>
>>
>> valgrind complains here about uninitialized bytes with the following message:
>>
>> ==17814== Syscall param ioctl(generic) points to uninitialised byte(s)
>> ==17814==    at 0x466A780: ioctl (in /usr/lib64/power8/libc-2.17.so)
>> ==17814==    by 0x100735B7: kvm_vm_ioctl (kvm-all.c:1920)
>> ==17814==    by 0x10074583: kvm_set_ioeventfd_mmio (kvm-all.c:574)
>>
>> Let's fix it by using a proper struct initializer in 
>> kvm_set_ioeventfd_mmio().
>>
>> Signed-off-by: Thomas Huth <address@hidden>
>> Message-Id: <address@hidden>
>> Signed-off-by: Paolo Bonzini <address@hidden>
> 
>  Hi Paolo,
> 
> I think this patch already got included through the trivial tree,
> didn't it?

Ah, I had missed that.  Duplicate commits don't hurt anyway.

Paolo



reply via email to

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