commit | 96304217a783a65c0923a26f54141cfe7a2a71b5 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@redhat.com> | Sun May 15 10:13:13 2011 -0400 |
committer | Avi Kivity <avi@redhat.com> | Tue Jul 12 11:45:01 2011 +0300 |
tree | 8992906c52a153c960caefb183dddc3815c6f847 | |
parent | 5e520e62787afd8fc28626fd8d4f77491135119d [diff] |
KVM: VMX: always_inline VMREADs vmcs_readl() and friends are really short, but gcc thinks they are long because of the out-of-line exception handlers. Mark them always_inline to clear the misunderstanding. Signed-off-by: Avi Kivity <avi@redhat.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>