From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cW64D-0006o8-4T for qemu-devel@nongnu.org; Tue, 24 Jan 2017 13:43:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cW64C-0005bW-94 for qemu-devel@nongnu.org; Tue, 24 Jan 2017 13:43:41 -0500 From: Markus Armbruster References: <1485164923-17736-1-git-send-email-armbru@redhat.com> <1485164923-17736-7-git-send-email-armbru@redhat.com> <2fd376cd-e88a-b6da-d648-b80d35e74c7a@redhat.com> <877f5l1tak.fsf@dusky.pond.sub.org> <3512807d-d04e-50fa-9fcf-d1d5ba8ac350@redhat.com> <87r33saa6p.fsf@dusky.pond.sub.org> <4cd45561-60e9-2cd2-e317-880ba9eb2f86@redhat.com> <87fuk82x48.fsf@dusky.pond.sub.org> <6d55bfe0-20f3-d153-910b-7c28fd74f6ab@redhat.com> Date: Tue, 24 Jan 2017 19:43:32 +0100 In-Reply-To: (Peter Maydell's message of "Tue, 24 Jan 2017 17:58:38 +0000") Message-ID: <8737g8z4bv.fsf@dusky.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 6/6] hw/i386/i386: Stop auto-creating lsi53c895a SCSI HBAs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , Kevin Wolf , Qemu-block , "Michael S . Tsirkin" , Alexander Graf , QEMU Developers , David Gibson Peter Maydell writes: > On 24 January 2017 at 17:40, Paolo Bonzini wrote: >> But is really lsi53c895a the best we can provide for >> versatilepb/versatileab/realview-eb/realview-eb-mpcore? Could virtio-pci >> work well too?... > > I assume that people will still have legacy kernel images > which include the LSI drivers but not the virtio-pci drivers. > versatilepb in particular is pretty widely used as an example > ARM QEMU system (it was the sanest one before virt came along), > so there's a good chance of breaking a bunch of tutorials > and old images if you stop creating LSI devices. > > More generally, I'd rather not spend any time at all messing > about with these old board models if they're not actually broken. Okay, I'll keep adding lsi devices for if=scsi drives with these four machine types.