From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=38110 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PgG4H-0005DV-Sl for qemu-devel@nongnu.org; Fri, 21 Jan 2011 07:26:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PgG4F-0006K0-0H for qemu-devel@nongnu.org; Fri, 21 Jan 2011 07:26:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:37778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PgG4E-0006JS-JA for qemu-devel@nongnu.org; Fri, 21 Jan 2011 07:26:14 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0LCQCUg018029 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Jan 2011 07:26:13 -0500 Message-ID: <4D397BC0.1020005@redhat.com> Date: Fri, 21 Jan 2011 13:27:44 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1295289090-18236-1-git-send-email-armbru@redhat.com> In-Reply-To: <1295289090-18236-1-git-send-email-armbru@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 0/5] -drive/drive_add fixes List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-devel@nongnu.org Am 17.01.2011 19:31, schrieb Markus Armbruster: > Note: PATCH 3/5 makes -drive reject duplicate definitions instead of > ignoring all but the first silently. If this isn't sufficiently > bug-compatible for you, we need to talk. > > Markus Armbruster (5): > blockdev: Fix error message for invalid -drive CHS > blockdev: Make drive_init() use error_report() > blockdev: Reject multiple definitions for the same drive > blockdev: Fix drive_del not to crash when drive is not in use > blockdev: Fix drive_add for drives without media > > blockdev.c | 88 ++++++++++++++++++++++++-------------------------- > blockdev.h | 2 +- > hw/device-hotplug.c | 3 +- > hw/usb-msd.c | 3 +- > vl.c | 6 +-- > 5 files changed, 47 insertions(+), 55 deletions(-) Thanks, applied all to the block branch. Kevin