-
Notifications
You must be signed in to change notification settings - Fork 373
version: upgrade qemu version to v5.1.0 for arm64 #2990
Conversation
Thanks @edmond-hk , it's really what we need to do. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please could you also raise a PR to update this for 2.0?: https://github.com/kata-containers/kata-containers/blob/2.0-dev/versions.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @edmond-hk
/test |
Codecov Report
@@ Coverage Diff @@
## master #2990 +/- ##
==========================================
+ Coverage 50.26% 50.28% +0.01%
==========================================
Files 119 119
Lines 15762 15767 +5
==========================================
+ Hits 7923 7928 +5
Misses 6758 6758
Partials 1081 1081 |
/test |
As Shameer's patch drops the DT mode when add nvdimm support for arm64. This patch enable it back. Adopt Shameer's patch [1] Depends-on: github.com/kata-containers/runtime#2990 Fixes: kata-containers#1148 Signed-off-by: Edmond AK Dantes <[email protected]> [1] https://patchwork.kernel.org/patch/11174981/
|
/test |
Hi @edmond-hk , vxhs has been deprecated from qemu-5.1, so you should also remove "--disable-vxhs" in configure file at https://github.com/kata-containers/packaging/blob/7ce333b69dd7d0cf2bbc85de38826095081530d5/scripts/configure-hypervisor.sh#L376 when qemu version is great than 5.1. |
As Shameer's patch drops the DT mode when add nvdimm support for arm64. This patch enable it back. Adopt Shameer's patch [1] remove qemu-aarch64 under obs-packaging and move qemu patch under qemu/patch/5.1.x Depends-on: github.com/kata-containers/runtime#2990 Fixes: kata-containers#1148 Signed-off-by: Edmond AK Dantes <[email protected]> [1] https://patchwork.kernel.org/patch/11174981/
As Shameer's patch drops the DT mode when add nvdimm support for arm64. This patch enable it back. Adopt Shameer's patch [1] remove qemu-aarch64 under obs-packaging and move qemu patch under qemu/patch/5.1.x Depends-on: github.com/kata-containers/runtime#2990 Depends-on: github.com/kata-containers/tests#2907 Fixes: kata-containers#1148 Signed-off-by: Edmond AK Dantes <[email protected]> [1] https://patchwork.kernel.org/patch/11174981/
As obs-packaging has been removed, new patch path should be set. Depends-on: github.com/kata-containers/runtime#2990 Depends-on: github.com/kata-containers/packaging#1149 Fixes: kata-containers#2906 Signed-off-by: Edmond AK Dantes <[email protected]>
Now, the qemu version used in arm is so old. As some new features have merged in current qemu, so it's time to upgrade it. Fixes: kata-containers#2989 Signed-off-by: Edmond AK Dantes <[email protected]>
hello @jodh-intel @amshinde, help trigger the tests, thanks. |
/test |
As qemu has upgrade to 5.1 on arm, default config file should update accordingly. Depends-on: github.com/kata-containers/runtime#2990 Fixes: kata-containers#1157 Signed-off-by: Jianyong Wu <[email protected]>
@edmond-hk the ARM CI is failing with installing QEMU
|
for the |
Hi @devimc , I have open PR kata-containers/packaging#1158 to fix this, so we can test ARM CI there depends on this PR. |
thanks @jongwu - restarting ARM CI |
@devimc -, ARM CI fail for |
forward port PR: kata-containers/kata-containers#817 |
Now, the qemu version used in arm is so old. As some new features have merged
in current qemu, so it's time to upgrade it.
Fixes: #2989
Signed-off-by: Edmond AK Dantes [email protected]
@jon @liwei