diff options
| author | iximeow <me@iximeow.net> | 2026-04-22 05:33:43 +0000 |
|---|---|---|
| committer | iximeow <me@iximeow.net> | 2026-04-22 05:33:43 +0000 |
| commit | 4e0cab8fa5461bb32274e2ebba588c964e5a3cd7 (patch) | |
| tree | 5614a4eb7ac4db0c3b2c140210c43547df0d7c6a /CHANGELOG | |
| parent | 6eb9d69ebf3472bb9fb39fe4b7144d92f031f105 (diff) | |
support syscall and a corresponding exit kind
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,10 +1,14 @@ -## 1.1.0 +## 2.0.0 asmlinator now sets up VMs to be able to execute SSE, AVX, and AVX512 instructions as supported by the host processor. -VM setup also panics in the absence of 1GB page support, rather than proceeding -with totally bogus page tables. this limits support to: +additionally, asmlinator sets up IA32_LSTAR and prepares the syscall target +address to receive syscalls. exits due to syscall are reported as the new +`VcpuExit::Syscall`. + +VM setup now panics in the absence of 1GB page support, rather than proceeding +with totally bogus page tables. this limits support to processor generations: * AMD K10 (~Phenom X4 9500, 2007) or later, * Intel Sandy Bridge-E (~i7-3930K, 2011) or later |
