[PART1 RFC v3 01/12] KVM: x86: Misc LAPIC changes to expose helper functions

2016-03-19 Thread Suravee Suthikulpanit
From: Suravee Suthikulpanit Exporting LAPIC utility functions and macros for re-use in SVM code. Signed-off-by: Suravee Suthikulpanit --- arch/x86/kvm/lapic.c | 110 ++- arch/x86/kvm/lapic.h | 8 2 files changed, 65 insertions(+), 53 delet

Re: [PART1 RFC v3 01/12] KVM: x86: Misc LAPIC changes to expose helper functions

2016-03-18 Thread Paolo Bonzini
On 18/03/2016 07:09, Suravee Suthikulpanit wrote: > From: Suravee Suthikulpanit > > Exporting LAPIC utility functions and macros for re-use in SVM code. > > Signed-off-by: Suravee Suthikulpanit > --- > arch/x86/kvm/lapic.c | 110 > ++- > arch/