qdev: Fix two typos
Signed-off-by: Maxim Levitsky <mlevitsk@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20201019163702.471239-2-mlevitsk@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
5057bf9581
commit
5dae6fad94
@ -163,8 +163,8 @@ struct NamedClockList {
|
||||
/**
|
||||
* DeviceState:
|
||||
* @realized: Indicates whether the device has been fully constructed.
|
||||
* When accessed outsize big qemu lock, must be accessed with
|
||||
* atomic_load_acquire()
|
||||
* When accessed outside big qemu lock, must be accessed with
|
||||
* qatomic_load_acquire()
|
||||
* @reset: ResettableState for the device; handled by Resettable interface.
|
||||
*
|
||||
* This structure should not be accessed directly. We declare it here
|
||||
|
Loading…
Reference in New Issue
Block a user