From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mukesh Rathor Subject: Re: [HYBRID]: XEN_EMULATE_PREFIX in user process Date: Mon, 2 Jul 2012 11:18:18 -0700 Message-ID: <20120702111818.73babf9b@mantra.us.oracle.com> References: <20120628180007.06bb3fd3@mantra.us.oracle.com> <20120629010903.GC4902@phenom.dumpdata.com> <20120628182602.6cc9b432@mantra.us.oracle.com> <1340957369.10942.74.camel@zakaz.uk.xensource.com> <20120629111546.50e36f52@mantra.us.oracle.com> <20120629120738.425781e5@mantra.us.oracle.com> <1341007454.5953.18.camel@dagon.hellion.org.uk> <20120629155000.5152d544@mantra.us.oracle.com> <4FF177A3020000780008D091@nat28.tlf.novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4FF177A3020000780008D091@nat28.tlf.novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: "Xen-devel@lists.xensource.com" , Ian Campbell , Konrad Rzeszutek Wilk , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Mon, 02 Jul 2012 09:27:47 +0100 "Jan Beulich" wrote: > >>> On 30.06.12 at 00:50, Mukesh Rathor > >>> wrote: > > On Fri, 29 Jun 2012 15:04:14 -0700 (PDT) > > Ian Campbell wrote: > > > >> On Fri, 2012-06-29 at 20:07 +0100, Mukesh Rathor wrote: > >> > >> I don't think reducing code should come at the expense of adding > >> special cases for hybrid to userspace programs... > >> > >> I think you'll have to handle the invalid op, it can't be that much > >> code, can it? > > > > Not a whole lot of code, but other than xen-detect, just curious, > > what is the possibility of any user level using XEN_EMULATE_PREFIX > > cpuid? > > Obviously any code cloned from xen-detect could, i.e. anything > that tries to be Xen-PV-aware. > > Jan > Ok, so it is official to do that from user level. I will add support for it. thanks, Mukesh