From: Paolo Bonzini Date: Tue, 21 Apr 2015 12:57:05 +0000 (+0200) Subject: KVM: x86: tweak types of fields in kvm_lapic_irq X-Git-Tag: omap-for-v4.2/fixes-rc1^2~138^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7cb22317305883d50f930cd6bf2fdb37df930c1;p=pandora-kernel.git KVM: x86: tweak types of fields in kvm_lapic_irq Change to u16 if they only contain data in the low 16 bits. Change the level field to bool, since we assign 1 sometimes, but just mask icr_low with APIC_INT_ASSERT in apic_send_ipi. Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed