KVM: x86 emulator: Drop _size argument from insn_fetch()
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Sat, 30 Jul 2011 09:01:26 +0000 (18:01 +0900)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Sep 2011 16:17:59 +0000 (19:17 +0300)
commite85a10852c26d7d509ad17bac1a0d5264224b2d2
tree34e4893940b0b6448f6b255f68e9b21842dcf9d2
parent807941b121cf77e70eec8db308b8c1f496cc79e9
KVM: x86 emulator: Drop _size argument from insn_fetch()

_type is enough to know the size.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c