commit | 51ddff50cbd77568fe40e17a966b3a2ef1231b36 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Tue Jun 12 20:19:40 2012 +0300 |
committer | Avi Kivity <avi@redhat.com> | Mon Jul 09 14:19:03 2012 +0300 |
tree | a1a0e2ef3bbeadcf84efc090e3f9953904bd91c0 | |
parent | 361cad2b50a2c92b91b6f568db860fabad3bf149 [diff] |
KVM: x86 emulator: split push logic from push opcode emulation This allows us to reuse the code without populating ctxt->src and overriding ctxt->op_bytes. Signed-off-by: Avi Kivity <avi@redhat.com>