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

2015-05-10 Thread Paolo Bonzini
On 09/05/2015 08:51, Thomas Huth wrote: On Fri, 8 May 2015 14:48:56 +0200 Paolo Bonzini pbonz...@redhat.com wrote: From: Thomas Huth th...@redhat.com valgrind complains here about uninitialized bytes with the following message: ==17814== Syscall param ioctl(generic) points to

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

2015-05-09 Thread Thomas Huth
On Fri, 8 May 2015 14:48:56 +0200 Paolo Bonzini pbonz...@redhat.com wrote: From: Thomas Huth th...@redhat.com valgrind complains here about uninitialized bytes with the following message: ==17814== Syscall param ioctl(generic) points to uninitialised byte(s) ==17814==at 0x466A780:

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

2015-05-08 Thread Paolo Bonzini
From: Thomas Huth th...@redhat.com 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