From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49839) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT9cT-000704-Jn for qemu-devel@nongnu.org; Thu, 27 Mar 2014 08:41:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WT9QM-0004Rd-6N for qemu-devel@nongnu.org; Thu, 27 Mar 2014 08:28:58 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55172) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WT9QL-0004RL-Su for qemu-devel@nongnu.org; Thu, 27 Mar 2014 08:28:46 -0400 Message-ID: <53341975.5090204@redhat.com> Date: Thu, 27 Mar 2014 13:28:37 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1395887892-25910-1-git-send-email-akong@redhat.com> In-Reply-To: <1395887892-25910-1-git-send-email-akong@redhat.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 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: Amos Kong , qemu-devel@nongnu.org Cc: afaerber@suse.de, armbru@redhat.com, anthony@codemonkey.ws, libvirt-list@redhat.com Il 27/03/2014 03:38, Amos Kong ha scritto: > This patchset changes group names of option tables to match with option name, > this breakes ABI, release note was updated. > > Amos Kong (3): > only add qemu_tpmdev_opts when CONFIG_TPM is defined > abort QEMU if group name in option table doesn't match with defined > option name > update names in option tables to match with actual command-line > spelling > > 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(-) > Patches 2 and 3 should be in the opposite order. Paolo