This patch removes the KVM specific defines for MSR_EFER that were being used
in the svm support file and migrates all references to use instead the ones
from the kernel headers that are used everywhere else and that have the same
values.
Signed-off-by: Carlo Marcelo Arenas Belon <[EMAIL PROTECT
Zhang, Xiantao wrote:
> Hi, Avi
> I think new archs for kvm doesn't need to care about kvm-abi
> case in their code, since current abi is bigger than 10. But in current
> libkvm.c, we can see that many abi-specific code in it. How to handle it
> ? Can we use __x86__ macro to make it sightles
Hollis Blanchard wrote:
> I hope to have multiple kvm-ppc-XXX.ko modules loaded simultaneously to
> support different guest types on the same host. I haven't yet figured
> out what that interface should look like, but obviously linking is
> preferable to function pointers where feasible.
>
At l
Hollis Blanchard wrote:
>>
>> These cannot use the same method, since we need to support both vmx and
>> svm in the same binary. The arch specific members aren't the same size,
>> nor do the symbols they use have the same visibility.
>>
>
> I have never understood this. Why on earth do you ne