commit | 51187683cb11b959535d32eb91b673c6a9a03e88 | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> | Mon May 02 02:29:17 2011 +0900 |
committer | Avi Kivity <avi@redhat.com> | Sun May 22 08:48:05 2011 -0400 |
tree | cac660625747fcde1ef09f361fc7309d51bf578e | |
parent | 3b9be3bf2e4d45828f84ba615283a53d11ebf470 [diff] |
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>