From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55562) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT9zE-0005Y5-Ti for qemu-devel@nongnu.org; Thu, 27 Mar 2014 09:04:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT9z8-0000QA-Iu for qemu-devel@nongnu.org; Thu, 27 Mar 2014 09:04:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT9z8-0000Q4-Bl for qemu-devel@nongnu.org; Thu, 27 Mar 2014 09:04:42 -0400 From: Amos Kong Date: Thu, 27 Mar 2014 21:04:28 +0800 Message-Id: <1395925471-19841-1-git-send-email-akong@redhat.com> Subject: [Qemu-devel] [PATCH v5 for 2.0 0/3] ABI change: change group name of option table to match with option name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com, libvirt-list@redhat.com, anthony@codemonkey.ws, pbonzini@redhat.com, afaerber@suse.de This patchset changes group names of option tables to match with option name, this breakes ABI, release note was updated. V4: fix tpmdev, add name matching test (markus) V5: adjust patch order (paolo) Amos Kong (3): only add qemu_tpmdev_opts when CONFIG_TPM is defined update names in option tables to match with actual command-line spelling abort QEMU if group name in option table doesn't match with defined option name hw/acpi/core.c | 8 ++++---- hw/nvram/fw_cfg.c | 4 ++-- include/qemu/option.h | 2 +- qemu-options.h | 12 ++++++++++++ util/qemu-config.c | 28 ++++++++++++++++++++++++++++ vl.c | 37 +++++++++++++------------------------ 6 files changed, 60 insertions(+), 31 deletions(-) -- 1.8.5.3