projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b97821
)
xl: handle PVH type in apply_global_affinity_masks again
author
Wei Liu
<wei.liu2@citrix.com>
Fri, 12 Apr 2019 10:03:25 +0000
(11:03 +0100)
committer
Ian Jackson
<ian.jackson@eu.citrix.com>
Fri, 17 May 2019 12:56:53 +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
)
tools/xl/xl_vcpu.c
patch
|
blob
|
history
diff --git
a/tools/xl/xl_vcpu.c
b/tools/xl/xl_vcpu.c
index ef995137c9ec0c38377c9fbc0fbfe6e357f130ae..051dc124a17ca01b6c94bb3bfa3c88ed7a7ff2e3 100644
(file)
--- a/
tools/xl/xl_vcpu.c
+++ b/
tools/xl/xl_vcpu.c
@@
-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: