All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Hogan <james.hogan@imgtec.com>
To: Paolo Bonzini <pbonzini@redhat.com>, <qemu-devel@nongnu.org>
Cc: <kvm@vger.kernel.org>, Leon Alrae <leon.alrae@imgtec.com>,
	Aurelien Jarno <aurelien@aurel32.net>
Subject: Re: [PATCH 8/9] mips/kvm: Support FPU in MIPS KVM guests
Date: Thu, 12 Mar 2015 17:00:22 +0000	[thread overview]
Message-ID: <5501C626.7010101@imgtec.com> (raw)
In-Reply-To: <5501C258.2040500@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1021 bytes --]

On 12/03/15 16:44, Paolo Bonzini wrote:
> 
> 
> On 11/03/2015 16:22, James Hogan wrote:
>> diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h
>> index 12045a11c036..410eb158f564 100644
>> --- a/linux-headers/linux/kvm.h
>> +++ b/linux-headers/linux/kvm.h
>> @@ -761,6 +761,7 @@ struct kvm_ppc_smmu_info {
>>  #define KVM_CAP_PPC_FIXUP_HCALL 103
>>  #define KVM_CAP_PPC_ENABLE_HCALL 104
>>  #define KVM_CAP_CHECK_EXTENSION_VM 105
>> +#define KVM_CAP_MIPS_FPU 107
>>  
> 
> Changes to linux-headers/linux/kvm.h should go in through a complete
> sync of the kernel headers.  The good thing is that then the series
> becomes 100% MIPS-specific. :)

Right. I'll maybe move all those changes in a preliminary "don't apply
me" patch for reference (there are some other duplicated definitions in
kvm.c too, similar to what patch 1 cleans up) and assume that one way or
another a sync will happen between the KVM changes being merged and the
QEMU patchset being applied.

Cheers
James


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: James Hogan <james.hogan@imgtec.com>
To: Paolo Bonzini <pbonzini@redhat.com>, qemu-devel@nongnu.org
Cc: Leon Alrae <leon.alrae@imgtec.com>,
	Aurelien Jarno <aurelien@aurel32.net>,
	kvm@vger.kernel.org
Subject: Re: [Qemu-devel] [PATCH 8/9] mips/kvm: Support FPU in MIPS KVM guests
Date: Thu, 12 Mar 2015 17:00:22 +0000	[thread overview]
Message-ID: <5501C626.7010101@imgtec.com> (raw)
In-Reply-To: <5501C258.2040500@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1021 bytes --]

On 12/03/15 16:44, Paolo Bonzini wrote:
> 
> 
> On 11/03/2015 16:22, James Hogan wrote:
>> diff --git a/linux-headers/linux/kvm.h b/linux-headers/linux/kvm.h
>> index 12045a11c036..410eb158f564 100644
>> --- a/linux-headers/linux/kvm.h
>> +++ b/linux-headers/linux/kvm.h
>> @@ -761,6 +761,7 @@ struct kvm_ppc_smmu_info {
>>  #define KVM_CAP_PPC_FIXUP_HCALL 103
>>  #define KVM_CAP_PPC_ENABLE_HCALL 104
>>  #define KVM_CAP_CHECK_EXTENSION_VM 105
>> +#define KVM_CAP_MIPS_FPU 107
>>  
> 
> Changes to linux-headers/linux/kvm.h should go in through a complete
> sync of the kernel headers.  The good thing is that then the series
> becomes 100% MIPS-specific. :)

Right. I'll maybe move all those changes in a preliminary "don't apply
me" patch for reference (there are some other duplicated definitions in
kvm.c too, similar to what patch 1 cleans up) and assume that one way or
another a sync will happen between the KVM changes being merged and the
QEMU patchset being applied.

Cheers
James


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

  reply	other threads:[~2015-03-12 17:00 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-11 15:22 [PATCH 0/9] mips/kvm: Support FPU & SIMD (MSA) in MIPS KVM guests James Hogan
2015-03-11 15:22 ` [Qemu-devel] " James Hogan
2015-03-11 15:22 ` [PATCH 1/9] mips/kvm: Drop KVM_REG_MIPS_COUNT_* definitions James Hogan
2015-03-11 15:22   ` [Qemu-devel] " James Hogan
2015-03-12 16:28   ` Leon Alrae
2015-03-12 16:28     ` [Qemu-devel] " Leon Alrae
2015-03-11 15:22 ` [PATCH 2/9] mips/kvm: Remove a couple of noisy DPRINTFs James Hogan
2015-03-11 15:22   ` [Qemu-devel] " James Hogan
2015-03-12 16:29   ` Leon Alrae
2015-03-12 16:29     ` [Qemu-devel] " Leon Alrae
2015-03-11 15:22 ` [PATCH 3/9] mips/kvm: Implement PRid CP0 register James Hogan
2015-03-11 15:22   ` [Qemu-devel] " James Hogan
2015-03-12 16:36   ` Leon Alrae
2015-03-12 16:36     ` [Qemu-devel] " Leon Alrae
2015-03-11 15:22 ` [PATCH 4/9] mips/kvm: Implement Config CP0 registers James Hogan
2015-03-11 15:22   ` [Qemu-devel] " James Hogan
2015-03-12 16:41   ` Leon Alrae
2015-03-12 16:41     ` [Qemu-devel] " Leon Alrae
2015-03-12 16:47     ` James Hogan
2015-03-12 16:47       ` [Qemu-devel] " James Hogan
2015-03-11 15:22 ` [PATCH 5/9] mips/kvm: Support unsigned KVM registers James Hogan
2015-03-11 15:22   ` [Qemu-devel] " James Hogan
2015-03-11 15:22 ` [PATCH 6/9] mips/kvm: Support signed 64-bit " James Hogan
2015-03-11 15:22   ` [Qemu-devel] " James Hogan
2015-03-11 15:22 ` [PATCH 7/9] mips/kvm: Add FP & MSA register definitions James Hogan
2015-03-11 15:22   ` [Qemu-devel] " James Hogan
2015-03-11 15:22 ` [PATCH 8/9] mips/kvm: Support FPU in MIPS KVM guests James Hogan
2015-03-11 15:22   ` [Qemu-devel] " James Hogan
2015-03-12 16:44   ` Paolo Bonzini
2015-03-12 16:44     ` [Qemu-devel] " Paolo Bonzini
2015-03-12 17:00     ` James Hogan [this message]
2015-03-12 17:00       ` James Hogan
2015-03-11 15:22 ` [PATCH 9/9] mips/kvm: Support MSA " James Hogan
2015-03-11 15:22   ` [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=5501C626.7010101@imgtec.com \
    --to=james.hogan@imgtec.com \
    --cc=aurelien@aurel32.net \
    --cc=kvm@vger.kernel.org \
    --cc=leon.alrae@imgtec.com \
    --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.