rust-vmm / vmm-reference

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

Port all tests that make sense from x86_64 to aarch64 #221

Closed andreeaflorescu closed 2 years ago

andreeaflorescu commented 2 years ago

Some unit tests are only running on x86_64, this are marked with macros. The same thing happens with Python tests. Port the ones that make sense to be platform independent, in a way in which we share code between the 2 platforms as much as possible.