From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YLrdv-0005Rz-Q5 for qemu-devel@nongnu.org; Thu, 12 Feb 2015 06:09:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YLrdp-0003PY-Ux for qemu-devel@nongnu.org; Thu, 12 Feb 2015 06:09:11 -0500 Date: Thu, 12 Feb 2015 12:09:01 +0100 From: Kevin Wolf Message-ID: <20150212110901.GI4189@noname.str.redhat.com> References: <1423738334-13545-1-git-send-email-armbru@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1423738334-13545-1-git-send-email-armbru@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/3] hmp: Normalize HMP command handler names List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: "Michael S. Tsirkin" , qemu-trivial@nongnu.org, Jason Wang , qemu-devel@nongnu.org, Michael Walle , Gerd Hoffmann , Stefan Hajnoczi Am 12.02.2015 um 11:52 hat Markus Armbruster geschrieben: > When I can't guess a handler's name, I have to look it up in > hmp-commands.hx. Happens often enough to annoy me. Let's make them > more predictable. > > Touches several subsystems because HMP command handlers are still > spread far and wide, but the changes are trivial. Speak up if you > want your subsystem's part routed through your tree rather than > -trivial. > > Cc: Kevin Wolf > Cc: Stefan Hajnoczi > Cc: Michael Walle > Cc: "Michael S. Tsirkin" > Cc: Gerd Hoffmann > Cc: Jason Wang For the block layer parts: Acked-by: Kevin Wolf