mirror of
https://github.com/pound-emu/pound.git
synced 2025-12-12 01:36:57 +00:00
Introduce the basic data structures required to manage the architectural state of an emulated ARMv8 guest. This is a foundational patch for a forthcoming emulator framework. The core of this change is the `vcpu_state_t` structure, which holds the essential user-visible state of a single virtual CPU (vCPU), including the general-purpose registers, stack pointer, program counter, and PSTATE. The state for all vCPUs is aligned to the CPU L1 cache line. This design choice ensures that there is no false sharing between physical host cores running separate vCPU emulation threads. Signed-off-by: Ronald Caesar <github43132@proton.me> |
||
|---|---|---|
| .. | ||
| aarch64 | ||
| audio | ||
| Base | ||
| gpu | ||
| Images | ||
| JIT | ||
| memory | ||
| miscgui | ||
| main.cpp | ||
| Pound.rc | ||