summaryrefslogtreecommitdiff
path: root/audio/audio_int.h
diff options
context:
space:
mode:
authorAlexey Perevalov <a.perevalov@samsung.com>2017-09-19 19:47:58 +0300
committerJuan Quintela <quintela@redhat.com>2017-09-22 14:11:29 +0200
commit54ae0886b12c4934e84381af777d4df6147cc2ec (patch)
tree1c431138896e897f7e43c2e7f02f50ad643353fd /audio/audio_int.h
parent5553499f043d4b7fc020600ffda75d1162ff970b (diff)
downloadqemu-54ae0886b12c4934e84381af777d4df6147cc2ec.tar.gz
migration: split ufd_version_check onto receive/request features part
This modification is necessary for userfault fd features which are required to be requested from userspace. UFFD_FEATURE_THREAD_ID is a one of such "on demand" feature, which will be introduced in the next patch. QEMU have to use separate userfault file descriptor, due to userfault context has internal state, and after first call of ioctl UFFD_API it changes its state to UFFD_STATE_RUNNING (in case of success), but kernel while handling ioctl UFFD_API expects UFFD_STATE_WAIT_API. So only one ioctl with UFFD_API is possible per ufd. Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Signed-off-by: Alexey Perevalov <a.perevalov@samsung.com> Signed-off-by: Juan Quintela <quintela@redhat.com>
Diffstat (limited to 'audio/audio_int.h')
0 files changed, 0 insertions, 0 deletions