On Wed, Aug 23, 2017 at 06:46:29PM +0100, Dr. David Alan Gilbert wrote:
> * Peter Xu (pet...@redhat.com) wrote:
> > Introducing new option "without_bql" for HMP commands. It works just
> > like QMP "without-bql", but for HMP commands.
> >
> > Signed-off-by: Peter Xu
>
> It's going to be interes
* Peter Xu (pet...@redhat.com) wrote:
> Introducing new option "without_bql" for HMP commands. It works just
> like QMP "without-bql", but for HMP commands.
>
> Signed-off-by: Peter Xu
It's going to be interesting when we have hmp commands that just call
their qmp equivalent that we need to che
Introducing new option "without_bql" for HMP commands. It works just
like QMP "without-bql", but for HMP commands.
Signed-off-by: Peter Xu
---
monitor.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/monitor.c b/monitor.c
index 3d4ecff..c26c797 100644
--- a/monitor.c
+++ b/moni