mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-22 13:37:29 +00:00
b0822113d5
While it shouldn't happen on regular guests, we sometimes hit it when fuzzing within the guest, which would cause the lkvm process to exit - which is undesired. Our PIT tests were using the debug port to trigger a reboot. Instead of using that port we now use the reboot line of our i8042 controller. Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
Compiling
---------
You can simply type:
$ make
to build a 16-bit binary that uses the i8086 instruction set.
Disassembling
-------------
Use the "-m i8086" command line option with objdump to make sure it knows we're
dealing with i8086 instruction set:
$ objdump -d -m i8086 i8086.elf