All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eduardo Habkost <ehabkost@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: "Chao Peng" <chao.p.peng@linux.intel.com>,
	qemu-devel@nongnu.org, kvm@vger.kernel.org,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Marcelo Tosatti" <mtosatti@redhat.com>,
	"Vadim Rozenfeld" <vrozenfe@redhat.com>,
	"Laszlo Ersek" <lersek@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>
Subject: Re: [Qemu-devel] [PATCH] target-i386: add Intel AVX-512 support
Date: Fri, 24 Oct 2014 14:38:37 -0200	[thread overview]
Message-ID: <20141024163837.GC25413@thinpad.lan.raisama.net> (raw)
In-Reply-To: <54491206.2010006@redhat.com>

On Thu, Oct 23, 2014 at 04:34:46PM +0200, Paolo Bonzini wrote:
> On 10/23/2014 05:02 AM, Chao Peng wrote:
> > Add AVX512 feature bits, register definition and corresponding
> > xsave/vmstate support.
> > 
> > Signed-off-by: Chao Peng <chao.p.peng@linux.intel.com>
> > ---
> >  target-i386/cpu.c     |   10 ++++--
> >  target-i386/cpu.h     |   61 ++++++++++++++++++++++++++++++++++
> >  target-i386/kvm.c     |   19 +++++++++++
> >  target-i386/machine.c |   87 +++++++++++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 175 insertions(+), 2 deletions(-)
> 
> Looks good---Eduardo, Juan, can you look at it too?  Documentation is at
> 
> https://software.intel.com/sites/default/files/managed/68/8b/319433-019.pdf
> 
> See Tables 2-5, 3-6, 3-7, 3-8.

Also, if anybody is confused by the TARGET_X86_64 #ifdefs, see section
1.2.2 32 SIMD Register Support ("The number of available vector
registers in 32-bit mode is still 8").

-- 
Eduardo

WARNING: multiple messages have this Message-ID (diff)
From: Eduardo Habkost <ehabkost@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: kvm@vger.kernel.org, "Michael S. Tsirkin" <mst@redhat.com>,
	"Marcelo Tosatti" <mtosatti@redhat.com>,
	qemu-devel@nongnu.org, "Vadim Rozenfeld" <vrozenfe@redhat.com>,
	"Chao Peng" <chao.p.peng@linux.intel.com>,
	"Laszlo Ersek" <lersek@redhat.com>,
	"Andreas Färber" <afaerber@suse.de>
Subject: Re: [Qemu-devel] [PATCH] target-i386: add Intel AVX-512 support
Date: Fri, 24 Oct 2014 14:38:37 -0200	[thread overview]
Message-ID: <20141024163837.GC25413@thinpad.lan.raisama.net> (raw)
In-Reply-To: <54491206.2010006@redhat.com>

On Thu, Oct 23, 2014 at 04:34:46PM +0200, Paolo Bonzini wrote:
> On 10/23/2014 05:02 AM, Chao Peng wrote:
> > Add AVX512 feature bits, register definition and corresponding
> > xsave/vmstate support.
> > 
> > Signed-off-by: Chao Peng <chao.p.peng@linux.intel.com>
> > ---
> >  target-i386/cpu.c     |   10 ++++--
> >  target-i386/cpu.h     |   61 ++++++++++++++++++++++++++++++++++
> >  target-i386/kvm.c     |   19 +++++++++++
> >  target-i386/machine.c |   87 +++++++++++++++++++++++++++++++++++++++++++++++++
> >  4 files changed, 175 insertions(+), 2 deletions(-)
> 
> Looks good---Eduardo, Juan, can you look at it too?  Documentation is at
> 
> https://software.intel.com/sites/default/files/managed/68/8b/319433-019.pdf
> 
> See Tables 2-5, 3-6, 3-7, 3-8.

Also, if anybody is confused by the TARGET_X86_64 #ifdefs, see section
1.2.2 32 SIMD Register Support ("The number of available vector
registers in 32-bit mode is still 8").

-- 
Eduardo

  reply	other threads:[~2014-10-24 16:38 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-23  3:02 [PATCH] target-i386: add Intel AVX-512 support Chao Peng
2014-10-23  3:02 ` [Qemu-devel] " Chao Peng
2014-10-23 14:34 ` Paolo Bonzini
2014-10-23 14:34   ` [Qemu-devel] " Paolo Bonzini
2014-10-24 16:38   ` Eduardo Habkost [this message]
2014-10-24 16:38     ` Eduardo Habkost
2014-10-23 19:49 ` Eduardo Habkost
2014-10-23 19:49   ` Eduardo Habkost
2014-10-24  1:27   ` Chao Peng
2014-10-24  1:27     ` Chao Peng
2014-10-24  5:55     ` Paolo Bonzini
2014-10-24  5:55       ` Paolo Bonzini
2014-10-24 11:12       ` Eduardo Habkost
2014-10-24 11:12         ` Eduardo Habkost
2014-10-24 11:38         ` Paolo Bonzini
2014-10-24 11:38           ` Paolo Bonzini
2014-10-27 15:48       ` Eduardo Habkost
2014-10-27 15:48         ` Eduardo Habkost
2014-10-27 15:53         ` Paolo Bonzini
2014-10-27 15:53           ` Paolo Bonzini
2014-10-24 16:01 ` Eduardo Habkost
2014-10-24 16:01   ` Eduardo Habkost
2014-10-27  2:07   ` Chao Peng
2014-10-27  2:07     ` Chao Peng
2014-11-02 10:19 ` Michael S. Tsirkin
2014-11-02 10:19   ` [Qemu-devel] " Michael S. Tsirkin
2014-11-03  1:53   ` Chao Peng
2014-11-03 11:31   ` Paolo Bonzini
2014-11-03 11:31     ` [Qemu-devel] " Paolo Bonzini
2014-11-03 12:34     ` Michael S. Tsirkin
2014-11-03 12:34       ` [Qemu-devel] " Michael S. Tsirkin

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=20141024163837.GC25413@thinpad.lan.raisama.net \
    --to=ehabkost@redhat.com \
    --cc=afaerber@suse.de \
    --cc=chao.p.peng@linux.intel.com \
    --cc=kvm@vger.kernel.org \
    --cc=lersek@redhat.com \
    --cc=mst@redhat.com \
    --cc=mtosatti@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=vrozenfe@redhat.com \
    /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.