tenjint.api.api

Description

Low-level QEMU Python API.

Classes

OsType

The guest operating system types.

SingleStepMethod

The various single stepping methods that the system supports.

SystemEventBreakpoint(cpu_num, gva, gpa)

Emitted when a breakpoint is hit within the guest.

SystemEventSingleStep(cpu_num, method)

Emitted after a single step was executed.

SystemEventVmReady

Emitted when the VM is ready to run.

SystemEventVmShutdown

Emitted before the VM is destroyed.

SystemEventVmStop

Emitted when the VM is paused.