rust-vmm / vmm-reference

A VMM implementation based of rust-vmm components
Apache License 2.0
146 stars 61 forks source link

ported x86_64 python tests to be compatible with aarch64 #226

Closed ramyak-mehra closed 2 years ago

ramyak-mehra commented 2 years ago

Added support to pull and set aach64 images Changed how vcpus are checked. This is done because on aarch64 /proc/cpuinfo doesn't directly return the number of cpus.

Signed-off-by: Ramyak mehra rmehra_be19@thapar.edu

Summary of the PR

Please summarize here why the changes in this PR are needed.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

andreeaflorescu commented 2 years ago

We also need to run the tests on aarch64 by adding the platform tag here: https://github.com/rust-vmm/vmm-reference/blob/93675f0891a707fc62855400509c8c9be3379bfe/.buildkite/custom-tests.json#L7