From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzNy6-0003EP-MM for qemu-devel@nongnu.org; Thu, 19 Nov 2015 07:05:39 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZzNy3-0003qL-Cg for qemu-devel@nongnu.org; Thu, 19 Nov 2015 07:05:38 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35724) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZzNy3-0003qA-3V for qemu-devel@nongnu.org; Thu, 19 Nov 2015 07:05:35 -0500 Date: Thu, 19 Nov 2015 14:05:31 +0200 From: "Michael S. Tsirkin" Message-ID: <20151119120531.GA27246@redhat.com> References: <011b01d122af$c60f7ce0$522e76a0$@samsung.com> <564D9CD2.3080504@de.ibm.com> <012d01d122b3$99fadce0$cdf096a0$@samsung.com> <20151119124114.1c818abe.cornelia.huck@de.ibm.com> <014d01d122c2$2057f490$6107ddb0$@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <014d01d122c2$2057f490$6107ddb0$@samsung.com> Subject: Re: [Qemu-devel] [PATCH] virtio: Implement userspace forwarding for host notifiers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pavel Fedin Cc: 'Cornelia Huck' , 'Christian Borntraeger' , qemu-devel@nongnu.org On Thu, Nov 19, 2015 at 03:02:12PM +0300, Pavel Fedin wrote: > Hello! > > > > I think if you have motivation, you could implement userspace forwarding for ccw yourself, > > since you know the thing and know how to > > > do it. For MMIO it was indeed very simple. > > > > I'll take a peek at your patch. > > This is actually a note for Michael. ccw support is one more reason for handling forwarding on virtio device level, not on memory > region level. > > Kind regards, > Pavel Fedin > Expert Engineer > Samsung Electronics Research center Russia > I don't know what is the right solution for CCW but patching pci and mmio like you did will not help CCW at all. -- MST