From: Guillaume Thouvenin Date: Tue, 27 May 2008 08:22:20 +0000 (+0200) Subject: KVM: x86 emulator: Update c->dst.bytes in decode instruction X-Git-Tag: v2.6.27-rc1~968^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c696383d6eb493351a89d450d8ad7a55cbe1da;p=pandora-kernel.git KVM: x86 emulator: Update c->dst.bytes in decode instruction Update c->dst.bytes in decode instruction instead of instruction itself. It's needed because if c->dst.bytes is equal to 0, the instruction is not emulated. Signed-off-by: Guillaume Thouvenin Signed-off-by: Laurent Vivier Signed-off-by: Avi Kivity --- Reading git-diff-tree failed