Repository : ssh://git@open-mesh.org/doc
On branches: backup-redmine/2019-11-07,master
commit e340c3f182b99fe8623f0d74acb25d040d94473e Author: Sven Eckelmann sven@narfation.org Date: Thu Nov 7 23:09:32 2019 +0000
doc: open-mesh/Kernel_hacking_Debian_image: enable pvpanic driver for qemu
e340c3f182b99fe8623f0d74acb25d040d94473e open-mesh/Kernel_hacking_Debian_image.textile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/open-mesh/Kernel_hacking_Debian_image.textile b/open-mesh/Kernel_hacking_Debian_image.textile index 55fc825..076de3f 100644 --- a/open-mesh/Kernel_hacking_Debian_image.textile +++ b/open-mesh/Kernel_hacking_Debian_image.textile @@ -211,10 +211,12 @@ CONFIG_NET_IPGRE=y CONFIG_NET_IPGRE_BROADCAST=y # CONFIG_LEGACY_PTYS is not set CONFIG_NO_HZ_IDLE=y +CONFIG_CPU_IDLE_GOV_HALTPOLL=y +CONFIG_PVPANIC=y
# makes boot a lot slower but required for shutdown CONFIG_ACPI=y -CONFIG_CPU_IDLE_GOV_HALTPOLL=y +
#debug stuff CONFIG_CC_STACKPROTECTOR_STRONG=y