From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32787) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF1d4-0000Os-El for qemu-devel@nongnu.org; Thu, 29 Aug 2013 08:47:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VF1cy-0008Rf-GE for qemu-devel@nongnu.org; Thu, 29 Aug 2013 08:47:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41183) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VF1cy-0008RV-98 for qemu-devel@nongnu.org; Thu, 29 Aug 2013 08:47:08 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7TCl7JT010283 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 29 Aug 2013 08:47:07 -0400 Date: Thu, 29 Aug 2013 14:47:21 +0200 From: Kevin Wolf Message-ID: <20130829124721.GI2961@dhcp-200-207.str.redhat.com> References: <1377767744-17667-1-git-send-email-mreitz@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1377767744-17667-1-git-send-email-mreitz@redhat.com> Subject: Re: [Qemu-devel] [PATCH] option: Add assigned flag to QEMUOptionParameter List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: qemu-devel@nongnu.org, Stefan Hajnoczi Am 29.08.2013 um 11:15 hat Max Reitz geschrieben: > Adds an "assigned" flag to QEMUOptionParameter which is cleared at the > beginning of parse_option_parameters and set on (successful) > set_option_parameter and set_option_parameter_int. > > Signed-off-by: Max Reitz Thanks, applied to the block branch. Kevin