search for: mce_quiet

Displaying 1 result from an estimated 1 matches for "mce_quiet".

2012 Sep 18
6
[PATCH 2/5] Xen/MCE: vMCE injection
...k_of(cpu)); - vcpu_kick(d->vcpu[0]); - } - else - { - mce_printk(MCE_VERBOSE, - "MCE: Kill PV guest with No MCE handler\n"); - domain_crash(d); - } + mce_printk(MCE_QUIET, "Fail to inject vMCE to dom%d vcpu%d\n", + d->domain_id, v->vcpu_id); + return -1; } } - else - { - /* new vMCE comes while first one has not been injected yet, - * in this case, inject fail. [We can''t los...