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

2015-10-30 Thread Roger Pau Monné
El 15/10/15 a les 3.48, Boris Ostrovsky ha escrit: > On 10/02/2015 11:48 AM, Roger Pau Monne wrote: >> Introduce a bitmap in x86 xen_arch_domainconfig that allows enabling or >> disabling specific devices emulated inside of Xen for HVM guests. >> > > ... > >> diff --git a/xen/include/public/arch-

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

2015-10-15 Thread Jan Beulich
>>> On 15.10.15 at 03:48, wrote: > On 10/02/2015 11:48 AM, Roger Pau Monne wrote: >> --- a/xen/include/public/arch-x86/xen.h >> +++ b/xen/include/public/arch-x86/xen.h >> @@ -268,7 +268,28 @@ typedef struct arch_shared_info arch_shared_info_t; >>* XEN_DOMCTL_INTERFACE_VERSION. >>*/ >> st

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

2015-10-14 Thread Boris Ostrovsky
On 10/02/2015 11:48 AM, Roger Pau Monne wrote: Introduce a bitmap in x86 xen_arch_domainconfig that allows enabling or disabling specific devices emulated inside of Xen for HVM guests. ... diff --git a/xen/include/public/arch-x86/xen.h b/xen/include/public/arch-x86/xen.h index 2ecc9c9..c97a

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

2015-10-08 Thread Roger Pau Monné
El 08/10/15 a les 12.23, Jan Beulich ha escrit: On 02.10.15 at 17:48, wrote: >> @@ -517,6 +520,22 @@ int arch_domain_create(struct domain *d, unsigned int >> domcr_flags, >> d->domain_id); >> } >> >> +if ( (config->emulation_flags & ~XEN_X86_EMU_ALL) != 0 ) >> +

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

2015-10-08 Thread Jan Beulich
>>> On 02.10.15 at 17:48, wrote: > @@ -517,6 +520,22 @@ int arch_domain_create(struct domain *d, unsigned int > domcr_flags, > d->domain_id); > } > > +if ( (config->emulation_flags & ~XEN_X86_EMU_ALL) != 0 ) > +{ > +printk(XENLOG_G_ERR "d%d: Invalid emulatio

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

2015-10-08 Thread Roger Pau Monné
El 07/10/15 a les 16.01, Andrew Cooper ha escrit: > On 07/10/15 14:32, George Dunlap wrote: >> On 07/10/15 12:55, Roger Pau Monné wrote: >>> El 06/10/15 a les 13.05, George Dunlap ha escrit: On 05/10/15 10:34, Andrew Cooper wrote: > On 02/10/15 16:48, Roger Pau Monne wrote: >> Introduc

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

2015-10-07 Thread Andrew Cooper
On 07/10/15 14:32, George Dunlap wrote: > On 07/10/15 12:55, Roger Pau Monné wrote: >> El 06/10/15 a les 13.05, George Dunlap ha escrit: >>> On 05/10/15 10:34, Andrew Cooper wrote: On 02/10/15 16:48, Roger Pau Monne wrote: > Introduce a bitmap in x86 xen_arch_domainconfig that allows enabl

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

2015-10-07 Thread George Dunlap
On 07/10/15 12:55, Roger Pau Monné wrote: > El 06/10/15 a les 13.05, George Dunlap ha escrit: >> On 05/10/15 10:34, Andrew Cooper wrote: >>> On 02/10/15 16:48, Roger Pau Monne wrote: Introduce a bitmap in x86 xen_arch_domainconfig that allows enabling or disabling specific devices emulate

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

2015-10-07 Thread Jan Beulich
>>> On 07.10.15 at 13:55, wrote: > El 06/10/15 a les 13.05, George Dunlap ha escrit: >> On 05/10/15 10:34, Andrew Cooper wrote: >>> On 02/10/15 16:48, Roger Pau Monne wrote: --- a/xen/common/schedule.c +++ b/xen/common/schedule.c @@ -1428,6 +1428,9 @@ static struct notifier_block cp

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

2015-10-07 Thread Roger Pau Monné
El 06/10/15 a les 13.05, George Dunlap ha escrit: > On 05/10/15 10:34, Andrew Cooper wrote: >> On 02/10/15 16:48, Roger Pau Monne wrote: >>> Introduce a bitmap in x86 xen_arch_domainconfig that allows enabling or >>> disabling specific devices emulated inside of Xen for HVM guests. >>> >>> Signed-o

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

2015-10-06 Thread George Dunlap
On 05/10/15 10:34, Andrew Cooper wrote: > On 02/10/15 16:48, Roger Pau Monne wrote: >> Introduce a bitmap in x86 xen_arch_domainconfig that allows enabling or >> disabling specific devices emulated inside of Xen for HVM guests. >> >> Signed-off-by: Roger Pau Monné >> Acked-by: Wei Liu >> Cc: Ian

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

2015-10-05 Thread Andrew Cooper
On 05/10/15 17:40, Roger Pau Monné wrote: > El 05/10/15 a les 11.34, Andrew Cooper ha escrit: >> On 02/10/15 16:48, Roger Pau Monne wrote: >>> Introduce a bitmap in x86 xen_arch_domainconfig that allows enabling or >>> disabling specific devices emulated inside of Xen for HVM guests. >>> >>> Signed

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

2015-10-05 Thread Roger Pau Monné
El 05/10/15 a les 11.34, Andrew Cooper ha escrit: > On 02/10/15 16:48, Roger Pau Monne wrote: >> Introduce a bitmap in x86 xen_arch_domainconfig that allows enabling or >> disabling specific devices emulated inside of Xen for HVM guests. >> >> Signed-off-by: Roger Pau Monné >> Acked-by: Wei Liu >

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

2015-10-05 Thread Andrew Cooper
On 02/10/15 16:48, Roger Pau Monne wrote: > Introduce a bitmap in x86 xen_arch_domainconfig that allows enabling or > disabling specific devices emulated inside of Xen for HVM guests. > > Signed-off-by: Roger Pau Monné > Acked-by: Wei Liu > Cc: Ian Jackson > Cc: Stefano Stabellini > Cc: Ian Cam

[Xen-devel] [PATCH v7 12/32] xen/x86: add bitmap of enabled emulated devices

2015-10-02 Thread Roger Pau Monne
Introduce a bitmap in x86 xen_arch_domainconfig that allows enabling or disabling specific devices emulated inside of Xen for HVM guests. Signed-off-by: Roger Pau Monné Acked-by: Wei Liu Cc: Ian Jackson Cc: Stefano Stabellini Cc: Ian Campbell Cc: Wei Liu Cc: Jan Beulich Cc: Andrew Cooper C