Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runtime): incorrect bit manipulation for vmid.
Both `vmid_reserve` and `vmid_free` set the wrong bits in the vmids array due to a missing modulo operation. Change-Id: Id83419e04ac1891298bd119b28926c689124082b Signed-off-by: Shale Xiong <[email protected]>