commit | ef5d75cc9af2bca7c525158666b5f9696846ffb6 | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Sun May 15 00:57:43 2011 +0900 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 11:44:57 2011 +0300 |
tree | 83f05d2aa4d056a35042516e68213ab51bd4f524 | |
parent | 67cbc90db5c0f03aa5e54204c388403ec8c25862 [diff] |
KVM: x86 emulator: Stop passing ctxt->ops as arg of decode helpers Dereference it in the actual users: only do_insn_fetch_byte(). This is consistent with the way __linearize() dereferences it. Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>