On 18 February 2015 at 20:08, Markus Armbruster <arm...@redhat.com> wrote: > 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. > > For the block layer parts: > Acked-by: Kevin Wolf <kw...@redhat.com> > > For net parts: > Acked-by: Jason Wang <jasow...@redhat.com> > > The following changes since commit cd2d5541271f1934345d8ca42f5fafff1744eee7: > > Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20150212' into > staging (2015-02-13 11:44:50 +0000) > > are available in the git repository at: > > > git://repo.or.cz/qemu/armbru.git tags/pull-monitor-2015-02-18 > > for you to fetch changes up to 1ce6be24df0a2f634b61b9b882ac6d10af485ad6: > > hmp: Name HMP info handler functions hmp_info_SUBCOMMAND() (2015-02-18 > 11:58:50 +0100) > > ---------------------------------------------------------------- > hmp: Normalize HMP command handler names > > ---------------------------------------------------------------- > Markus Armbruster (3): > hmp: Clean up declarations for long-gone info handlers > hmp: Name HMP command handler functions hmp_COMMAND() > hmp: Name HMP info handler functions hmp_info_SUBCOMMAND()
Applied, thanks. -- PMM