From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWoYF-0007A3-5v for qemu-devel@nongnu.org; Wed, 24 Sep 2014 11:32:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XWoY8-00082d-TZ for qemu-devel@nongnu.org; Wed, 24 Sep 2014 11:32:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54893) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWoY8-00082E-Mw for qemu-devel@nongnu.org; Wed, 24 Sep 2014 11:32:12 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s8OFW6TR021519 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 24 Sep 2014 11:32:07 -0400 From: Markus Armbruster References: <1411490885-29782-1-git-send-email-jsnow@redhat.com> Date: Wed, 24 Sep 2014 17:32:03 +0200 In-Reply-To: <1411490885-29782-1-git-send-email-jsnow@redhat.com> (John Snow's message of "Tue, 23 Sep 2014 12:47:59 -0400") Message-ID: <87d2alm3v0.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Qemu-devel] [PATCH 0/6] Q35: Implement -cdrom/-hda sugar List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: John Snow Cc: kwolf@redhat.com, qemu-devel@nongnu.org, stefanha@redhat.com, mst@redhat.com John Snow writes: > The Q35 board initialization does not currently bother to look > for any drives added by the various syntactical sugar shorthands > to be added to the AHCI HBA. These include -hda through -hdd, > -cdrom, and -drive if=ide shorthands. > > An obstacle to having implemented this sooner is debate over > whether or not to add an additional interface type, and how to > manage the different units-per-bus mappings of various HBA > implementations. > > This patch series: > (1) Does not add IF_AHCI, but reuses IF_IDE > (2) Allows the if_max_devs table to be overridden > (3) Adds this override to the Q35 board type. > (4) Finally, adds implementation to Q35 initialization. I'm pleased with your solution, and I think it's almost ready for merge.