Accepting request 40373 from Virtualization
checked in (request 40373) OBS-URL: https://build.opensuse.org/request/show/40373 OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=50
This commit is contained in:
committed by
Git OBS Bridge
parent
bb9fd9041b
commit
dc0c233056
@@ -1081,8 +1081,8 @@ From: Juergen Gross <juergen.gross@ts.fujitsu.com>
|
||||
struct domain *d, **pd;
|
||||
enum { INIT_xsm = 1u<<0, INIT_rangeset = 1u<<1, INIT_evtchn = 1u<<2,
|
||||
@@ -290,6 +290,9 @@ struct domain *domain_create(
|
||||
if ( (d->iomem_caps == NULL) || (d->irq_caps == NULL) )
|
||||
goto fail;
|
||||
init_status |= INIT_arch;
|
||||
|
||||
+ if ( cpupool_add_domain(d, poolid) != 0 )
|
||||
+ goto fail;
|
||||
@@ -3054,7 +3054,7 @@ From: Juergen Gross <juergen.gross@ts.fujitsu.com>
|
||||
typedef struct xen_sysctl_lockprof_op xen_sysctl_lockprof_op_t;
|
||||
DEFINE_XEN_GUEST_HANDLE(xen_sysctl_lockprof_op_t);
|
||||
|
||||
+#define XEN_SYSCTL_cpupool_op 18
|
||||
+#define XEN_SYSCTL_cpupool_op 18
|
||||
+/* XEN_SYSCTL_cpupool_op */
|
||||
+#define XEN_SYSCTL_CPUPOOL_OP_CREATE 1 /* C */
|
||||
+#define XEN_SYSCTL_CPUPOOL_OP_DESTROY 2 /* D */
|
||||
|
Reference in New Issue
Block a user