]> Git Repo - qemu.git/commit
valgrind/i386: avoid false positives on KVM_SET_VCPU_EVENTS ioctl
authorChristian Borntraeger <[email protected]>
Thu, 30 Oct 2014 08:33:43 +0000 (09:33 +0100)
committerPaolo Bonzini <[email protected]>
Mon, 15 Dec 2014 11:21:01 +0000 (12:21 +0100)
commit076796f8fd27f4d014fe2efb6372f1cdc1df9a41
tree117d8ba651ab2045a7a643f29fb8a0485cbc9479
parentd19ae73e987ecc13a89c0830b501341103d06982
valgrind/i386: avoid false positives on KVM_SET_VCPU_EVENTS ioctl

struct kvm_vcpu_events contains reserved fields. Let's use a
designated initializer to avoid false positives in valgrind.

Signed-off-by: Christian Borntraeger <[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target-i386/kvm.c
This page took 0.024744 seconds and 4 git commands to generate.