]> xenbits.xensource.com Git - xen.git/commitdiff
xl: handle PVH type in apply_global_affinity_masks again
authorWei Liu <wei.liu2@citrix.com>
Fri, 12 Apr 2019 10:03:25 +0000 (11:03 +0100)
committerIan Jackson <ian.jackson@eu.citrix.com>
Fri, 17 May 2019 12:56:59 +0000 (13:56 +0100)
A call site in create_domain can call it with PVH type. That site was
missed during the review of 48dab9767.

Reinstate PVH type in the switch.

Reported-by: Julien Grall <julien.grall@arm.com>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
(cherry picked from commit 860d6e158dbb581c3aabc6a20ae8d83b325bffd8)
(cherry picked from commit b4f291b0ca914454cbac9fa5580bb35f8ab04eee)
(cherry picked from commit edbe12140d621003afd44b1516125b64308117c9)

tools/xl/xl_vcpu.c

index ef995137c9ec0c38377c9fbc0fbfe6e357f130ae..051dc124a17ca01b6c94bb3bfa3c88ed7a7ff2e3 100644 (file)
@@ -78,6 +78,7 @@ void apply_global_affinity_masks(libxl_domain_type type,
 
     switch (type) {
     case LIBXL_DOMAIN_TYPE_HVM:
+    case LIBXL_DOMAIN_TYPE_PVH:
         type_mask = &global_hvm_affinity_mask;
         break;
     case LIBXL_DOMAIN_TYPE_PV: