From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:60399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TfVYP-0003OF-5o for qemu-devel@nongnu.org; Mon, 03 Dec 2012 07:55:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TfVYO-0000TK-0r for qemu-devel@nongnu.org; Mon, 03 Dec 2012 07:55:21 -0500 Date: Mon, 3 Dec 2012 13:55:16 +0100 From: Stefan Hajnoczi Message-ID: <20121203125516.GC6048@stefanha-thinkpad.redhat.com> References: <1353593796-26823-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1353593796-26823-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [Qemu-trivial] [PATCH] Clean up pci_drive_hot_add()'s use of BlockInterfaceType List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, agraf@suse.de On Thu, Nov 22, 2012 at 03:16:36PM +0100, Markus Armbruster wrote: > pci_drive_hot_add() parameter type has the wrong type: int instead of > BlockInterfaceType. It's actually redundant, so we can just drop it. > > Signed-off-by: Markus Armbruster > --- > hw/device-hotplug.c | 11 ++++------- > hw/pci-hotplug.c | 7 +++---- > sysemu.h | 3 +-- > 3 files changed, 8 insertions(+), 13 deletions(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan