From c4bd5f6e084a6ced2c7a2f76798d0a34947ffeb7 Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Fri, 23 Mar 2018 14:01:03 +0100 Subject: boot_time_opt: update host boot time optimization patches for 4.14 The new patches are based on: https://github.com/clearlinux-pkgs/linux-lts commit 5595fe425a52af6734235a1a953b6b03210060ec Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- .../0101-kvm-silence-kvm-unhandled-rdmsr.patch | 29 ---------------------- 1 file changed, 29 deletions(-) delete mode 100644 patches/boot_time_opt/0101-kvm-silence-kvm-unhandled-rdmsr.patch (limited to 'patches/boot_time_opt/0101-kvm-silence-kvm-unhandled-rdmsr.patch') diff --git a/patches/boot_time_opt/0101-kvm-silence-kvm-unhandled-rdmsr.patch b/patches/boot_time_opt/0101-kvm-silence-kvm-unhandled-rdmsr.patch deleted file mode 100644 index aeb3abf..0000000 --- a/patches/boot_time_opt/0101-kvm-silence-kvm-unhandled-rdmsr.patch +++ /dev/null @@ -1,29 +0,0 @@ -From f45c353859fc0ceb75fef3a2f4a2c179dfa378d7 Mon Sep 17 00:00:00 2001 -From: Arjan van de Ven -Date: Tue, 23 Jun 2015 01:16:45 -0500 -Subject: [PATCH 101/124] kvm: silence kvm unhandled rdmsr - -Author: Arjan van de Ven - -Signed-off-by: Miguel Bernal Marin -Signed-off-by: Jose Carlos Venegas Munoz ---- - arch/x86/kvm/x86.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c -index 731044efb195..582c75311f95 100644 ---- a/arch/x86/kvm/x86.c -+++ b/arch/x86/kvm/x86.c -@@ -2506,7 +2506,7 @@ int kvm_get_msr_common(struct kvm_vcpu *vcpu, struct msr_data *msr_info) - if (kvm_pmu_is_valid_msr(vcpu, msr_info->index)) - return kvm_pmu_get_msr(vcpu, msr_info->index, &msr_info->data); - if (!ignore_msrs) { -- vcpu_unimpl(vcpu, "unhandled rdmsr: 0x%x\n", msr_info->index); -+// vcpu_unimpl(vcpu, "unhandled rdmsr: 0x%x\n", msr_info->index); - return 1; - } else { - vcpu_unimpl(vcpu, "ignored rdmsr: 0x%x\n", msr_info->index); --- -2.11.1 - -- cgit v1.2.3-54-g00ecf