Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime-rs: support Memory hotplug #6876

Merged
merged 5 commits into from
Dec 15, 2023

Commits on Dec 15, 2023

  1. runtim-rs: get guest memory details

    get memory block size and guest mem hotplug probe
    
    Fixes:kata-containers#6356
    Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com>
    Tim-0731-Hzt committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d428a3f View commit details
    Browse the repository at this point in the history
  2. runtime-rs: add resize_memory trait for hypervisor

    Fixes: kata-containers#6875
    Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com>
    Tim-0731-Hzt committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    81e55c4 View commit details
    Browse the repository at this point in the history
  3. runtime-rs: support memory resize

    Fixes:kata-containers#6875
    Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com>
    Tim-0731-Hzt committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8d9fd9c View commit details
    Browse the repository at this point in the history
  4. runtime-rs: add default_maxmemory in config file

    add default_maxmemory in config file
    
    Fixes:kata-containers#6875
    Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com>
    Tim-0731-Hzt committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6039417 View commit details
    Browse the repository at this point in the history
  5. runtime-rs: check the update memory size

    check the update memory size greater than default max memory size
    
    Fixes:kata-containers#6875
    Signed-off-by: Zhongtao Hu <zhongtaohu.tim@linux.alibaba.com>
    Tim-0731-Hzt committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9a37e77 View commit details
    Browse the repository at this point in the history