diff options
author | Christian Borntraeger <borntraeger@de.ibm.com> | 2014-10-30 09:27:34 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2014-12-15 12:21:01 +0100 |
commit | c7fe4b12984a36b87438080e48aff5e8f6d48ac9 (patch) | |
tree | 7559264f8be1fbac5a2e4089b955ef07e7d1ee7e /.travis.yml | |
parent | bdfc8480c50a53d91aa9a513d23a84de0d5fbc86 (diff) |
valgrind/i386: avoid false positives on KVM_SET_MSRS ioctl
struct kvm_msrs contains padding bytes. Let's use a designated
initializer on the info part to avoid false positives from
valgrind/memcheck. Do the same for generic MSRS, the TSC and
feature control.
We also need to zero out the reserved fields in the entries.
We do this in kvm_msr_entry_set as suggested by Paolo. This
avoids a big memset that a designated initializer on the
full structure would do.
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '.travis.yml')
0 files changed, 0 insertions, 0 deletions