From: Avi Kivity Date: Wed, 31 Oct 2007 09:15:56 +0000 (+0200) Subject: KVM: x86 emulator: centralize decoding of one-byte register access insns X-Git-Tag: v2.6.25-rc1~1138^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33615aa956521923eab0552994b5961cd3034042;p=pandora-kernel.git KVM: x86 emulator: centralize decoding of one-byte register access insns Instructions like 'inc reg' that have the register operand encoded in the opcode are currently specially decoded. Extend decode_register_operand() to handle that case, indicated by having DstReg or SrcReg without ModRM. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed