From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZD6xL-0008El-MK for qemu-devel@nongnu.org; Thu, 09 Jul 2015 04:13:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZD6xH-0008EU-9Z for qemu-devel@nongnu.org; Thu, 09 Jul 2015 04:13:19 -0400 Message-ID: <559E2D15.7040905@imgtec.com> Date: Thu, 9 Jul 2015 09:13:09 +0100 From: Leon Alrae MIME-Version: 1.0 References: <1429871214-23514-1-git-send-email-james.hogan@imgtec.com> <559D3BBD.4040302@imgtec.com> <559D403A.80307@redhat.com> In-Reply-To: <559D403A.80307@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] mips/kvm: Fixes for big endian & MIPS64 hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , James Hogan Cc: qemu-stable@nongnu.org, qemu-devel@nongnu.org, Aurelien Jarno , kvm@vger.kernel.org On 08/07/2015 16:22, Paolo Bonzini wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > > > On 08/07/2015 17:03, James Hogan wrote: >> Hi Paolo, >> >> On 24/04/15 11:26, James Hogan wrote: >>> A couple of small fixes for accessing 32-bit KVM registers on >>> big endian, and to sign extend struct kvm_regs registers so as to >>> work on MIPS64 hosts. >>> >>> James Hogan (2): mips/kvm: Fix Big endian 32-bit register access >>> mips/kvm: Sign extend registers written to KVM >> >> Any chance of applying these in time for v2.4? > > I had assumed they'd go through Leon, but I can apply them for 2.4-rc1 > as well. I thought these changes would get applied via kvm queue since they touch target-mips/kvm.c only. But if such target-specific kvm patches usually go via target-* tree then I'm happy to pick them up. Leon