On 21/7/26 10:17, Akihiko Odaki wrote:
DeviceState fields should be accessed through qdev helpers rather than directly. Use qdev_is_realized() instead of reading DeviceState::realized directly.Signed-off-by: Akihiko Odaki <[email protected]> --- target/i386/cpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
