From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55368) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLayD-0007A3-16 for qemu-devel@nongnu.org; Tue, 09 Oct 2012 10:39:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TLay2-0007Wk-TH for qemu-devel@nongnu.org; Tue, 09 Oct 2012 10:39:40 -0400 Received: from e06smtp15.uk.ibm.com ([195.75.94.111]:38918) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TLay2-0007WM-K3 for qemu-devel@nongnu.org; Tue, 09 Oct 2012 10:39:30 -0400 Received: from /spool/local by e06smtp15.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 9 Oct 2012 15:39:29 +0100 Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q99EdLMq44826754 for ; Tue, 9 Oct 2012 14:39:21 GMT Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q99EdQxb017610 for ; Tue, 9 Oct 2012 08:39:27 -0600 Date: Tue, 9 Oct 2012 16:39:24 +0200 From: Cornelia Huck Message-ID: <20121009163924.376e0dad@BR9GNB5Z> In-Reply-To: <87lig4rcqz.fsf@codemonkey.ws> References: <1346771633-53081-1-git-send-email-cornelia.huck@de.ibm.com> <1346771633-53081-6-git-send-email-cornelia.huck@de.ibm.com> <87lig4rcqz.fsf@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 5/5] [HACK] Handle multiple virtio aliases. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: linux-s390 , Marcelo Tosatti , KVM , Carsten Otte , Sebastian Ott , Rusty Russell , Heiko Carstens , qemu-devel , Alexander Graf , Christian Borntraeger , Avi Kivity , Martin Schwidefsky On Thu, 20 Sep 2012 09:27:00 -0500 Anthony Liguori wrote: > Cornelia Huck writes: > > > This patch enables using both virtio-xxx-s390 and virtio-xxx-ccw > > by making the alias lookup code verify that a driver is actually > > registered. > > > > (Only included in order to allow testing of virtio-ccw; should be > > replaced by cleaning up the virtio bus model.) > > > > Not-signed-off-by: Cornelia Huck > > No more aliases. Just drop the whole thing. The whole alias stuff I put in there was just to be able to test virtio-ccw. I agree that we should use the cleaned-up virtio driver model that had been proposed for virtio-mmio earlier; I just want to make sure the virtio-ccw interface is sane first. > > Regards, > > Anthony Liguori