[Qemu-devel] [PATCH v5 0/7] Reenable hmp for preconfig mode

Dr. David Alan Gilbert (git) posted 7 patches 5 years, 10 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180620153947.30834-1-dgilbert@redhat.com
Test checkpatch passed
Test docker-mingw@fedora passed
Test docker-quick@centos7 passed
Test s390x passed
hmp-commands-info.hx | 11 +++++++++++
hmp-commands.hx      | 23 +++++++++++++++++++++++
hmp.c                |  8 ++++++++
hmp.h                |  1 +
monitor.c            | 43 ++++++++++++++++++++++++++++++++++---------
qapi/char.json       |  3 ++-
qapi/misc.json       | 27 +++++++++++++++++----------
7 files changed, 96 insertions(+), 20 deletions(-)
[Qemu-devel] [PATCH v5 0/7] Reenable hmp for preconfig mode
Posted by Dr. David Alan Gilbert (git) 5 years, 10 months ago
From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Reenable HMP in preconfig mode; it's pretty
easy and anyway I want to do a similar thing for OOB eventually.
We'll want to enable more commands in preconfig mode to make it
useful at some point.

Dave
 
v5
  Drop info usbhost as per Gerd's comments

Dr. David Alan Gilbert (6):
  hmp: Add flag for preconfig commands
  hmp: Allow help on preconfig commands
  hmp: Restrict auto-complete in preconfig
  hmp: Add commands for preconfig
  hmp: add exit_preconfig
  hmp: Allow HMP in preconfig state again

Igor Mammedov (1):
  qmp: Enable a few commands in preconfig state

 hmp-commands-info.hx | 11 +++++++++++
 hmp-commands.hx      | 23 +++++++++++++++++++++++
 hmp.c                |  8 ++++++++
 hmp.h                |  1 +
 monitor.c            | 43 ++++++++++++++++++++++++++++++++++---------
 qapi/char.json       |  3 ++-
 qapi/misc.json       | 27 +++++++++++++++++----------
 7 files changed, 96 insertions(+), 20 deletions(-)

-- 
2.17.1