From: Boris Ostrovsky <boris.ostrovsky@oracle.com>
To: Andrew Cooper <andrew.cooper3@citrix.com>, xen-devel@lists.xen.org
Cc: jun.nakajima@intel.com, kevin.tian@intel.com,
suravee.suthikulpanit@amd.com, jbeulich@suse.com
Subject: Re: [PATCH v2] hvm: vmx/svm_cpu_up_prepare should be called only once
Date: Fri, 18 Aug 2017 11:05:34 -0400 [thread overview]
Message-ID: <2099c229-a88a-5cf1-aef8-bd3a74eb4caf@oracle.com> (raw)
In-Reply-To: <abe1534f-22fd-83a7-bd5c-4bd472d4b8a1@citrix.com>
On 08/17/2017 02:07 PM, Andrew Cooper wrote:
> On 17/08/17 17:51, Boris Ostrovsky wrote:
>> @@ -1589,7 +1585,7 @@ const struct hvm_function_table * __init start_svm(void)
>>
>> svm_host_osvw_reset();
>>
>> - if ( _svm_cpu_up(true) )
>> + if ( svm_cpu_up_prepare(smp_processor_id()) || _svm_cpu_up(true) )
> Both of these could pass 0 rather than smp_processor_id(), but either
> way, Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
This patch breaks VMX on Intel, let me rework it.
-boris
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
prev parent reply other threads:[~2017-08-18 15:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-17 16:51 [PATCH v2] hvm: vmx/svm_cpu_up_prepare should be called only once Boris Ostrovsky
2017-08-17 18:07 ` Andrew Cooper
2017-08-18 15:05 ` Boris Ostrovsky [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2099c229-a88a-5cf1-aef8-bd3a74eb4caf@oracle.com \
--to=boris.ostrovsky@oracle.com \
--cc=andrew.cooper3@citrix.com \
--cc=jbeulich@suse.com \
--cc=jun.nakajima@intel.com \
--cc=kevin.tian@intel.com \
--cc=suravee.suthikulpanit@amd.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).