Re: [Qemu-devel] [PATCH v2 06/11] Move monitor.c to monitor/misc.c

2019-06-12 Thread Markus Armbruster
Kevin Wolf writes: > Create a new monitor/ subdirectory and move monitor.c there. As the plan > is to move the monitor core into separate files, use the chance to > rename it to misc.c. I figure we'll want to move most of (all of?) monitor/misc.c out. Not a job this series must finish, of cours

Re: [Qemu-devel] [PATCH v2 06/11] Move monitor.c to monitor/misc.c

2019-06-11 Thread Dr. David Alan Gilbert
* Kevin Wolf (kw...@redhat.com) wrote: > Create a new monitor/ subdirectory and move monitor.c there. As the plan > is to move the monitor core into separate files, use the chance to > rename it to misc.c. > > Signed-off-by: Kevin Wolf Reviewed-by: Dr. David Alan Gilbert > --- > docs/devel/wr

[Qemu-devel] [PATCH v2 06/11] Move monitor.c to monitor/misc.c

2019-06-11 Thread Kevin Wolf
Create a new monitor/ subdirectory and move monitor.c there. As the plan is to move the monitor core into separate files, use the chance to rename it to misc.c. Signed-off-by: Kevin Wolf --- docs/devel/writing-qmp-commands.txt | 2 +- monitor.c => monitor/misc.c | 2 +- MAINTAINERS