qdev: Un-deprecate qdev_init_nofail()
It's a perfectly sensible helper function. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
		
							parent
							
								
									0210afe669
								
							
						
					
					
						commit
						daeba9699d
					
				| 
						 | 
					@ -65,8 +65,8 @@ struct VMStateDescription;
 | 
				
			||||||
 * Operations depending on @props static properties should go into @realize.
 | 
					 * Operations depending on @props static properties should go into @realize.
 | 
				
			||||||
 * After successful realization, setting static properties will fail.
 | 
					 * After successful realization, setting static properties will fail.
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * As an interim step, the #DeviceState:realized property is set by deprecated
 | 
					 * As an interim step, the #DeviceState:realized property can also be
 | 
				
			||||||
 * function qdev_init_nofail().
 | 
					 * set with qdev_init_nofail().
 | 
				
			||||||
 * In the future, devices will propagate this state change to their children
 | 
					 * In the future, devices will propagate this state change to their children
 | 
				
			||||||
 * and along busses they expose.
 | 
					 * and along busses they expose.
 | 
				
			||||||
 * The point in time will be deferred to machine creation, so that values
 | 
					 * The point in time will be deferred to machine creation, so that values
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue