All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrew Cooper <andrew.cooper3@citrix.com>
To: Ian Campbell <ian.campbell@citrix.com>
Cc: "Elena Ufimtseva" <elena.ufimtseva@oracle.com>,
	"Lars Kurth" <lars.kurth@citrix.com>,
	"Stefano Stabellini" <stefano.stabellini@eu.citrix.com>,
	"Tim Deegan" <tim@xen.org>,
	"David Vrabel" <david.vrabel@citrix.com>,
	"Jan Beulich" <JBeulich@suse.com>,
	xen-devel <xen-devel@lists.xenproject.org>,
	"Boris Ostrovsky" <boris.ostrovsky@oracle.com>,
	"Roger Pau Monné" <roger.pau@citrix.com>
Subject: Re: RFC: making the PVH 64bit ABI as stableo
Date: Wed, 3 Jun 2015 10:06:43 +0100	[thread overview]
Message-ID: <556EC3A3.6050006@citrix.com> (raw)
In-Reply-To: <1433322031.7108.16.camel@citrix.com>

On 03/06/15 10:00, Ian Campbell wrote:
> On Tue, 2015-06-02 at 18:09 +0100, Andrew Cooper wrote:
>> * Removal of all /* TODO pvhfixme */ from the code
> I guess this is not the literal tag:
> ianc@cosworth:xen.git$ git grep -i TODO.pvhfixme xen
> ianc@cosworth:xen.git$ git grep -i TODO.*pvh xen
> ianc@cosworth:xen.git$
>
> I think you meant:
> ianc@cosworth:xen.git$ git grep -i pvh.fixme xen
> xen/arch/x86/domain_build.c: * pvh fixme: The following doesn't map MMIO ranges when they sit above the
> xen/arch/x86/domain_build.c:     * PVH Fixme: XENFEAT_supervisor_mode_kernel has been reused in PVH with a
> xen/arch/x86/hvm/vmx/vmx.c:            if ( unlikely(is_pvh_vcpu(v)) /* PVH fixme */ ||
> xen/arch/x86/mm/p2m-pt.c:        /* pvh fixme: foreign types are only supported on ept at present */
> xen/arch/x86/mm/p2m.c: * pvh fixme: when adding support for pvh non-hardware domains, this path must
> xen/arch/x86/mm/p2m.c:     * pvh fixme: until support is added to p2m teardown code to cleanup any
> xen/arch/x86/time.c:         * PVH fixme: support more tsc modes.
> xen/arch/x86/traps.c:    if ( !d || !d->vcpu || !d->vcpu[0] || !is_pv_domain(d) /* PVH fixme */ )
> xen/common/vm_event.c:            /* pvh fixme: p2m_is_foreign types need addressing */
> xen/common/vm_event.c:            /* pvh fixme: p2m_is_foreign types need addressing */
>
> Are there other variants or is this the list?
>
>

At least one more comes to mind.

andrewcoop@andrewcoop:/local/xen.git/xen$ git grep -i "PVH 32bitfixme"
arch/x86/domain.c:768:        /* PVH 32bitfixme */
arch/x86/hvm/hvm.c:2318:        v->arch.hvm_vcpu.hcall_64bit = 1;    /*
PVH 32bitfixme. */
arch/x86/hvm/hvm.c:4898:/* PVH 32bitfixme. */
arch/x86/hvm/hvm.c:5003:        regs->_eax = -ENOSYS; /* PVH 32bitfixme. */
arch/x86/hvm/vmx/vmcs.c:987:        /* Start in 64-bit mode. PVH
32bitfixme. */
arch/x86/hvm/vmx/vmcs.c:1128:        /* CS.L == 1, exec, read/write,
accessed. PVH 32bitfixme. */

~Andrew

  reply	other threads:[~2015-06-03  9:06 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-02 15:11 RFC: making the PVH 64bit ABI as stable Roger Pau Monné
2015-06-02 15:37 ` Andrew Cooper
2015-06-02 15:44 ` Jan Beulich
2015-06-02 16:51   ` RFC: making the PVH 64bit ABI as stableo Stefano Stabellini
2015-06-02 17:09     ` Andrew Cooper
2015-06-03  9:00       ` Ian Campbell
2015-06-03  9:06         ` Andrew Cooper [this message]
2015-06-03  9:20           ` Ian Campbell
2015-06-03 10:02       ` Stefano Stabellini
2015-06-03 12:08         ` Jan Beulich
2015-06-03 13:11           ` Stefano Stabellini
2015-06-03 14:59             ` Boris Ostrovsky
2015-06-05 16:16           ` Roger Pau Monné
2015-06-05 16:21             ` Stefano Stabellini
2015-06-05 16:46               ` Boris Ostrovsky
2015-06-05 16:43             ` Boris Ostrovsky
2015-06-05 16:57               ` Andrew Cooper
2015-06-05 17:16                 ` Stefano Stabellini
2015-06-05 17:20                   ` Boris Ostrovsky
2015-06-05 17:21                   ` Andrew Cooper
2015-06-05 21:52                     ` Tim Deegan
2015-06-06  9:57                       ` Roger Pau Monné
2015-06-06 14:41                         ` Andrew Cooper
2015-06-06 15:50                           ` Boris Ostrovsky
2015-06-08 14:26                         ` Konrad Rzeszutek Wilk
2015-06-08  9:07                     ` Ian Campbell
2015-06-02 17:12     ` Boris Ostrovsky
2015-06-03  6:09       ` Jan Beulich
2015-06-03 13:25         ` Boris Ostrovsky
2015-06-03  9:03       ` Ian Campbell
2015-06-03 13:35         ` Boris Ostrovsky
2015-06-05 16:29           ` Ian Campbell
2015-06-10 20:11             ` Elena Ufimtseva

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=556EC3A3.6050006@citrix.com \
    --to=andrew.cooper3@citrix.com \
    --cc=JBeulich@suse.com \
    --cc=boris.ostrovsky@oracle.com \
    --cc=david.vrabel@citrix.com \
    --cc=elena.ufimtseva@oracle.com \
    --cc=ian.campbell@citrix.com \
    --cc=lars.kurth@citrix.com \
    --cc=roger.pau@citrix.com \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=tim@xen.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.