Le mercredi 18 juin 2008 à 00:22 -0500, Carlo Marcelo Arenas Belon a écrit : > complement 2680f3df932a3119880a692609943587ecc8f409 to export the > definition for kvm_init_coalesced_mmio as it is used by the per > arch libkvm as shown by the following warning : > > libkvm-x86.c: In function 'kvm_arch_create': > libkvm-x86.c:182: warning: implicit declaration of function > 'kvm_init_coalesced_mmio' > > Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]>
Looks good for me. Laurent > --- > libkvm/libkvm.h | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/libkvm/libkvm.h b/libkvm/libkvm.h > index a33e9db..4fd8587 100644 > --- a/libkvm/libkvm.h > +++ b/libkvm/libkvm.h > @@ -576,6 +576,15 @@ int kvm_set_lapic(kvm_context_t kvm, int vcpu, struct > kvm_lapic_state *s); > */ > int kvm_pit_in_kernel(kvm_context_t kvm); > > +/*! > + * \brief Initialize coalesced MMIO > + * > + * Check for coalesced MMIO capability and store in context > + * > + * \param kvm Pointer to the current kvm_context > + */ > +int kvm_init_coalesced_mmio(kvm_context_t kvm); > + > #ifdef KVM_CAP_PIT > > #if defined(__i386__) || defined(__x86_64__) -- ------------- [EMAIL PROTECTED] --------------- "The best way to predict the future is to invent it." - Alan Kay -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
