All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: David Gibson <david@gibson.dropbear.id.au>,
	alex.williamson@redhat.com, pbonzini@redhat.com
Cc: paulus@samba.org, aik@ozlabs.ru, mdroth@linux.vnet.ibm.com,
	benh@kernel.crashing.org, mpe@ellerman.id.au,
	kvm@vger.kernel.org, linux-kernel@vger.kernel.org,
	Paul Mackerras <paulus@samba.org>,
	kvm-ppc <kvm-ppc@vger.kernel.org>
Subject: Re: [PATCH] vfio: Enable VFIO device for powerpc
Date: Wed, 26 Aug 2015 09:34:26 +0000	[thread overview]
Message-ID: <55DD8822.4060409@suse.de> (raw)
In-Reply-To: <1439428546-13416-1-git-send-email-david@gibson.dropbear.id.au>



On 13.08.15 03:15, David Gibson wrote:
> ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is
> used to handle any necessary interactions between KVM and VFIO.
> 
> Currently that device is built on x86 and ARM, but not powerpc, although
> powerpc does support both KVM and VFIO.  This makes things awkward in
> userspace
> 
> Currently qemu prints an alarming error message if you attempt to use VFIO
> and it can't initialize the KVM VFIO device.  We don't want to remove the
> warning, because lack of the KVM VFIO device could mean coherency problems
> on x86.  On powerpc, however, the error is harmless but looks disturbing,
> and a test based on host architecture in qemu would be ugly, and break if
> we do need the KVM VFIO device for something important in future.
> 
> There's nothing preventing the KVM VFIO device from being built for
> powerpc, so this patch turns it on.  It won't actually do anything, since
> we don't define any of the arch_*() hooks, but it will make qemu happy and
> we can extend it in future if we need to.
> 
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> Reviewed-by: Eric Auger <eric.auger@linaro.org>

Paul is going to take care of the kvm-ppc tree for 4.3. Also, ppc kvm
patches should get CC on the kvm-ppc@vger mailing list ;).

Paul, could you please pick this one up?


Thanks!

Alex

WARNING: multiple messages have this Message-ID (diff)
From: Alexander Graf <agraf@suse.de>
To: David Gibson <david@gibson.dropbear.id.au>,
	alex.williamson@redhat.com, pbonzini@redhat.com
Cc: paulus@samba.org, aik@ozlabs.ru, mdroth@linux.vnet.ibm.com,
	benh@kernel.crashing.org, mpe@ellerman.id.au,
	kvm@vger.kernel.org, linux-kernel@vger.kernel.org,
	Paul Mackerras <paulus@samba.org>,
	kvm-ppc <kvm-ppc@vger.kernel.org>
Subject: Re: [PATCH] vfio: Enable VFIO device for powerpc
Date: Wed, 26 Aug 2015 11:34:26 +0200	[thread overview]
Message-ID: <55DD8822.4060409@suse.de> (raw)
In-Reply-To: <1439428546-13416-1-git-send-email-david@gibson.dropbear.id.au>



On 13.08.15 03:15, David Gibson wrote:
> ec53500f "kvm: Add VFIO device" added a special KVM pseudo-device which is
> used to handle any necessary interactions between KVM and VFIO.
> 
> Currently that device is built on x86 and ARM, but not powerpc, although
> powerpc does support both KVM and VFIO.  This makes things awkward in
> userspace
> 
> Currently qemu prints an alarming error message if you attempt to use VFIO
> and it can't initialize the KVM VFIO device.  We don't want to remove the
> warning, because lack of the KVM VFIO device could mean coherency problems
> on x86.  On powerpc, however, the error is harmless but looks disturbing,
> and a test based on host architecture in qemu would be ugly, and break if
> we do need the KVM VFIO device for something important in future.
> 
> There's nothing preventing the KVM VFIO device from being built for
> powerpc, so this patch turns it on.  It won't actually do anything, since
> we don't define any of the arch_*() hooks, but it will make qemu happy and
> we can extend it in future if we need to.
> 
> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
> Reviewed-by: Eric Auger <eric.auger@linaro.org>

Paul is going to take care of the kvm-ppc tree for 4.3. Also, ppc kvm
patches should get CC on the kvm-ppc@vger mailing list ;).

Paul, could you please pick this one up?


Thanks!

Alex

  reply	other threads:[~2015-08-26  9:34 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-13  1:15 [PATCH] vfio: Enable VFIO device for powerpc David Gibson
2015-08-26  9:34 ` Alexander Graf [this message]
2015-08-26  9:34   ` Alexander Graf
2015-08-26 18:54   ` Paul Mackerras
2015-08-26 18:54     ` Paul Mackerras
2015-09-07 11:06     ` Paolo Bonzini
2015-09-07 11:06       ` Paolo Bonzini
2016-08-11 12:57     ` Paolo Bonzini
2016-08-11 12:57       ` Paolo Bonzini
2016-08-11 13:19       ` Cornelia Huck
2016-08-11 13:19         ` Cornelia Huck
2016-08-11 14:04         ` Alexey Kardashevskiy
2016-08-11 14:04           ` Alexey Kardashevskiy
2016-08-12  6:46         ` David Gibson
2016-08-12  6:46           ` David Gibson
  -- strict thread matches above, loose matches on Subject: below --
2015-12-21  0:54 David Gibson
2015-07-20  6:12 David Gibson
2015-07-31  7:27 ` Eric Auger

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=55DD8822.4060409@suse.de \
    --to=agraf@suse.de \
    --cc=aik@ozlabs.ru \
    --cc=alex.williamson@redhat.com \
    --cc=benh@kernel.crashing.org \
    --cc=david@gibson.dropbear.id.au \
    --cc=kvm-ppc@vger.kernel.org \
    --cc=kvm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mdroth@linux.vnet.ibm.com \
    --cc=mpe@ellerman.id.au \
    --cc=paulus@samba.org \
    --cc=pbonzini@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.