projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
437f0a9
)
sched.h: remove stale PVHv1 comment
author
Wei Liu
<wei.liu2@citrix.com>
Thu, 16 Mar 2017 18:38:46 +0000
(18:38 +0000)
committer
Wei Liu
<wei.liu2@citrix.com>
Mon, 20 Mar 2017 15:39:45 +0000
(15:39 +0000)
With the removal of PVHv1 this comment is wrong. Just remove it.
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/include/xen/sched.h
patch
|
blob
|
history
diff --git
a/xen/include/xen/sched.h
b/xen/include/xen/sched.h
index 832352a5cea415b090df265dcf3d47c330845eb9..325733a4b84dcc70b880cd1a912c28c84d105d79 100644
(file)
--- 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
};