|
|
|
|
|
|
|
|
|
|
xen-ia64-devel
Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimis
Am Donnerstag, 5. Juli 2007 schrieb Dietmar Hahn:
> Am Donnerstag, 5. Juli 2007 schrieb Xu, Anthony:
> > I think you can do this way.
> >
> > A little concern,
> > For dom0 & domU, pgprot and key are provided by guest, it is natural.
> > While for HVM , pgprot and key are provided Xen, it is a little strange.
>
> Ok I understand, I will prepare a new patch.
> Thanks.
While thinking about the HVM part: should I only create an opt_feature
#define OPTF_IDENT_MAP_HVM_REG4_5
and simply replace the
if (GOS_WINDOWS(v)
by
if (opt_feature & OPTF_IDENT_MAP_HVM_REG4_5)
or should I do it the same way like on PV with setting pgprot and key
(maybe this is overkill?) in the struct arch_domain and use these values
during the optimization?
Thanks.
Dietmar.
_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Alex Williamson
- Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Dietmar Hahn
- RE: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Xu, Anthony
- Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Dietmar Hahn
- RE: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Xu, Anthony
- Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Dietmar Hahn
- Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor,
Dietmar Hahn <=
- RE: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Xu, Anthony
- RE: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Alex Williamson
- RE: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guestoptimisations in the hypervisor, Xu, Anthony
- Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Dietmar Hahn
- Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Tristan Gingold
- Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Dietmar Hahn
- Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Dietmar Hahn
- Re: [Xen-ia64-devel] [RFC][PATCH] [RESEND] support special guest optimisations in the hypervisor, Alex Williamson
|
|
|
|
|