From: Avi Kivity Date: Tue, 27 Nov 2007 17:30:56 +0000 (+0200) Subject: KVM: x86 emulator: unify four switch statements into two X-Git-Tag: v2.6.25-rc1~1138^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=018a98db74d4cc8967cfc570197b14bcbdddb579;p=pandora-kernel.git KVM: x86 emulator: unify four switch statements into two Unify the special instruction switch with the regular instruction switch, and the two byte special instruction switch with the regular two byte instruction switch. That makes it much easier to find an instruction or the place an instruction needs to be added in. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed