commit | c381a04313e7c0fb04246b1ff711e0b5726de6c0 | [log] [tgz] |
---|---|---|
author | Hollis Blanchard <hollisb@us.ibm.com> | Wed Nov 05 09:36:15 2008 -0600 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:52:21 2008 +0200 |
tree | d487c0a99510854eb1763329cb4b25182a2ef8c9 | |
parent | 9dd921cfea734409a931ccc6eafd7f09850311e9 [diff] |
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 <hollisb@us.ibm.com> Acked-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Avi Kivity <avi@redhat.com>