From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35945) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAvMn-0000GK-Cr for qemu-devel@nongnu.org; Fri, 03 Jul 2015 03:26:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZAvMk-0000n2-6i for qemu-devel@nongnu.org; Fri, 03 Jul 2015 03:26:33 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55341) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZAvMk-0000mu-0y for qemu-devel@nongnu.org; Fri, 03 Jul 2015 03:26:30 -0400 Message-ID: <1435908385.26896.9.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 03 Jul 2015 09:26:25 +0200 In-Reply-To: <20150701152115.GA25407@morn.localdomain> References: <1435761670-19520-1-git-send-email-kraxel@redhat.com> <20150701152115.GA25407@morn.localdomain> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [SeaBIOS] [PATCH v3 00/25] virtio: add version 1.0 support, move to 32bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: seabios@seabios.org, qemu-devel@nongnu.org, "Michael S. Tsirkin" On Mi, 2015-07-01 at 11:21 -0400, Kevin O'Connor wrote: > On Wed, Jul 01, 2015 at 04:40:45PM +0200, Gerd Hoffmann wrote: > > Hi, > > > > This patch series adds virtio 1.0 support to the virtio blk and scsi > > drivers in seabios. With this series applied seabios happily boots > > in virtio 1.0 mode from both transitional and modern devices. This > > series also moves all virtio code to 32bit. > > > > Tested with Fedora 22 guest, booting from virtio-scsi cdrom (live iso), > > virtio-scsi disk and virtio-blk disk. > > Thanks - the series looks good to me. Pushed now. cheers, Gerd