All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@web.de>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Avi Kivity <avi@redhat.com>,
	kvm@vger.kernel.org, qemu-devel@nongnu.org,
	Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>,
	Huang Ying <ying.huang@intel.com>,
	Jin Dongming <jin.dongming@np.css.fujitsu.com>
Subject: Re: [PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition)
Date: Tue, 01 Mar 2011 19:43:55 +0100	[thread overview]
Message-ID: <4D6D3E6B.2040406@web.de> (raw)
In-Reply-To: <20110301174853.GA6221@amt.cnet>

[-- Attachment #1: Type: text/plain, Size: 1680 bytes --]

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 missing cpu_synchronize_state on pending MCE events for
>>    !kvm_irqchip_in_kernel
>>  - Split up KVM MCE code switch from old to new style into two patches
>>    and dropped some unneeded variable renamings
>>  - Fixed Windows build (qemu_ram_remap is POSIX-only)
>>
>> Thanks for the feedback so far.
>>
>> CC: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
>> CC: Huang Ying <ying.huang@intel.com>
>> CC: Jin Dongming <jin.dongming@np.css.fujitsu.com>
>>
>> Huang Ying (2):
>>   Add qemu_ram_remap
>>   KVM, MCE, unpoison memory address across reboot
>>
>> Jan Kiszka (13):
>>   x86: Account for MCE in cpu_has_work
>>   x86: Perform implicit mcg_status reset
>>   x86: Small cleanups of MCE helpers
>>   x86: Refine error reporting of MCE injection services
>>   x86: Optionally avoid injecting AO MCEs while others are pending
>>   Synchronize VCPU states before reset
>>   kvm: x86: Move MCE functions together
>>   kvm: Rename kvm_arch_process_irqchip_events to async_events
>>   kvm: x86: Inject pending MCE events on state writeback
>>   x86: Run qemu_inject_x86_mce on target VCPU
>>   kvm: x86: Consolidate TCG and KVM MCE injection code
>>   kvm: x86: Clean up kvm_setup_mce
>>   kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails
> 
> Please rebase.

Can do - if you push your updated uq/master. :)

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Jan Kiszka <jan.kiszka@web.de>
To: Marcelo Tosatti <mtosatti@redhat.com>
Cc: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>,
	kvm@vger.kernel.org, qemu-devel@nongnu.org,
	Avi Kivity <avi@redhat.com>, Huang Ying <ying.huang@intel.com>,
	Jin Dongming <jin.dongming@np.css.fujitsu.com>
Subject: [Qemu-devel] Re: [PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition)
Date: Tue, 01 Mar 2011 19:43:55 +0100	[thread overview]
Message-ID: <4D6D3E6B.2040406@web.de> (raw)
In-Reply-To: <20110301174853.GA6221@amt.cnet>

[-- Attachment #1: Type: text/plain, Size: 1680 bytes --]

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 missing cpu_synchronize_state on pending MCE events for
>>    !kvm_irqchip_in_kernel
>>  - Split up KVM MCE code switch from old to new style into two patches
>>    and dropped some unneeded variable renamings
>>  - Fixed Windows build (qemu_ram_remap is POSIX-only)
>>
>> Thanks for the feedback so far.
>>
>> CC: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
>> CC: Huang Ying <ying.huang@intel.com>
>> CC: Jin Dongming <jin.dongming@np.css.fujitsu.com>
>>
>> Huang Ying (2):
>>   Add qemu_ram_remap
>>   KVM, MCE, unpoison memory address across reboot
>>
>> Jan Kiszka (13):
>>   x86: Account for MCE in cpu_has_work
>>   x86: Perform implicit mcg_status reset
>>   x86: Small cleanups of MCE helpers
>>   x86: Refine error reporting of MCE injection services
>>   x86: Optionally avoid injecting AO MCEs while others are pending
>>   Synchronize VCPU states before reset
>>   kvm: x86: Move MCE functions together
>>   kvm: Rename kvm_arch_process_irqchip_events to async_events
>>   kvm: x86: Inject pending MCE events on state writeback
>>   x86: Run qemu_inject_x86_mce on target VCPU
>>   kvm: x86: Consolidate TCG and KVM MCE injection code
>>   kvm: x86: Clean up kvm_setup_mce
>>   kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails
> 
> Please rebase.

Can do - if you push your updated uq/master. :)

Jan


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 259 bytes --]

  reply	other threads:[~2011-03-01 18:45 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-18 10:11 [PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition) Jan Kiszka
2011-02-18 10:11 ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 01/15] x86: Account for MCE in cpu_has_work Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 02/15] x86: Perform implicit mcg_status reset Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 03/15] x86: Small cleanups of MCE helpers Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 04/15] x86: Refine error reporting of MCE injection services Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 05/15] x86: Optionally avoid injecting AO MCEs while others are pending Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 06/15] Synchronize VCPU states before reset Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 07/15] kvm: x86: Move MCE functions together Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 08/15] kvm: Rename kvm_arch_process_irqchip_events to async_events Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 09/15] kvm: x86: Inject pending MCE events on state writeback Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 10/15] x86: Run qemu_inject_x86_mce on target VCPU Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 11/15] kvm: x86: Consolidate TCG and KVM MCE injection code Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 12/15] kvm: x86: Clean up kvm_setup_mce Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 13/15] kvm: x86: Fail kvm_arch_init_vcpu if MCE initialization fails Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 14/15] Add qemu_ram_remap Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-18 10:11 ` [PATCH v2 15/15] KVM, MCE, unpoison memory address across reboot Jan Kiszka
2011-02-18 10:11   ` [Qemu-devel] " Jan Kiszka
2011-02-22 18:28 ` [PATCH v2 00/15] [uq/master] Patch queue, part IV (MCE edition) Marcelo Tosatti
2011-02-22 18:28   ` [Qemu-devel] " Marcelo Tosatti
2011-03-01 17:48 ` Marcelo Tosatti
2011-03-01 17:48   ` [Qemu-devel] " Marcelo Tosatti
2011-03-01 18:43   ` Jan Kiszka [this message]
2011-03-01 18:43     ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D6D3E6B.2040406@web.de \
    --to=jan.kiszka@web.de \
    --cc=avi@redhat.com \
    --cc=jin.dongming@np.css.fujitsu.com \
    --cc=kvm@vger.kernel.org \
    --cc=mtosatti@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=seto.hidetoshi@jp.fujitsu.com \
    --cc=ying.huang@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.