[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] xen: update_runstate_area for 32 bit PV on HVM guests
On 28/05/2010 16:01, "Stefano Stabellini" <Stefano.Stabellini@xxxxxxxxxxxxx> wrote: >>> #ifdef CONFIG_COMPAT >>> - if ( is_pv_32on64_domain(v->domain) ) >>> + if ( is_pv_32on64_domain(v->domain) || >>> + (is_hvm_pv_evtchn_domain(v->domain) && >>> + has_32bit_shinfo(v->domain)) ) >>> { >>> struct compat_vcpu_runstate_info info; >> >> Is there any reason why this cannot be just has_32bit_shinfo()? >> > > no, actually has_32bit_shinfo should be able to cover all cases Xen-unstable:21493 -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |