Re: [PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition)

2011-03-01 Thread Marcelo Tosatti
On Fri, Feb 18, 2011 at 11:11:11AM +0100, Jan Kiszka wrote: Round 2 of this part, primarily addressing review comments: - Reworked CPU_INTERRUPT_MCE - exection translation (now done in kvm_arch_process_async_events, indeed much cleaner) - Add missing cpu_synchronize_state on pending MCE

Re: [PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition)

2011-03-01 Thread Jan Kiszka
On 2011-03-01 18:48, Marcelo Tosatti wrote: On Fri, Feb 18, 2011 at 11:11:11AM +0100, Jan Kiszka wrote: Round 2 of this part, primarily addressing review comments: - Reworked CPU_INTERRUPT_MCE - exection translation (now done in kvm_arch_process_async_events, indeed much cleaner) - Add

Re: [PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition)

2011-02-22 Thread Marcelo Tosatti
On Fri, Feb 18, 2011 at 11:11:11AM +0100, Jan Kiszka wrote: Round 2 of this part, primarily addressing review comments: - Reworked CPU_INTERRUPT_MCE - exection translation (now done in kvm_arch_process_async_events, indeed much cleaner) - Add missing cpu_synchronize_state on pending MCE

[PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition)

2011-02-18 Thread Jan Kiszka
Round 2 of this part, primarily addressing review comments: - Reworked CPU_INTERRUPT_MCE - exection translation (now done in kvm_arch_process_async_events, indeed much cleaner) - Add missing cpu_synchronize_state on pending MCE events for !kvm_irqchip_in_kernel - Split up KVM MCE code