From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43627) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z22FL-0001G0-9x for qemu-devel@nongnu.org; Mon, 08 Jun 2015 14:58:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z22FF-0001GW-KE for qemu-devel@nongnu.org; Mon, 08 Jun 2015 14:58:07 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z22FF-0001G7-G1 for qemu-devel@nongnu.org; Mon, 08 Jun 2015 14:58:01 -0400 From: Markus Armbruster Date: Mon, 8 Jun 2015 20:57:52 +0200 Message-Id: <1433789877-6950-3-git-send-email-armbru@redhat.com> In-Reply-To: <1433789877-6950-1-git-send-email-armbru@redhat.com> References: <1433789877-6950-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH 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 --- include/hw/qdev-core.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index 5789b91..fbfc741 100644 --- a/include/hw/qdev-core.h +++ b/include/hw/qdev-core.h @@ -65,8 +65,6 @@ 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(). * 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