cloud-hypervisor/hypervisor
Wei Liu a44d96c9cc hypervisor: emulator: switch to use vec in MockVMM
The customized hashmap macro can't be lifted to common MockVMM code.
MockVMM only needs a collection to iterate over to get initial register
states. A vector is just as good as a hashmap.

Switch to use a vector to store initial register states. This allows us
to drop the hashmap macro everywhere.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2020-12-07 14:35:35 +01:00
..
src hypervisor: emulator: switch to use vec in MockVMM 2020-12-07 14:35:35 +01:00
Cargo.toml build: Fix cargo fuzz build 2020-12-04 11:38:44 +00:00