From 10849af6a809daadd4e8291e54dc7569bd47087a Mon Sep 17 00:00:00 2001 From: Stefano Stabellini Date: Fri, 17 Jun 2022 18:20:08 -0700 Subject: Add xen,enhanced by default to all guests It enables the usage of PV drivers with dom0less guests. Adding xen,enhanced has the potential side-effect of causing older unpatched versions of Linux to break at boot. If your Linux kernel is affected, consider upgrading kernel, or removing "xen,enhanced" by hand from the generated boot.source. Signed-off-by: Stefano Stabellini Reviewed-by: Ayan Kumar Halder --- scripts/uboot-script-gen | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/uboot-script-gen') diff --git a/scripts/uboot-script-gen b/scripts/uboot-script-gen index 48b36a3..455b4c0 100755 --- a/scripts/uboot-script-gen +++ b/scripts/uboot-script-gen @@ -203,6 +203,7 @@ function xen_device_tree_editing() add_device_tree_static_mem "/chosen/domU$i" "${DOMU_STATIC_MEM[$i]}" fi dt_set "/chosen/domU$i" "vpl011" "hex" "0x1" + dt_set "/chosen/domU$i" "xen,enhanced" "str" "enabled" if test "${DOMU_COLORS[$i]}" then -- cgit v1.2.3