Chelsea Mafrica
Chelsea Mafrica
We currently are required to run the CI for PRs with changes to documents only. We could skip to save resources. Also consider for test repo. cc @amshinde
The [Contributing Guide](https://github.com/kata-containers/community/blob/main/CONTRIBUTING.md) needs an overhaul. I am creating a list of suggestions here for ways to improve it: - Review of [contributor roles](https://github.com/kata-containers/community/blob/main/CONTRIBUTING.md#contributor-roles) - In [Github labels and keywords...
ResizeMemory for Cloud Hypervisor is missing a check for the new requested memory being greater than the max hotplug size after alignment. Add the check, and since an earlier check...
ResizeMemory for Cloud Hypervisor is missing a check for the new requested memory being greater than the max hotplug size after alignment.
Add resize_memory for Cloud Hypervisor and cloud_hypervisor_vm_resize for the call to the VM. Write unit tests checking failure cases. Fixes #8801