-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xen/libxl: simplify vkb/vfb separation
vfb=[0|1] and vkb=[0|1] only really create the base object for each structure in order to get xl to create the base xenstore nodes. This is redundant with vkb=[ "VKB_SPEC_STRING", "VKB_SPEC_STRING", ...] and vfb=[ "VFB_SPEC_STRING", "VFB_SPEC_STRING", ...] which should be used instead. Note: vfb is constantly set to 0 in xenmgr with vglass, should '1' be useful somehow it would need to be handled via a new VFB_SPEC_STRING entry to have the base vfb structure initialized correctly. Signed-off-by: Eric Chanudet <[email protected]>
- Loading branch information
Eric Chanudet
committed
Jan 26, 2021
1 parent
e45bb76
commit 9d6cb70
Showing
1 changed file
with
6 additions
and
139 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters