From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC544-0004h2-Gs for qemu-devel@nongnu.org; Mon, 06 Jul 2015 08:00:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZC541-0002TQ-4j for qemu-devel@nongnu.org; Mon, 06 Jul 2015 08:00:00 -0400 Received: from mail.ispras.ru ([83.149.199.45]:59256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZC540-0002TI-T8 for qemu-devel@nongnu.org; Mon, 06 Jul 2015 07:59:57 -0400 From: "Pavel Dovgaluk" References: <20150701115132.9832.12257.stgit@PASHA-ISP> <001401d0b7e2$8cdd0010$a6970030$@Dovgaluk@ispras.ru> <559A6CC6.2050205@redhat.com> In-Reply-To: <559A6CC6.2050205@redhat.com> Date: Mon, 6 Jul 2015 14:59:56 +0300 Message-ID: <001501d0b7e3$46b0de80$d4129b80$@Dovgaluk@ispras.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Language: ru Subject: Re: [Qemu-devel] [PATCH v15 00/21] Deterministic replay core List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: 'Paolo Bonzini' , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, peter.crosthwaite@xilinx.com, igor.rubinov@gmail.com, alex.bennee@linaro.org, mark.burton@greensocs.com, real@ispras.ru, batuzovk@ispras.ru, maria.klimushenkova@ispras.ru, hines@cert.org, fred.konrad@greensocs.com > From: Paolo Bonzini [mailto:pbonzini@redhat.com] > On 06/07/2015 13:54, Pavel Dovgaluk wrote: > > Paolo, > > > > Are there any chances for upstreaming these patches? > > I'm sorry. It looks like no one really feels competent enough. What > about committing them at the beginning of 2.5? I'll do another round of > locking review before then. Ok, let's try 2.5. These patches are better to include before record/replay, because they fix PC and icount recovering after exceptions: https://lists.gnu.org/archive/html/qemu-devel/2015-07/msg01212.html Pavel Dovgalyuk