Re: [Qemu-devel] [PATCH 08/16] qemu-io: Move 'help' function

2013-06-05 Thread Stefan Hajnoczi
On Tue, May 28, 2013 at 05:27:28PM +0200, Kevin Wolf wrote: > No reason to treat it different from other commands. Move it to > qemu-io-cmds.c, adapt the coding style and register it like any other > command. > > Signed-off-by: Kevin Wolf > --- > cmd.c | 79 > --

Re: [Qemu-devel] [PATCH 08/16] qemu-io: Move 'help' function

2013-06-04 Thread Kevin Wolf
Am 29.05.2013 um 23:25 hat Eric Blake geschrieben: > On 05/28/2013 09:27 AM, Kevin Wolf wrote: > > No reason to treat it different from other commands. Move it to > > qemu-io-cmds.c, adapt the coding style and register it like any other > > command. > > > > Signed-off-by: Kevin Wolf > > --- > >

Re: [Qemu-devel] [PATCH 08/16] qemu-io: Move 'help' function

2013-05-29 Thread Eric Blake
On 05/28/2013 09:27 AM, Kevin Wolf wrote: > No reason to treat it different from other commands. Move it to > qemu-io-cmds.c, adapt the coding style and register it like any other > command. > > Signed-off-by: Kevin Wolf > --- > cmd.c | 79 >

[Qemu-devel] [PATCH 08/16] qemu-io: Move 'help' function

2013-05-28 Thread Kevin Wolf
No reason to treat it different from other commands. Move it to qemu-io-cmds.c, adapt the coding style and register it like any other command. Signed-off-by: Kevin Wolf --- cmd.c | 79 -- cmd.h | 1 - qemu-io-cmds.c | 67