History log of /cloud-hypervisor/scripts/check-image-compatibility.sh (Results 1 – 8 of 8)
Revision Date Author Comments
# 2b2d0065 29-Jan-2024 Ruslan Mstoi <ruslan.mstoi@intel.com>

scripts: fix shell scripts according to shellcheck errors

Unify coding style of shell scripts in accordance with
shellcheck errors.

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>


# 318caeb9 26-Jan-2024 Ruslan Mstoi <ruslan.mstoi@intel.com>

scripts: fix shell scripts format according to shfmt

Unify coding style of shell scripts in accordance with shfmt checks.

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>


# 16177369 30-Jan-2024 Ruslan Mstoi <ruslan.mstoi@intel.com>

scripts: check-image-compatibility.sh: remove unused variable COUNT

COUNT variable is never used, hence remove

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>


# a9340f5d 30-Jan-2024 Ruslan Mstoi <ruslan.mstoi@intel.com>

scripts: check-image-compatibility.sh: remove unused variable extension

extenstion variable is never used, hence remove

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>


# 82cac6f6 30-Jan-2024 Ruslan Mstoi <ruslan.mstoi@intel.com>

scripts: check-image-compatibility.sh: fix variable name typo

Fix liness to lines

Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>


# 91fe48d5 15-Dec-2023 Philipp Schuster <philipp.schuster@cyberus-technology.de>

scripts: more compatible shebangs

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>


# 7bf0cc1e 31-Aug-2023 Philipp Schuster <philipp.schuster@cyberus-technology.de>

misc: Fix various spelling errors using typos

This fixes all typos found by the typos utility with respect to the config file.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.d

misc: Fix various spelling errors using typos

This fixes all typos found by the typos utility with respect to the config file.

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>

show more ...


# bbefbe92 18-Aug-2021 Muminul Islam <muislam@microsoft.com>

tools: Add a script to check image compatibility

This script checks if an image is compatible with Cloud Hypervisor.
At first, it detects the image type(raw or qcow2),
partition type whether it is D

tools: Add a script to check image compatibility

This script checks if an image is compatible with Cloud Hypervisor.
At first, it detects the image type(raw or qcow2),
partition type whether it is DOS or GPT.
Then it mounts the image and checks if VIRTIO Configs
are enabled in the kernel config. In the end, it provides
a message about the compatibility of the image.

Signed-off-by: Muminul Islam <muislam@microsoft.com>

show more ...