From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: [PATCH 00/22] [uq/master] Patch queue, part II Date: Mon, 31 Jan 2011 13:03:37 +0100 Message-ID: <4D46A519.9@siemens.com> References: <4D468AF6.7000300@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Marcelo Tosatti , "kvm@vger.kernel.org" , "qemu-devel@nongnu.org" , Alexander Graf , Gleb Natapov , Hidetoshi Seto , Huang Ying , Jin Dongming , Paolo Bonzini , Stefan Hajnoczi To: Avi Kivity Return-path: Received: from thoth.sbs.de ([192.35.17.2]:23376 "EHLO thoth.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755631Ab1AaMEC (ORCPT ); Mon, 31 Jan 2011 07:04:02 -0500 In-Reply-To: <4D468AF6.7000300@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 2011-01-31 11:12, Avi Kivity wrote: > On 01/27/2011 03:09 PM, Jan Kiszka wrote: >> This second round of patches focus on issues in cpus.c, primarily signal >> related. The highlights are >> >> - Add missing KVM_RUN continuation after I/O exits >> - Fix for timer signal race in KVM entry code under !CONFIG_IOTHREAD >> (based on Stefan's findings) >> - MCE signal processing under !CONFIG_IOTHREAD >> - Prevent abortion on multiple VCPU kicks >> - Fixed synchronous (ie. VCPU-issued) reset request processing >> >> Topics remaining for a third round are cleanups and refactorings of the >> KVM VCPU entry/exit path, MCE rework, and a few assorted cleanups. But I >> will wait at least until these bits here are ready for an upstream >> merge. >> > > Pretty nice. Is this standalone or does it depend on unmerged changes? > It only depends on my previous patches in current uq/master. Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48016 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjsU3-0008F0-07 for qemu-devel@nongnu.org; Mon, 31 Jan 2011 07:03:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjsU2-0001on-1U for qemu-devel@nongnu.org; Mon, 31 Jan 2011 07:03:50 -0500 Received: from thoth.sbs.de ([192.35.17.2]:23293) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjsU1-0001oX-P4 for qemu-devel@nongnu.org; Mon, 31 Jan 2011 07:03:49 -0500 Message-ID: <4D46A519.9@siemens.com> Date: Mon, 31 Jan 2011 13:03:37 +0100 From: Jan Kiszka MIME-Version: 1.0 References: <4D468AF6.7000300@redhat.com> In-Reply-To: <4D468AF6.7000300@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 00/22] [uq/master] Patch queue, part II List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Avi Kivity Cc: Hidetoshi Seto , "kvm@vger.kernel.org" , Gleb Natapov , Marcelo Tosatti , "qemu-devel@nongnu.org" , Alexander Graf , Huang Ying , Paolo Bonzini , Stefan Hajnoczi , Jin Dongming On 2011-01-31 11:12, Avi Kivity wrote: > On 01/27/2011 03:09 PM, Jan Kiszka wrote: >> This second round of patches focus on issues in cpus.c, primarily signal >> related. The highlights are >> >> - Add missing KVM_RUN continuation after I/O exits >> - Fix for timer signal race in KVM entry code under !CONFIG_IOTHREAD >> (based on Stefan's findings) >> - MCE signal processing under !CONFIG_IOTHREAD >> - Prevent abortion on multiple VCPU kicks >> - Fixed synchronous (ie. VCPU-issued) reset request processing >> >> Topics remaining for a third round are cleanups and refactorings of the >> KVM VCPU entry/exit path, MCE rework, and a few assorted cleanups. But I >> will wait at least until these bits here are ready for an upstream >> merge. >> > > Pretty nice. Is this standalone or does it depend on unmerged changes? > It only depends on my previous patches in current uq/master. Jan -- Siemens AG, Corporate Technology, CT T DE IT 1 Corporate Competence Center Embedded Linux