From: Alexandru Stefan ISAILA <aisaila@bitdefender.com>
To: "JBeulich@suse.com" <JBeulich@suse.com>
Cc: "andrew.cooper3@citrix.com" <andrew.cooper3@citrix.com>,
"paul.durrant@citrix.com" <paul.durrant@citrix.com>,
"Ian.Jackson@eu.citrix.com" <Ian.Jackson@eu.citrix.com>,
"wei.liu2@citrix.com" <wei.liu2@citrix.com>,
"xen-devel@lists.xen.org" <xen-devel@lists.xen.org>
Subject: Re: [PATCH v6 8/8] x86/domctl: Don't pause the whole domain if only getting vcpu state
Date: Wed, 6 Jun 2018 14:12:50 +0000 [thread overview]
Message-ID: <1528294370.25123.32.camel@bitdefender.com> (raw)
In-Reply-To: <5B17D5C502000078001C8B49@prv1-mh.provo.novell.com>
On Mi, 2018-06-06 at 06:38 -0600, Jan Beulich wrote:
> >
> > >
> > > >
> > > > On 06.06.18 at 14:24, <aisaila@bitdefender.com> wrote:
> > @@ -394,7 +380,7 @@ static int vmce_load_vcpu_ctxt(struct domain
> > *d, hvm_domain_context_t *h)
> > return err ?: vmce_restore_vcpu(v, &ctxt);
> > }
> >
> > -HVM_REGISTER_SAVE_RESTORE(VMCE_VCPU, vmce_save_vcpu_ctxt,
> > +HVM_REGISTER_SAVE_RESTORE(VMCE_VCPU, vmce_save_vcpu_ctxt_one,
> > vmce_load_vcpu_ctxt, 1, HVMSR_PER_VCPU);
> Also, I'm inclined to say "of course", the functions shouldn't have a
> _one
> suffix anymore by the end of this series, possibly even making it
> unnecessary to touch this and the other similar constructs at all.
>
Ok, I'll fix this in the next version.
Can you give me an insight into how you see the splitting of this patch
further?
Thanks,
Alex
________________________
This email was scanned by Bitdefender
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
prev parent reply other threads:[~2018-06-06 14:12 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-06-06 12:24 [PATCH v6 1/8] x86/cpu: Introduce vmce_save_vcpu_ctxt_one() func Alexandru Isaila
2018-06-06 12:24 ` [PATCH v6 2/8] x86/hvm: Introduce hvm_save_tsc_adjust_one() func Alexandru Isaila
2018-06-06 12:24 ` [PATCH v6 3/8] x86/hvm: Introduce hvm_save_cpu_ctxt_one func Alexandru Isaila
2018-06-06 12:24 ` [PATCH v6 4/8] x86/hvm: Introduce hvm_save_cpu_xsave_states_one Alexandru Isaila
2018-06-06 12:24 ` [PATCH v6 5/8] x86/hvm: Introduce hvm_save_cpu_msrs_one func Alexandru Isaila
2018-06-06 12:24 ` [PATCH v6 6/8] x86/hvm: Introduce hvm_save_mtrr_msr_one func Alexandru Isaila
2018-06-06 12:24 ` [PATCH v6 7/8] x86/hvm: Introduce viridian_save_vcpu_ctxt_one() func Alexandru Isaila
2018-06-06 12:33 ` Paul Durrant
2018-06-06 12:36 ` Alexandru Stefan ISAILA
2018-06-06 12:24 ` [PATCH v6 8/8] x86/domctl: Don't pause the whole domain if only getting vcpu state Alexandru Isaila
2018-06-06 12:38 ` Jan Beulich
2018-06-06 14:12 ` Alexandru Stefan ISAILA [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=1528294370.25123.32.camel@bitdefender.com \
--to=aisaila@bitdefender.com \
--cc=Ian.Jackson@eu.citrix.com \
--cc=JBeulich@suse.com \
--cc=andrew.cooper3@citrix.com \
--cc=paul.durrant@citrix.com \
--cc=wei.liu2@citrix.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 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.