Re: [Qemu-devel] [PATCH 06/16] qemu-io: Split off commands to qemu-io-cmds.c

2013-06-04 Thread Kevin Wolf
Am 29.05.2013 um 22:29 hat Eric Blake geschrieben: > On 05/28/2013 09:27 AM, Kevin Wolf wrote: > > This is the implementation of all qemu-io commands that make sense to be > > called from the qemu monitor, i.e. everything except open, close and > > quit. > > > > Signed-off-by: Kevin Wolf > > ---

Re: [Qemu-devel] [PATCH 06/16] qemu-io: Split off commands to qemu-io-cmds.c

2013-05-29 Thread Eric Blake
On 05/28/2013 09:27 AM, Kevin Wolf wrote: > This is the implementation of all qemu-io commands that make sense to be > called from the qemu monitor, i.e. everything except open, close and > quit. > > Signed-off-by: Kevin Wolf > --- > Makefile |2 +- > qemu-io-cmds.c | 1835 > +