From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45861) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXOr5-0006uY-Eg for qemu-devel@nongnu.org; Mon, 25 Jun 2018 06:36:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXOr4-0007de-PT for qemu-devel@nongnu.org; Mon, 25 Jun 2018 06:36:19 -0400 Received: from mail-ot0-x244.google.com ([2607:f8b0:4003:c0f::244]:33109) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXOr4-0007dL-JB for qemu-devel@nongnu.org; Mon, 25 Jun 2018 06:36:18 -0400 Received: by mail-ot0-x244.google.com with SMTP id h6-v6so14523334otj.0 for ; Mon, 25 Jun 2018 03:36:18 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20180625103138.GJ16514@angien.pipo.sk> References: <20180615142108.27814-1-kwolf@redhat.com> <20180615142108.27814-26-kwolf@redhat.com> <7a310b92-f8cb-b68b-d882-9b2959794347@de.ibm.com> <20180622125502.GF4366@localhost.localdomain> <20180622142513.GH4366@localhost.localdomain> <20180622154042.GS23296@redhat.com> <20180625103138.GJ16514@angien.pipo.sk> From: Peter Maydell Date: Mon, 25 Jun 2018 11:35:57 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 25/26] block: Remove deprecated -drive option serial List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Krempa Cc: =?UTF-8?Q?Daniel_P=2E_Berrang=C3=A9?= , Kevin Wolf , Christian Borntraeger , Boris Fiuczynski , Qemu-block , Libvirt , Jeff Cody , QEMU Developers , Markus Armbruster On 25 June 2018 at 11:31, Peter Krempa wrote: > On Mon, Jun 25, 2018 at 11:01:46 +0100, Peter Maydell wrote: >> On 22 June 2018 at 16:40, Daniel P. Berrang=C3=A9 = wrote: >> > - SD card - requires -drive with if=3Dsd, no -device support AFAICT >> >> Hmm? You can use -device if you want: >> -drive if=3Dnone,id=3Dmydrive,... -device sd-card,...,drive=3Dmydrive >> (the sd-card device then plugs into the sd controller device >> via the sd-bus bus). >> >> Most command lines floating around on the web use if=3Dsd, though >> (which doesn't require explicit creation of the sd-card device.) > > When I've spoke with Markus during the KVM forum he found out that some > machine types still don't support that, so that why libvirt didn't > bother converting it yet. Yes, it's a bit of a stalled-in-progress transition... thanks -- PMM