On 21/7/26 10:16, Akihiko Odaki wrote:
qdev_is_realized() only reads DeviceState. Make its parameter const so a later caller with a const DeviceState * can use it.Signed-off-by: Akihiko Odaki <[email protected]> --- include/hw/core/qdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
