From: Hollis Blanchard Date: Wed, 5 Nov 2008 15:36:15 +0000 (-0600) Subject: ppc: Create disassemble.h to extract instruction fields X-Git-Tag: v2.6.29-rc1~539^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c381a04313e7c0fb04246b1ff711e0b5726de6c0;p=pandora-kernel.git ppc: Create disassemble.h to extract instruction fields This is used in a couple places in KVM, but isn't KVM-specific. However, this patch doesn't modify other in-kernel emulation code: - xmon uses a direct copy of ppc_opc.c from binutils - emulate_instruction() doesn't need it because it can use a series of mask tests. Signed-off-by: Hollis Blanchard Acked-by: Paul Mackerras Signed-off-by: Avi Kivity --- Reading git-diff-tree failed