Re: [Qemu-devel] [PATCH v3 07/15] Move monitor.c to monitor/misc.c

2019-06-13 Thread Markus Armbruster
Markus Armbruster writes: > 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. >> >> Signed-off-by: Kevin Wolf >> Reviewed-by: Dr. David Alan Gilbert >> R

Re: [Qemu-devel] [PATCH v3 07/15] Move monitor.c to monitor/misc.c

2019-06-13 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. > > Signed-off-by: Kevin Wolf > Reviewed-by: Dr. David Alan Gilbert > Reviewed-by: Markus Armbruster > --- >

[Qemu-devel] [PATCH v3 07/15] Move monitor.c to monitor/misc.c

2019-06-13 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 Reviewed-by: Dr. David Alan Gilbert Reviewed-by: Markus Armbruster --- docs/devel/writing-qmp-commands.txt