Pass sve=[auto=true] option for crosvm under arm64#1572
Pass sve=[auto=true] option for crosvm under arm64#1572k311093 wants to merge 1 commit intogoogle:mainfrom
Conversation
While running image that uses sve instruction, boot failed with error about handling sve instruction even the CPU supports sve instruction. It needs to enable sve instruction at crosvm side. b/438945282 change for testing: ag/35226572
|
Is there a case for this to run older crosvm binary which doesn't have sve param? |
It uses crosvm from For the case of But it could be the the case that running with Android Source Tree It might better to check if crosvm has option for sve, but crosvm help message does not shows for auto flag and might not able to use |
Right now Ultimately the point is that it is technically reachable via the right invocation to have a combination of a newer It is also possible to use a configuration like |
While running image that uses sve instruction, boot failed with error about handling sve instruction even the CPU supports sve instruction.
It needs to enable sve instruction at crosvm side.
b/438945282
change for testing: ag/35226572