KVM: x86 emulator: Rename emulate_grpX() to em_grpX()
authorTakuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Sun, 1 May 2011 17:29:17 +0000 (02:29 +0900)
committerAvi Kivity <avi@redhat.com>
Sun, 22 May 2011 12:48:05 +0000 (08:48 -0400)
commit51187683cb11b959535d32eb91b673c6a9a03e88
treecac660625747fcde1ef09f361fc7309d51bf578e
parent3b9be3bf2e4d45828f84ba615283a53d11ebf470
KVM: x86 emulator: Rename emulate_grpX() to em_grpX()

The prototypes are changed appropriately.

We also replaces "goto grp45;" with simple em_grp45() call.

Signed-off-by: Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/emulate.c
This page took 0.026427 seconds and 5 git commands to generate.