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

2019-06-07 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 > --- > monitor.c => monitor/misc.c | 0 > Makefile.target

[Qemu-devel] [RFC PATCH 06/10] Move monitor.c to monitor/misc.c

2019-06-07 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 --- monitor.c => monitor/misc.c | 0 Makefile.target | 3 ++- monitor/Makefile.objs | 1 +