Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1508216
| From | Paolo Bonzini <pbonzini@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3] x86/msr: Add write msr notrace to avoid the debug codes splash |
| Date | 2016-10-25 13:20 +0200 |
| Message-ID | <sw7VT-4Qh-19@gated-at.bofh.it> (permalink) |
| References | <sw082-82K-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 25/10/2016 04:58, Wanpeng Li wrote: > @@ -319,7 +319,7 @@ static void kvm_guest_apic_eoi_write(u32 reg, u32 val) This needs to be notrace too. Paolo > */ > if (__test_and_clear_bit(KVM_PV_EOI_BIT, this_cpu_ptr(&kvm_apic_eoi))) > return; > - apic_write(APIC_EOI, APIC_EOI_ACK); > + apic->native_eoi_write(APIC_EOI, APIC_EOI_ACK); > } >
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3] x86/msr: Add write msr notrace to avoid the debug codes splash Wanpeng Li <kernellwp@gmail.com> - 2016-10-25 05:00 +0200
Re: [PATCH v3] x86/msr: Add write msr notrace to avoid the debug codes splash Paolo Bonzini <pbonzini@redhat.com> - 2016-10-25 13:20 +0200
Re: [PATCH v3] x86/msr: Add write msr notrace to avoid the debug codes splash Wanpeng Li <kernellwp@gmail.com> - 2016-10-26 06:30 +0200
csiph-web