From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56756) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fRH8R-0005Vs-Hr for qemu-devel@nongnu.org; Fri, 08 Jun 2018 09:08:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fRH8Q-0006iZ-HY for qemu-devel@nongnu.org; Fri, 08 Jun 2018 09:08:55 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:48554 helo=mx1.redhat.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fRH8Q-0006fm-DS for qemu-devel@nongnu.org; Fri, 08 Jun 2018 09:08:54 -0400 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7020180125D6 for ; Fri, 8 Jun 2018 13:08:48 +0000 (UTC) From: "Dr. David Alan Gilbert (git)" Date: Fri, 8 Jun 2018 14:08:39 +0100 Message-Id: <20180608130846.22234-1-dgilbert@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/7] Reenable hmp for preconfig mode List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, armbru@redhat.com, imammedo@redhat.com From: "Dr. David Alan Gilbert" 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 v3 Add Igor's patch to enable most of the same info commands in qmp 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 info commands for preconfig hmp: add exit_preconfig hmp: Allow HMP in preconfig state again Igor Mammedov (1): qmp: enable query-[chardev|version|name|uuid|iothreads|memdev] commands in preconfig state hmp-commands-info.hx | 12 ++++++++++++ hmp-commands.hx | 17 +++++++++++++++++ hmp.c | 7 +++++++ hmp.h | 1 + monitor.c | 43 ++++++++++++++++++++++++++++++++++--------- qapi/char.json | 3 ++- qapi/misc.json | 12 +++++++----- 7 files changed, 80 insertions(+), 15 deletions(-) -- 2.17.0