From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1elDym-0005Hs-M2 for qemu-devel@nongnu.org; Mon, 12 Feb 2018 08:17:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1elDyl-0003ND-U8 for qemu-devel@nongnu.org; Mon, 12 Feb 2018 08:17:08 -0500 Date: Mon, 12 Feb 2018 14:16:44 +0100 From: Kevin Wolf Message-ID: <20180212131644.GD5103@localhost.localdomain> References: <20180212124718.21935-1-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180212124718.21935-1-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] iotests: Use virtio-blk in 155 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-block@nongnu.org, qemu-devel@nongnu.org, Christian Borntraeger Am 12.02.2018 um 13:47 hat Max Reitz geschrieben: > Only a few select machine types support floppy drives and there is > actually nothing preventing us from using virtio here, so let's do it. > > Reported-by: Christian Borntraeger > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin