nutanix / libvfio-user

framework for emulating devices in userspace
BSD 3-Clause "New" or "Revised" License
162 stars 51 forks source link

add support for migration v2 to the spec #745

Closed w-henderson closed 1 year ago

w-henderson commented 1 year ago

This adds the VFIO_USER_DEVICE_FEATURE, VFIO_USER_MIG_DATA_READ, and VFIO_USER_MIG_DATA_WRITE commands.

tmakatos commented 1 year ago

@w-henderson I think this can now be merged into master-migv2?

w-henderson commented 1 year ago

@tmakatos Yes, I think it's all good - go ahead!

tmakatos commented 1 year ago

@w-henderson looks like there are conflicts?

w-henderson commented 1 year ago

@tmakatos I have no idea what was going on with the conflicts - Git seemed to be finding conflicts between identical paragraphs of text and the above merge commit is literally an empty commit, but apparently that fixed the conflicts? Anyway it's good to merge now (I hope).

tmakatos commented 1 year ago

Ugh, I botched the commit message. Anyway, let's fix it when merging to master.