]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Pass incoming state into qemu_ufd_copy_ioctl()
authorPeter Xu <peterx@redhat.com>
Wed, 21 Oct 2020 21:27:16 +0000 (17:27 -0400)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Mon, 26 Oct 2020 16:15:04 +0000 (16:15 +0000)
commiteef621c4e617774ea894dfe303eb89b8a692aa2e
tree2ec7126dffcf7a3ca6dedfba2aa36fa3356b57bf
parentfe80c0241dc493a66a0805fe016ed28505492fed
migration: Pass incoming state into qemu_ufd_copy_ioctl()

It'll be used in follow up patches to access more fields out of it.  Meanwhile
fetch the userfaultfd inside the function.

Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20201021212721.440373-2-peterx@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/postcopy-ram.c