From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPsP8-0004Ul-QY for qemu-devel@nongnu.org; Wed, 10 Apr 2013 06:37:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPsP7-0006J1-FH for qemu-devel@nongnu.org; Wed, 10 Apr 2013 06:37:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15542) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPsMF-00057V-7i for qemu-devel@nongnu.org; Wed, 10 Apr 2013 06:34:27 -0400 Date: Wed, 10 Apr 2013 16:04:16 +0530 From: Amit Shah Message-ID: <20130410103416.GA12480@amit.redhat.com> References: <1365512016-21944-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: <1365512016-21944-1-git-send-email-fred.konrad@greensocs.com> Subject: Re: [Qemu-devel] [PATCH v6 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 (Tue) 09 Apr 2013 [14:53:29], 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. > > Tested-by: Cornelia Huck > Reviewed-by: Cornelia Huck > Reviewed-by: Peter Maydell > > You can checkout my branch here: > > git://project.greensocs.com/qemu-virtio.git virtio-serial-v6 > > Note that it is nearly the same series as virtio-blk and virtio-scsi > refactoring. > > I made basic tests (with linux guests) on: > * qemu-system-i386 > > Amit are you ok with that? Thanks, this looks good. Acked-by: Amit Shah Amit