From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:51542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNJz5-0000PW-5F for qemu-devel@nongnu.org; Wed, 03 Apr 2013 05:28:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UNJz0-0006Uj-Is for qemu-devel@nongnu.org; Wed, 03 Apr 2013 05:27:59 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61916) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UNJz0-0006UY-Az for qemu-devel@nongnu.org; Wed, 03 Apr 2013 05:27:54 -0400 Date: Wed, 3 Apr 2013 14:57:46 +0530 From: Amit Shah Message-ID: <20130403092746.GB15683@amit.redhat.com> References: <1364547764-6627-1-git-send-email-fred.konrad@greensocs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1364547764-6627-1-git-send-email-fred.konrad@greensocs.com> Subject: Re: [Qemu-devel] [PATCH v4 0/7] virtio-serial refactoring. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: fred.konrad@greensocs.com Cc: cornelia.huck@de.ibm.com, peter.maydell@linaro.org, aliguori@us.ibm.com, mark.burton@greensocs.com, qemu-devel@nongnu.org On (Fri) 29 Mar 2013 [10:02:37], fred.konrad@greensocs.com wrote: > From: KONRAD Frederic > > This is the next part of virtio-refactoring. > > Basically it creates virtio-serial device which extends virtio-device. > Then a virtio-serial can be connected on a virtio-bus. > virtio-serial-pci, virtio-serial-s390 and virtio-serial-ccw are created too, > they extend respectively virtio-pci, virtio-s390-device, virtio-ccw-device and > have a virtio-serial. Except for one error, other things look OK. Thanks, Amit