From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35062) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z83oe-00038C-Gj for qemu-devel@nongnu.org; Thu, 25 Jun 2015 05:51:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z83oa-0003gH-FJ for qemu-devel@nongnu.org; Thu, 25 Jun 2015 05:51:28 -0400 Received: from mail-vn0-f50.google.com ([209.85.216.50]:36612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z83Zr-0004fy-H1 for qemu-devel@nongnu.org; Thu, 25 Jun 2015 05:36:11 -0400 Received: by vnbg1 with SMTP id g1so10152365vnb.3 for ; Thu, 25 Jun 2015 02:36:11 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <87ioacyw93.fsf@blackfin.pond.sub.org> References: <1435068107-12594-1-git-send-email-peter.maydell@linaro.org> <87ioacyw93.fsf@blackfin.pond.sub.org> From: Peter Maydell Date: Thu, 25 Jun 2015 10:35:51 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v2 for-2.4 0/3] block: Improve warnings for doubly-connected drives List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Kevin Wolf , QEMU Developers , qemu-block@nongnu.org, Patch Tracking On 25 June 2015 at 10:26, Markus Armbruster wrote: > Peter Maydell writes: > >> This patchset attempts to improve the warning and error messages for >> bad user command lines that attempt to connect a drive up to two >> devices. The motivation here is patch #4, which changes the default >> interface for the virt board to virtio. That will break some existing >> command lines which forgot to specify if=none, and so I would like >> us to at least diagnose that user error in a helpful way that points >> the user towards adding the missing if=none. > With the commit message of PATCH 3 amended, series > Reviewed-by: Markus Armbruster Thanks. Do you want to take this through a block tree or are you happy for me to put it through target-arm.next? -- PMM