A Field Report on Intel VMX Hardware Virtualization

Preface This article mainly records my study and research on Intel x86 CPU VMX hardware virtualization technology. The reference list is as follows: Deep Exploration of Linux Syste

2024-09-28 · 3 min · zevorn

A Brief Analysis of x86 Micro-Operations (uops)

Understanding uops μops refers to uop, short for Micro operation, literally translated as “micro operation” in Chinese. The micro part can be replaced by the Greek letter μ, and op

2024-06-05 · 3 min · zevorn

Simulating AArch64 FCMP Instructions on x86

The most efficient way to emulate an architecture is to get as close as possible to a 1:1 instruction mapping, where one source architecture instruction corresponds to one target a

2024-05-23 · 5 min · zevorn