From: Wei Liu Date: Thu, 16 Mar 2017 18:38:46 +0000 (+0000) Subject: sched.h: remove stale PVHv1 comment X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~2455 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a5c0999258922023e395b78f801667462eb49be2;p=xen.git sched.h: remove stale PVHv1 comment With the removal of PVHv1 this comment is wrong. Just remove it. Signed-off-by: Wei Liu Acked-by: Jan Beulich Reviewed-by: Andrew Cooper --- diff --git a/xen/include/xen/sched.h b/xen/include/xen/sched.h index 832352a5ce..325733a4b8 100644 --- a/xen/include/xen/sched.h +++ b/xen/include/xen/sched.h @@ -307,10 +307,6 @@ struct vm_event_per_domain struct evtchn_port_ops; -/* - * PVH is a PV guest running in an HVM container. is_hvm_* checks - * will be false, but has_hvm_container_* checks will be true. - */ enum guest_type { guest_type_pv, guest_type_hvm };