Re: [Xen-devel] [PATCH v3 11/32] xen/x86: add bitmap of enabled emulated devices

2015-07-23 Thread Roger Pau Monné
El 06/07/15 a les 16.10, Andrew Cooper ha escrit: > On 03/07/15 12:34, Roger Pau Monne wrote: >> diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c >> index a112953..d684f49 100644 >> --- a/xen/arch/x86/domain.c >> +++ b/xen/arch/x86/domain.c >> @@ -528,6 +528,7 @@ int arch_domain_create(st

Re: [Xen-devel] [PATCH v3 11/32] xen/x86: add bitmap of enabled emulated devices

2015-07-07 Thread Jan Beulich
>>> On 06.07.15 at 16:10, wrote: > On 03/07/15 12:34, Roger Pau Monne wrote: >> @@ -550,6 +551,20 @@ int arch_domain_create(struct domain *d, unsigned int >> domcr_flags, >> d->domain_id); >> } >> >> +if ( is_hvm_domain(d) ) >> +{ >> +emulation_mask = (EMU_L

Re: [Xen-devel] [PATCH v3 11/32] xen/x86: add bitmap of enabled emulated devices

2015-07-06 Thread Andrew Cooper
On 03/07/15 12:34, Roger Pau Monne wrote: > diff --git a/xen/arch/x86/domain.c b/xen/arch/x86/domain.c > index a112953..d684f49 100644 > --- a/xen/arch/x86/domain.c > +++ b/xen/arch/x86/domain.c > @@ -528,6 +528,7 @@ int arch_domain_create(struct domain *d, unsigned int > domcr_flags, > { >