From: Michael S. Tsirkin Date: Tue, 14 Aug 2012 16:20:28 +0000 (+0300) Subject: KVM: x86: drop parameter validation in ioapic/pic X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~15^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28a6fdabb3ea775d3d707afd9d2728b3ced2c34d;p=pandora-kernel.git KVM: x86: drop parameter validation in ioapic/pic We validate irq pin number when routing is setup, so code handling illegal irq # in pic and ioapic on each injection is never called. Drop it, replace with BUG_ON to catch out of bounds access bugs. Signed-off-by: Michael S. Tsirkin Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed