commit | 018a98db74d4cc8967cfc570197b14bcbdddb579 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Tue Nov 27 19:30:56 2007 +0200 |
committer | Avi Kivity <avi@qumranet.com> | Wed Jan 30 17:53:16 2008 +0200 |
tree | eea371dd8c2c3060120501572da651c7bfc63f93 | |
parent | 111de5d60c589bca02b49dce076ca588618e0d1c [diff] |
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 <avi@qumranet.com>