Re: [kvm-devel] [PATCH] Remove KVM specific defines for MSR_EFER from svm.c

2007-12-02 Thread Avi Kivity
Carlo Marcelo Arenas Belon wrote: > 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. > Applied, t

[kvm-devel] [PATCH] Remove KVM specific defines for MSR_EFER from svm.c

2007-12-01 Thread Carlo Marcelo Arenas Belon
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