Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhost: add vhost_has_free_slot() interface | Igor Mammedov | 2015-10-22 | 1 | -0/+6 |
it will allow for other parts of QEMU check if it's safe to map memory region during hotplug/runtime. That way hotplug path will have a chance to cancel hotplug operation instead of crashing in vhost_commit(). Signed-off-by: Igor Mammedov <imammedo@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> |