From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gEDcV-0008UQ-Lw for qemu-devel@nongnu.org; Sun, 21 Oct 2018 09:18:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gEDcU-0008GV-Kx for qemu-devel@nongnu.org; Sun, 21 Oct 2018 09:18:15 -0400 Received: from mail-wr1-x443.google.com ([2a00:1450:4864:20::443]:43075) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gEDcT-0008BL-LA for qemu-devel@nongnu.org; Sun, 21 Oct 2018 09:18:14 -0400 Received: by mail-wr1-x443.google.com with SMTP id t10-v6so432302wrn.10 for ; Sun, 21 Oct 2018 06:18:12 -0700 (PDT) References: <20181019010625.25294-1-cota@braap.org> <20181019010625.25294-27-cota@braap.org> From: Richard Henderson Message-ID: <9f30b78a-1a34-d310-445c-e8a52bd5a71c@linaro.org> Date: Sun, 21 Oct 2018 14:18:07 +0100 MIME-Version: 1.0 In-Reply-To: <20181019010625.25294-27-cota@braap.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC v3 26/56] i386: use cpu_reset_interrupt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Emilio G. Cota" , qemu-devel@nongnu.org Cc: Paolo Bonzini , Eduardo Habkost , Richard Henderson On 10/19/18 2:05 AM, Emilio G. Cota wrote: > From: Paolo Bonzini > > Cc: Richard Henderson > Cc: Eduardo Habkost > Reviewed-by: Richard Henderson > Signed-off-by: Paolo Bonzini > Signed-off-by: Emilio G. Cota > --- > target/i386/hax-all.c | 4 ++-- > target/i386/hvf/x86hvf.c | 8 ++++---- > target/i386/kvm.c | 14 +++++++------- > target/i386/seg_helper.c | 13 ++++++------- > target/i386/svm_helper.c | 2 +- > target/i386/whpx-all.c | 10 +++++----- > 6 files changed, 25 insertions(+), 26 deletions(-) Reviewed-by: Richard Henderson r~