Re: [Qemu-block] [RFC PATCH 10/10] monitor: Split out monitor/core.c

2019-06-11 Thread Dr. David Alan Gilbert
* Kevin Wolf (kw...@redhat.com) wrote: > Am 07.06.2019 um 19:29 hat Dr. David Alan Gilbert geschrieben: > > * Kevin Wolf (kw...@redhat.com) wrote: > > > Move the monitor core infrastructure from monitor/misc.c to > > > monitor/core.c. This is code that can be shared for all targets, so > > >

Re: [Qemu-block] [RFC PATCH 10/10] monitor: Split out monitor/core.c

2019-06-11 Thread Kevin Wolf
Am 07.06.2019 um 19:29 hat Dr. David Alan Gilbert geschrieben: > * Kevin Wolf (kw...@redhat.com) wrote: > > Move the monitor core infrastructure from monitor/misc.c to > > monitor/core.c. This is code that can be shared for all targets, so > > compile it only once. > > > > What remains in

Re: [Qemu-block] [RFC PATCH 10/10] monitor: Split out monitor/core.c

2019-06-07 Thread Dr. David Alan Gilbert
* Kevin Wolf (kw...@redhat.com) wrote: > Move the monitor core infrastructure from monitor/misc.c to > monitor/core.c. This is code that can be shared for all targets, so > compile it only once. > > What remains in monitor/misc.c after this patch is mostly monitor > command implementations and

Re: [Qemu-block] [RFC PATCH 10/10] monitor: Split out monitor/core.c

2019-06-07 Thread Dr. David Alan Gilbert
Oh, can you also fix up the paths in writing-qmp-commands.txt? Thanks for this split! Dave -- Dr. David Alan Gilbert / dgilb...@redhat.com / Manchester, UK

[Qemu-block] [RFC PATCH 10/10] monitor: Split out monitor/core.c

2019-06-07 Thread Kevin Wolf
Move the monitor core infrastructure from monitor/misc.c to monitor/core.c. This is code that can be shared for all targets, so compile it only once. What remains in monitor/misc.c after this patch is mostly monitor command implementations and code that requires a system emulator or is even