mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 03:12:27 +00:00
So far we've only had the need to emulate one instruction. There is no need to use a HashMap when a simple tuple for the initial mapping will do. We can bring back the HashMap once more sophisticated use cases surface. No functional change. Signed-off-by: Wei Liu <liuwe@microsoft.com>