commit | d0c7dc03442f7cbd8740d9a4e7a4e7f84bfa676d | [log] [tgz] |
---|---|---|
author | Hollis Blanchard <hollisb@us.ibm.com> | Sat Jan 03 16:23:06 2009 -0600 |
committer | Avi Kivity <avi@redhat.com> | Tue Mar 24 11:02:57 2009 +0200 |
tree | 8f0aa28d4734fc20249239b4736ac437a19c3937 | |
parent | cea5d8c9de669e30ed6d60930318376d5cc42e9e [diff] |
KVM: ppc: split out common Book E instruction emulation The Book E code will be shared with e500. I've left PID in kvmppc_core_emulate_op() just so that we don't need to move kvmppc_set_pid() right now. Once we have the e500 implementation, we can probably share that too. Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com> Signed-off-by: Avi Kivity <avi@redhat.com>