Re: [Qemu-devel] [PATCH v6 04/11] hmp: disable monitor in preconfig state

2018-04-27 Thread Eric Blake
On 04/27/2018 10:05 AM, Igor Mammedov wrote: > Ban it for now, if someone would need it to work early, > one would have to implement checks if HMP command is valid > at preconfig state. > > Signed-off-by: Igor Mammedov > --- Reviewed-by: Eric Blake There's a bisection window between when RUN_S

[Qemu-devel] [PATCH v6 04/11] hmp: disable monitor in preconfig state

2018-04-27 Thread Igor Mammedov
Ban it for now, if someone would need it to work early, one would have to implement checks if HMP command is valid at preconfig state. Signed-off-by: Igor Mammedov --- v5: * add 'use QMP instead" to error message, suggesting user the right interface to use v4: * v3 was only printing error