From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cornelia Huck Subject: Re: [PATCH v2 5/5] [HACK] Handle multiple virtio aliases. Date: Tue, 9 Oct 2012 16:39:24 +0200 Message-ID: <20121009163924.376e0dad@BR9GNB5Z> 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 Return-path: In-Reply-To: <87lig4rcqz.fsf@codemonkey.ws> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org Sender: qemu-devel-bounces+gceq-qemu-devel=gmane.org@nongnu.org List-Archive: List-Post: 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 List-ID: 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