All of lore.kernel.org
 help / color / mirror / Atom feed
From: Juergen Gross <jgross@suse.com>
To: Maran Wilson <maran.wilson@oracle.com>,
	x86@kernel.org, linux-kernel@vger.kernel.org,
	xen-devel@lists.xenproject.org, kvm@vger.kernel.org,
	pbonzini@redhat.com
Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com,
	boris.ostrovsky@oracle.com, jpoimboe@redhat.com,
	kirill.shutemov@linux.intel.com, bp@suse.de,
	thomas.lendacky@amd.com, luto@kernel.org,
	dave.hansen@linux.intel.com, roger.pau@citrix.com,
	rkrcmar@redhat.com, rdunlap@infradead.org
Subject: Re: [PATCH v7 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH
Date: Tue, 17 Apr 2018 08:18:22 +0200	[thread overview]
Message-ID: <eb2524dd-f74a-286c-81c9-1d81fd3edfab@suse.com> (raw)
In-Reply-To: <1523920273-27516-1-git-send-email-maran.wilson@oracle.com>

On 17/04/18 01:11, Maran Wilson wrote:
> In order to pave the way for hypervisors other than Xen to use the PVH
> entry point for VMs, we need to factor the PVH entry code into Xen specific
> and hypervisor agnostic components. The first step in doing that, is to
> create a new config option for PVH entry that can be enabled
> independently from CONFIG_XEN.
> 
> Signed-off-by: Maran Wilson <maran.wilson@oracle.com>

Reviewed-by: Juergen Gross <jgross@suse.com>


Juergen

  reply	other threads:[~2018-04-17  6:18 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-16 23:09 [PATCH v7 0/7] KVM: x86: Allow Qemu/KVM to use PVH entry point Maran Wilson
2018-04-16 23:11 ` [PATCH v7 1/7] xen/pvh: Split CONFIG_XEN_PVH into CONFIG_PVH and CONFIG_XEN_PVH Maran Wilson
2018-04-16 23:11 ` Maran Wilson
2018-04-17  6:18   ` Juergen Gross [this message]
2018-04-17  6:18   ` Juergen Gross
2018-04-16 23:11 ` [PATCH v7 2/7] xen/pvh: Move PVH entry code out of Xen specific tree Maran Wilson
2018-04-16 23:11 ` Maran Wilson
2018-04-17  6:24   ` Juergen Gross
2018-04-17  6:24   ` Juergen Gross
2018-04-16 23:12 ` [PATCH v7 3/7] xen/pvh: Create a new file for Xen specific PVH code Maran Wilson
2018-04-16 23:12   ` Maran Wilson
2018-04-17  6:29   ` Juergen Gross
2018-04-17  6:29   ` Juergen Gross
2018-04-16 23:12 ` [PATCH v7 4/7] xen/pvh: Move Xen specific PVH VM initialization out of common file Maran Wilson
2018-04-16 23:12 ` Maran Wilson
2018-04-16 23:12 ` [PATCH v7 5/7] xen/pvh: Move Xen code for getting mem map via hcall " Maran Wilson
2018-04-16 23:12   ` Maran Wilson
2018-04-16 23:13 ` [PATCH v7 6/7] xen/pvh: Add memory map pointer to hvm_start_info struct Maran Wilson
2018-04-16 23:13 ` Maran Wilson
2018-04-17  6:30   ` Juergen Gross
2018-04-17  6:30   ` Juergen Gross
2018-04-16 23:13 ` [PATCH v7 7/7] KVM: x86: Allow Qemu/KVM to use PVH entry point Maran Wilson
2018-04-16 23:13 ` Maran Wilson
2018-04-17  6:41   ` Juergen Gross
2018-04-17  6:41   ` Juergen Gross
2018-04-18  8:11 ` [PATCH v7 0/7] " Linus Walleij
2018-05-02 21:37   ` Maran Wilson
2018-05-02 21:37   ` Maran Wilson
2018-04-18  8:11 ` Linus Walleij
2018-05-16 20:27 ` Maran Wilson
2018-05-18 11:31   ` Paolo Bonzini
2018-05-18 11:31   ` Paolo Bonzini
2018-05-23 16:56     ` Maran Wilson
2018-05-23 16:56     ` Maran Wilson
2018-05-16 20:27 ` Maran Wilson
2018-11-16 10:46 ` Paolo Bonzini
2018-11-16 17:17   ` Maran Wilson
2018-11-19 18:25     ` Paolo Bonzini
2018-11-19 18:25     ` Paolo Bonzini
2018-11-16 17:17   ` Maran Wilson
2018-11-16 10:46 ` Paolo Bonzini

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=eb2524dd-f74a-286c-81c9-1d81fd3edfab@suse.com \
    --to=jgross@suse.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=bp@suse.de \
    --cc=dave.hansen@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=jpoimboe@redhat.com \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=luto@kernel.org \
    --cc=maran.wilson@oracle.com \
    --cc=mingo@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=rdunlap@infradead.org \
    --cc=rkrcmar@redhat.com \
    --cc=roger.pau@citrix.com \
    --cc=tglx@linutronix.de \
    --cc=thomas.lendacky@amd.com \
    --cc=x86@kernel.org \
    --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.