cloud-hypervisor/hypervisor
Wei Liu c8b655490e hypervisor: x86: reference PlatformEmulator in Emulator
The observation here is PlatformEmulator can be seen as the context for
emulation to take place. It should be rather easy to construct a context
that satisfies the lifetime constraints for instruction emulation.

The thread doing the emulation will have full ownership over the
context, so this removes the need to wrap PlatformEmulator in Arc and
Mutex, as well as the need for the context to be either Clone or Copy.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
2020-11-26 12:14:40 +01:00
..
src hypervisor: x86: reference PlatformEmulator in Emulator 2020-11-26 12:14:40 +01:00
Cargo.toml hypervisor: x86: Emulate MOV 2020-11-25 17:02:11 +01:00