From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57758) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3jSH-0000N2-Nj for qemu-devel@nongnu.org; Sat, 13 Jun 2015 07:18:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z3jSE-0005aP-L8 for qemu-devel@nongnu.org; Sat, 13 Jun 2015 07:18:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41209) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z3jSE-0005a2-GD for qemu-devel@nongnu.org; Sat, 13 Jun 2015 07:18:26 -0400 From: Markus Armbruster Date: Sat, 13 Jun 2015 13:18:17 +0200 Message-Id: <1434194302-26589-3-git-send-email-armbru@redhat.com> In-Reply-To: <1434194302-26589-1-git-send-email-armbru@redhat.com> References: <1434194302-26589-1-git-send-email-armbru@redhat.com> Subject: [Qemu-devel] [PATCH v2 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 | 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