cloud-hypervisor/hypervisor
Philipp Schuster 556bda74a0 hypervisor: emulator: Use wrapping add for memory offset
Assume rax is 0xfee003e0 and the displacement is negative 0x60. The effective
address is then 0xfee00380. This is perfectly valid.

Example instruction:
c7 40 a0 00 10 00 00    movl   $0x1000,-0x60(%rax)

Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de>
2023-09-01 14:27:54 +01:00
..
src hypervisor: emulator: Use wrapping add for memory offset 2023-09-01 14:27:54 +01:00
Cargo.toml build: Bump serde from 1.0.164 to 1.0.168 2023-08-25 09:53:12 +00:00