From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47541) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5x6t-0004bR-O0 for qemu-devel@nongnu.org; Fri, 19 Jun 2015 10:17:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5x6q-0002Vs-H5 for qemu-devel@nongnu.org; Fri, 19 Jun 2015 10:17:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34715) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5x6q-0002Vc-BK for qemu-devel@nongnu.org; Fri, 19 Jun 2015 10:17:32 -0400 From: Markus Armbruster Date: Fri, 19 Jun 2015 16:17:23 +0200 Message-Id: <1434723448-24879-3-git-send-email-armbru@redhat.com> In-Reply-To: <1434723448-24879-1-git-send-email-armbru@redhat.com> References: <1434723448-24879-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v3 2/7] qdev: Un-deprecate qdev_init_nofail() List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, afaerber@suse.de, kraxel@redhat.com It's a perfectly sensible helper function. Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake --- 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 5789b91..b736b03 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 @realize. * After successful realization, setting static properties will fail. * - * As an interim step, the #DeviceState:realized property is set by deprecated - * 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 children * and along busses they expose. * The point in time will be deferred to machine creation, so that values -- 1.9.3