Re: [Qemu-devel] [PATCH 8/9] hmp-commands: add sync-profile

2018-08-17 Thread Dr. David Alan Gilbert
* Emilio G. Cota (c...@braap.org) wrote: > The command introduced here is just for developers. This means that: > > - the interface implemented here could change in the future > - the command is only meant to be used from HMP, not from QMP > > Signed-off-by: Emilio G. Cota > --- > hmp.h

[Qemu-devel] [PATCH 8/9] hmp-commands: add sync-profile

2018-08-16 Thread Emilio G. Cota
The command introduced here is just for developers. This means that: - the interface implemented here could change in the future - the command is only meant to be used from HMP, not from QMP Signed-off-by: Emilio G. Cota --- hmp.h | 1 + hmp.c | 24