From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH 0/2] mips/kvm: Fixes for big endian & MIPS64 hosts Date: Thu, 9 Jul 2015 15:49:04 +0200 Message-ID: <559E7BD0.9000407@redhat.com> References: <1429871214-23514-1-git-send-email-james.hogan@imgtec.com> <559D3BBD.4040302@imgtec.com> <559D403A.80307@redhat.com> <559E2D15.7040905@imgtec.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, Aurelien Jarno , kvm@vger.kernel.org, qemu-stable@nongnu.org To: Leon Alrae , James Hogan Return-path: Received: from mail-wi0-f174.google.com ([209.85.212.174]:36193 "EHLO mail-wi0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752606AbbGINtI (ORCPT ); Thu, 9 Jul 2015 09:49:08 -0400 Received: by widjy10 with SMTP id jy10so245579256wid.1 for ; Thu, 09 Jul 2015 06:49:07 -0700 (PDT) In-Reply-To: <559E2D15.7040905@imgtec.com> Sender: kvm-owner@vger.kernel.org List-ID: 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