diff options
| author | Paolo Bonzini | 2014-11-12 12:16:58 +0100 |
|---|---|---|
| committer | Paolo Bonzini | 2014-11-13 16:13:27 +0100 |
| commit | e6a33e45c270ea024929f4afb49283d610577af3 (patch) | |
| tree | 00cbaf9a21e262b154fa52171527deaea1ae4805 /include | |
| parent | apic_common: migrate missing fields (diff) | |
| download | qemu-e6a33e45c270ea024929f4afb49283d610577af3.tar.gz qemu-e6a33e45c270ea024929f4afb49283d610577af3.tar.xz qemu-e6a33e45c270ea024929f4afb49283d610577af3.zip | |
target-i386: fix Coverity complaints about overflows
sipi_vector is an int; it is shifted by 12 and passed as a 64-bit value,
which makes Coverity think that we wanted (uint64_t)sipi_vector << 12.
But actually it must be between 0 and 255. Make this explicit.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
