From: Leon Alrae <leon.alrae@imgtec.com>
To: James Hogan <james.hogan@imgtec.com>, <qemu-devel@nongnu.org>
Cc: Paolo Bonzini <pbonzini@redhat.com>, <kvm@vger.kernel.org>,
Aurelien Jarno <aurelien@aurel32.net>
Subject: Re: [PATCH v5 0/7] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests
Date: Thu, 4 Feb 2016 10:04:11 +0000 [thread overview]
Message-ID: <56B3221B.5030006@imgtec.com> (raw)
In-Reply-To: <1454519813-18797-1-git-send-email-james.hogan@imgtec.com>
On 03/02/16 17:16, James Hogan wrote:
> Here's a v5 refresh of my FPU/MSA patchset for v2.6. Thanks to all who
> have taken the time to review it so far.
>
> This patchset primarily adds support for FPU and MIPS SIMD Architecture
> (MSA) in MIPS KVM guests to QEMU. It depends on Linux v4.1, specifically
> my KVM patchset to add the corresponding hypervisor support to KVM
> ("[PATCH 00/20] MIPS: KVM: Guest FPU & SIMD (MSA) support").
>
> All comments welcome.
>
> Changes in v5:
> - Rebase on master (fixed use of uint64 in patch 5).
> - Use restore_fp_status(env) in patch 6.
> - Restore MSA FP state using restore_msa_fp_status(env) in patch 7
> (Leon).
>
> Changes in v4:
> - Rebase on master (dropped patch 1 & 2).
>
> Changes in v3 (patch 6 only):
> - Fix big endian (the pointer passed to the kernel must be for the
> actual 32-bit value, not a temporary 64-bit value, otherwise on big
> endian systems the kernel will only interpret the upper half).
>
> Changes in v2:
> - Moved most of patch 7 and updates to linux-headers/linux/kvm.h from
> patches 8 and 9 into a new patch 1, which is purely for reference
> (Paolo).
> - Add the changes to MIPS_CP0_{32,64} macros from v1 patch 7 to patch 2,
> since the rest of that patch is now unnecessary and the change is
> along the same lines as patch 2 (not added Leon's Reviewed-by to this
> patch due to that non-reviewed change).
> - Fix line wrapping of kvm_mips_get_one_reg() calls from Config4 and
> Config5 in patch 5 (Leon).
> - Change (1 << x) to (1U << x) in important places in patch 5, 8 & 9 to
> avoid compiler undefined behaviour (Leon).
>
> James Hogan (7):
> mips/kvm: Remove a couple of noisy DPRINTFs
> mips/kvm: Implement PRid CP0 register
> mips/kvm: Implement Config CP0 registers
> mips/kvm: Support unsigned KVM registers
> mips/kvm: Support signed 64-bit KVM registers
> mips/kvm: Support FPU in MIPS KVM guests
> mips/kvm: Support MSA in MIPS KVM guests
>
> target-mips/kvm.c | 387 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
> 1 file changed, 374 insertions(+), 13 deletions(-)
>
I've applied the series to my target-mips queue, thanks.
Leon
WARNING: multiple messages have this Message-ID (diff)
From: Leon Alrae <leon.alrae@imgtec.com>
To: James Hogan <james.hogan@imgtec.com>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
Aurelien Jarno <aurelien@aurel32.net>,
kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH v5 0/7] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests
Date: Thu, 4 Feb 2016 10:04:11 +0000 [thread overview]
Message-ID: <56B3221B.5030006@imgtec.com> (raw)
In-Reply-To: <1454519813-18797-1-git-send-email-james.hogan@imgtec.com>
On 03/02/16 17:16, James Hogan wrote:
> Here's a v5 refresh of my FPU/MSA patchset for v2.6. Thanks to all who
> have taken the time to review it so far.
>
> This patchset primarily adds support for FPU and MIPS SIMD Architecture
> (MSA) in MIPS KVM guests to QEMU. It depends on Linux v4.1, specifically
> my KVM patchset to add the corresponding hypervisor support to KVM
> ("[PATCH 00/20] MIPS: KVM: Guest FPU & SIMD (MSA) support").
>
> All comments welcome.
>
> Changes in v5:
> - Rebase on master (fixed use of uint64 in patch 5).
> - Use restore_fp_status(env) in patch 6.
> - Restore MSA FP state using restore_msa_fp_status(env) in patch 7
> (Leon).
>
> Changes in v4:
> - Rebase on master (dropped patch 1 & 2).
>
> Changes in v3 (patch 6 only):
> - Fix big endian (the pointer passed to the kernel must be for the
> actual 32-bit value, not a temporary 64-bit value, otherwise on big
> endian systems the kernel will only interpret the upper half).
>
> Changes in v2:
> - Moved most of patch 7 and updates to linux-headers/linux/kvm.h from
> patches 8 and 9 into a new patch 1, which is purely for reference
> (Paolo).
> - Add the changes to MIPS_CP0_{32,64} macros from v1 patch 7 to patch 2,
> since the rest of that patch is now unnecessary and the change is
> along the same lines as patch 2 (not added Leon's Reviewed-by to this
> patch due to that non-reviewed change).
> - Fix line wrapping of kvm_mips_get_one_reg() calls from Config4 and
> Config5 in patch 5 (Leon).
> - Change (1 << x) to (1U << x) in important places in patch 5, 8 & 9 to
> avoid compiler undefined behaviour (Leon).
>
> James Hogan (7):
> mips/kvm: Remove a couple of noisy DPRINTFs
> mips/kvm: Implement PRid CP0 register
> mips/kvm: Implement Config CP0 registers
> mips/kvm: Support unsigned KVM registers
> mips/kvm: Support signed 64-bit KVM registers
> mips/kvm: Support FPU in MIPS KVM guests
> mips/kvm: Support MSA in MIPS KVM guests
>
> target-mips/kvm.c | 387 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
> 1 file changed, 374 insertions(+), 13 deletions(-)
>
I've applied the series to my target-mips queue, thanks.
Leon
next prev parent reply other threads:[~2016-02-04 10:04 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-03 17:16 [PATCH v5 0/7] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests James Hogan
2016-02-03 17:16 ` [Qemu-devel] " James Hogan
2016-02-03 17:16 ` [PATCH v5 1/7] mips/kvm: Remove a couple of noisy DPRINTFs James Hogan
2016-02-03 17:16 ` [Qemu-devel] " James Hogan
2016-02-03 17:16 ` [PATCH v5 2/7] mips/kvm: Implement PRid CP0 register James Hogan
2016-02-03 17:16 ` [Qemu-devel] " James Hogan
2016-02-03 17:16 ` [PATCH v5 3/7] mips/kvm: Implement Config CP0 registers James Hogan
2016-02-03 17:16 ` [Qemu-devel] " James Hogan
2016-02-03 17:16 ` [PATCH v5 4/7] mips/kvm: Support unsigned KVM registers James Hogan
2016-02-03 17:16 ` [Qemu-devel] " James Hogan
2016-02-03 17:16 ` [PATCH v5 5/7] mips/kvm: Support signed 64-bit " James Hogan
2016-02-03 17:16 ` [Qemu-devel] " James Hogan
2016-02-03 17:16 ` [PATCH v5 6/7] mips/kvm: Support FPU in MIPS KVM guests James Hogan
2016-02-03 17:16 ` [Qemu-devel] " James Hogan
2016-02-03 17:16 ` [PATCH v5 7/7] mips/kvm: Support MSA " James Hogan
2016-02-03 17:16 ` [Qemu-devel] " James Hogan
2016-02-04 10:04 ` Leon Alrae [this message]
2016-02-04 10:04 ` [Qemu-devel] [PATCH v5 0/7] mips/kvm: Support FPU & SIMD (MSA) " Leon Alrae
2016-02-05 10:46 ` James Hogan
2016-02-05 10:46 ` [Qemu-devel] " James Hogan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56B3221B.5030006@imgtec.com \
--to=leon.alrae@imgtec.com \
--cc=aurelien@aurel32.net \
--cc=james.hogan@imgtec.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.