lkml.org 
[lkml]   [2018]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH 6/8] kvm: svm: pass MSR_IA32_SPEC_CTRL and MSR_IA32_PRED_CMD down to guest
    From
    Date
    On 09/01/2018 15:22, Konrad Rzeszutek Wilk wrote:
    >> + have_spec_ctrl = cpu_has_spec_ctrl();
    >> + if (have_spec_ctrl)
    >> + pr_info("kvm: SPEC_CTRL available\n");
    >> + else
    >> + pr_info("kvm: SPEC_CTRL not available\n");
    > Perhaps just
    >
    > pr_info("kvm: SPEC_CTRL %s available\n", have_spec_ctrl ? "" : "not");
    >

    I don't expect any of these FIXMEs to be ever committed. :)

    Paolo

    \
     
     \ /
      Last update: 2018-01-14 23:19    [W:4.188 / U:0.128 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site