On 08/21/2015 12:53 PM, Roger Pau Monne wrote:
Signed-off-by: Roger Pau Monné <[email protected]> Acked-by: Andrew Cooper <[email protected]> Cc: Boris Ostrovsky <[email protected]> Cc: Suravee Suthikulpanit <[email protected]> Cc: Aravind Gopalakrishnan <[email protected]> Cc: Jan Beulich <[email protected]> Cc: Andrew Cooper <[email protected]> Cc: Jun Nakajima <[email protected]> Cc: Eddie Dong <[email protected]> Cc: Kevin Tian <[email protected]> --- Changes since v4: - Split the is_pvh_domain check into two, so part of the code can be shared with the !has_lapic case. - Add Andrew Cooper Acked-by. --- xen/arch/x86/hvm/svm/svm.c | 16 +++++++++------- xen/arch/x86/hvm/vlapic.c | 30 +++++++++++++++++++++++++----- xen/arch/x86/hvm/vmsi.c | 6 ++++++ xen/arch/x86/hvm/vmx/vmcs.c | 5 ++++- xen/arch/x86/hvm/vmx/vmx.c | 9 ++++++++- 5 files changed, 52 insertions(+), 14 deletions(-) diff --git a/xen/arch/x86/hvm/svm/svm.c b/xen/arch/x86/hvm/svm/svm.c index 8de41fa..97dc507 100644 --- a/xen/arch/x86/hvm/svm/svm.c +++ b/xen/arch/x86/hvm/svm/svm.c
Reviewed-by: Boris Ostrovsky <[email protected]> _______________________________________________ Xen-devel mailing list [email protected] http://lists.xen.org/xen-devel
