You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the device is in pre-copy state and the get_pending_bytes callback returned zero, the client shouldn't attempt to read the data_offset register, but if they do then we shouldn't call the device's prepare_data callback. This way we make the API simpler and easier to use for the device.
The text was updated successfully, but these errors were encountered:
If the device is in pre-copy state and the
get_pending_bytes
callback returned zero, the client shouldn't attempt to read thedata_offset
register, but if they do then we shouldn't call the device'sprepare_data
callback. This way we make the API simpler and easier to use for the device.The text was updated successfully, but these errors were encountered: