From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fb0L2-00040w-22 for qemu-devel@nongnu.org; Thu, 05 Jul 2018 05:14:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fb0Ky-0001Lo-RR for qemu-devel@nongnu.org; Thu, 05 Jul 2018 05:14:08 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:41920 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 1fb0Ky-0001L6-NG for qemu-devel@nongnu.org; Thu, 05 Jul 2018 05:14:04 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 5DA30407049A for ; Thu, 5 Jul 2018 09:14:04 +0000 (UTC) From: Markus Armbruster Date: Thu, 5 Jul 2018 11:14:00 +0200 Message-Id: <20180705091402.26244-1-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] Let's not chisel --preconfig in stone without a user List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: imammedo@redhat.com, eblake@redhat.com, ehabkost@redhat.com, pkrempa@redhat.com Please refer to PATCH 1 for rationale. Markus Armbruster (2): qapi: Do not expose "allow-preconfig" in query-qmp-schema cli qmp: Mark --preconfig, exit-preconfig experimental hmp.c | 2 +- qapi/introspect.json | 5 +---- qapi/misc.json | 6 +++--- qemu-options.hx | 9 +++++---- qemu-tech.texi | 11 ++++------- qmp.c | 2 +- scripts/qapi/introspect.py | 3 +-- tests/numa-test.c | 2 +- tests/qmp-test.c | 6 +++--- 9 files changed, 20 insertions(+), 26 deletions(-) -- 2.17.1