From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56208) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z602B-0001Z4-Lw for qemu-devel@nongnu.org; Fri, 19 Jun 2015 13:24:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z6027-0000dV-9D for qemu-devel@nongnu.org; Fri, 19 Jun 2015 13:24:55 -0400 Received: from cantor2.suse.de ([195.135.220.15]:59007 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z6027-0000cc-2n for qemu-devel@nongnu.org; Fri, 19 Jun 2015 13:24:51 -0400 From: =?UTF-8?q?Andreas=20F=C3=A4rber?= Date: Fri, 19 Jun 2015 19:24:47 +0200 Message-Id: <1434734687-5578-15-git-send-email-afaerber@suse.de> In-Reply-To: <1434734687-5578-1-git-send-email-afaerber@suse.de> References: <1434734687-5578-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL v3 14/14] qdev: Un-deprecate qdev_init_nofail() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Markus Armbruster , =?UTF-8?q?Andreas=20F=C3=A4rber?= From: Markus Armbruster It's a perfectly sensible helper function. Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake Signed-off-by: Andreas F=C3=A4rber --- include/hw/qdev-core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index 64154a9..038b54d 100644 --- a/include/hw/qdev-core.h +++ b/include/hw/qdev-core.h @@ -65,8 +65,8 @@ struct VMStateDescription; * Operations depending on @props static properties should go into @real= ize. * After successful realization, setting static properties will fail. * - * As an interim step, the #DeviceState:realized property is set by depr= ecated - * function qdev_init_nofail(). + * As an interim step, the #DeviceState:realized property can also be + * set with qdev_init_nofail(). * In the future, devices will propagate this state change to their chil= dren * and along busses they expose. * The point in time will be deferred to machine creation, so that value= s --=20 2.1.4