]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86 emulator: Rename emulate_xxx() to em_xxx()
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Sun, 29 May 2011 12:55:10 +0000 (21:55 +0900)
committerAvi Kivity <avi@redhat.com>
Tue, 12 Jul 2011 10:15:58 +0000 (13:15 +0300)
commit05ef547df32207ade415ae73661fe20b8a153638
tree3ffb2330bf79b5d45bdeb82be3492e249a1ddd82
parent09f3717cabb6217bb30a073076bcdbabdd1bb797
KVM: x86 emulator: Rename emulate_xxx() to em_xxx()

The next patch will change these to be called by opcode::execute.

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