From b1abf1299c2f635db21370f989ac9dc2ecbe4189 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Wed, 9 May 2018 15:29:03 +0200 Subject: boot_time_opt_guest: update guest boot time optimization patches for 4.14 The new patches are based on: https://github.com/clearlinux-pkgs/linux-kvm commit 5a0a30430116735fecb22b269e4ca10a08147d8d Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- .../0104-fbcon-enable-no-blink-by-default.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch (limited to 'patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch') diff --git a/patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch b/patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch deleted file mode 100644 index 715c195..0000000 --- a/patches/boot_time_opt_guest/0104-fbcon-enable-no-blink-by-default.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 5899ff79ed4e3514420e1530a3588a922832dae5 Mon Sep 17 00:00:00 2001 -From: Jose Carlos Venegas Munoz -Date: Mon, 13 Apr 2015 11:26:36 -0500 -Subject: [PATCH 104/114] fbcon: enable no blink by default - -Author: Arjan van de Ven ---- - drivers/video/console/fbcon.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/drivers/video/console/fbcon.c b/drivers/video/console/fbcon.c -index a44f5627b82a..95b73366b86f 100644 ---- a/drivers/video/console/fbcon.c -+++ b/drivers/video/console/fbcon.c -@@ -146,7 +146,7 @@ static const struct consw fb_con; - - static int fbcon_set_origin(struct vc_data *); - --static int fbcon_cursor_noblink; -+static int fbcon_cursor_noblink = 1; - - #define divides(a, b) ((!(a) || (b)%(a)) ? 0 : 1) - --- -2.11.1 - -- cgit v1.2.3-54-g00ecf