commit | 423cd25a5ade17b8a5cc85e6f0a0f37028d2c4a2 | [log] [tgz] |
---|---|---|
author | Glauber Costa <glommer@redhat.com> | Mon Nov 24 15:45:23 2008 -0200 |
committer | Avi Kivity <avi@redhat.com> | Wed Dec 31 16:55:00 2008 +0200 |
tree | 3f10aeef615ef08fd5d6c26736e0b2a407b0c75d | |
parent | df203ec9a77a7236cb90456664d714423b98a977 [diff] |
x86: KVM guest: sign kvmclock as paravirt Currently, we only set the KVM paravirt signature in case of CONFIG_KVM_GUEST. However, it is possible to have it turned off, while CONFIG_KVM_CLOCK is turned on. This is also a paravirt case, and should be shown accordingly. Signed-off-by: Glauber Costa <glommer@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>