From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZDCCR-0000lD-MB for qemu-devel@nongnu.org; Thu, 09 Jul 2015 09:49:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZDCCQ-0006A5-Ie for qemu-devel@nongnu.org; Thu, 09 Jul 2015 09:49:15 -0400 Sender: Paolo Bonzini References: <1429871214-23514-1-git-send-email-james.hogan@imgtec.com> <559D3BBD.4040302@imgtec.com> <559D403A.80307@redhat.com> <559E2D15.7040905@imgtec.com> From: Paolo Bonzini Message-ID: <559E7BD0.9000407@redhat.com> Date: Thu, 9 Jul 2015 15:49:04 +0200 MIME-Version: 1.0 In-Reply-To: <559E2D15.7040905@imgtec.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: Leon Alrae , James Hogan Cc: qemu-stable@nongnu.org, qemu-devel@nongnu.org, Aurelien Jarno , kvm@vger.kernel.org On 09/07/2015 10:13, Leon Alrae wrote: > On 08/07/2015 16:22, Paolo Bonzini wrote: >> 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. It's the same---they can go in through any tree. In this case I've now applied them and will send them out next week. Paolo