From: Razvan Cojocaru <rcojocaru@bitdefender.com>
To: Wei Liu <wei.liu2@citrix.com>
Cc: "Lengyel, Tamas" <tlengyel@novetta.com>,
xen-devel <xen-devel@lists.xenproject.org>,
jbeulich@suse.com, andrew.cooper3@citrix.com
Subject: Re: Status of VM event patches (Was: Re: Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble))
Date: Mon, 6 Jul 2015 18:05:45 +0300 [thread overview]
Message-ID: <559A9949.6010104@bitdefender.com> (raw)
In-Reply-To: <20150706150058.GA10020@zion.uk.xensource.com>
On 07/06/2015 06:00 PM, Wei Liu wrote:
> On Fri, Jun 26, 2015 at 06:23:02PM +0300, Razvan Cojocaru wrote:
>> On 06/26/2015 02:16 PM, wei.liu2@citrix.com wrote:
>>> * VM event patches (none)
>>> Add support for XSETBV vm_events,
>>> Support hybernating guests
>>> Support for VMCALL-based vm_events
>>> - Razvan Cojocaru
>>
>> Since V2, there are now 3 more patches that we'd like to see in Xen
>> mainline at some point:
>>
>> 1. The patch we've originally submitted that computed the current
>> instruction length in order to be able to skip it completely (instead of
>> emulating it with dummy nop write operations) has been somewhat
>> controversial. To that end, we're now computing the instruction length
>> in the userspace application, and simply send the new EIP back to the HV
>> in the vm_event reply, so that skipping instructions can work without a
>> lot of code added to Xen.
>>
>> 2. In the past, we've aways disabled REP optimizations (forcing *reps to
>> 1) when introspection is active. Tamas' work now gates this on
>> current->domain->arch.mem_access_emulate_enabled in
>> xen/arch/x86/hvm/emulate.c. A side effect of that is that Windows HVM
>> guests tend to boot much slower. We'd like to add a dedicated libxc
>> function that enables / disables this pessimization explicitly.
>>
>> 3. And finally, our ARM team is using the new VMCALL-based hypercall and
>> have provided a patch that enables the vm_event on ARM. This will
>> require some work with Tamas since it is my suspicion that there's code
>> there that should become common between x86 and ARM and has been, at the
>> moment, more or less copied from x86 (basically xen/arch/arm/event.c and
>> xen/arch/arm/monitor.c).
>>
>> The question is, would it be appropriate to add those patches to V3? And
>> if that's not a problem, how likely is that to affect the current series
>> getting in before the 4.6 release (that is, assuming that's a realistic
>> goal, seeing how the feature freeze is two weeks away)? Just trying to
>> make sure that I go about this the right way.
>>
>
> Not speaking from technical point of view but from the time scale point
> of view, I don't think you should rush your 3 new patches at this stage.
>
> You sent several patch series. I don't have the expertise or time to
> keep track of all of them so I couldn't tell how feasible it is for them
> to be ready for 4.6. I tend to say if they are not nearly all acked,
> they would need to wait until 4.7.
Of course. Thanks for the reply! Will keep the current series as it is,
and not add anything new (I'll just keep addressing reviews).
Thanks,
Razvan
next prev parent reply other threads:[~2015-07-06 15:05 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-26 11:16 Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble) wei.liu2
2015-06-26 11:27 ` Status of VM event patches (Was: Re: Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble)) Razvan Cojocaru
2015-06-26 11:32 ` Julien Grall
2015-06-26 11:34 ` Razvan Cojocaru
2015-06-26 12:06 ` Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble) Vitaly Kuznetsov
2015-07-06 15:03 ` Wei Liu
2015-06-26 13:32 ` Jan Beulich
2015-06-26 13:49 ` gnttab scalability and ticket locks status David Vrabel
2015-06-26 14:30 ` Ian Campbell
2015-06-26 15:38 ` Jan Beulich
2015-06-26 13:50 ` Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble) Andrew Cooper
2015-06-26 14:45 ` Daniel Kiper
2015-06-26 15:23 ` Status of VM event patches (Was: Re: Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble)) Razvan Cojocaru
2015-07-06 15:00 ` Wei Liu
2015-07-06 15:05 ` Razvan Cojocaru [this message]
2015-06-26 16:17 ` Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble) Julien Grall
2015-06-30 2:30 ` Status of COLO (Was: Xen 4.6 Development Update) Yang Hongyang
2015-07-01 6:12 ` Xen 4.6 Development Update (2 WEEKS TO FREEZE, important information in preamble) Chen, Tiejun
2015-07-01 10:17 ` Julien Grall
2015-07-02 8:35 ` Ian Campbell
2015-07-02 8:51 ` Razvan Cojocaru
2015-07-02 10:32 ` Dario Faggioli
2015-07-01 10:01 ` Yu, Zhang
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=559A9949.6010104@bitdefender.com \
--to=rcojocaru@bitdefender.com \
--cc=andrew.cooper3@citrix.com \
--cc=jbeulich@suse.com \
--cc=tlengyel@novetta.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xenproject.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.