From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50300) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSkV2-0005JC-RO for qemu-devel@nongnu.org; Wed, 26 Mar 2014 05:52:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSkUu-00049e-BP for qemu-devel@nongnu.org; Wed, 26 Mar 2014 05:51:56 -0400 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:37005) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSkUu-00049Y-3i for qemu-devel@nongnu.org; Wed, 26 Mar 2014 05:51:48 -0400 Received: by mail-ee0-f53.google.com with SMTP id b57so1427054eek.12 for ; Wed, 26 Mar 2014 02:51:46 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5332A32D.30805@redhat.com> Date: Wed, 26 Mar 2014 10:51:41 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20140325133001.GA31003@redhat.com> <53318A4F.7040203@redhat.com> <53318EFD.5030304@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] aarch64: -device virtio-scsi-device, id=scsi: No 'virtio-bus' bus found for device 'virtio-scsi-device' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: "Richard W.M. Jones" , QEMU Developers Il 25/03/2014 19:59, Peter Maydell ha scritto: >> > Could "virt" be a sane default for qemu-system-arm? >> > 2.0 might be the right time to change it. > Really I don't think there is a sane default at all for > ARM. Boards are just too different and you must know > which one you want. Anything other than "the user > must always specify" is just too confusing for people > who are expecting something closer to x86 monoculture. > > If we want to remove the default for both for 2.0 > I'm happy to do that -- it's a oneliner. It's your call as the maintainer. I certainly wouldn't object to that, though (perhaps it's my delusion) I would have hoped that "virt" would have been a suitable choice for users coming from x86. Paolo