aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2026-04-22 05:33:43 +0000
committeriximeow <me@iximeow.net>2026-04-22 05:33:43 +0000
commit4e0cab8fa5461bb32274e2ebba588c964e5a3cd7 (patch)
tree5614a4eb7ac4db0c3b2c140210c43547df0d7c6a /CHANGELOG
parent6eb9d69ebf3472bb9fb39fe4b7144d92f031f105 (diff)
support syscall and a corresponding exit kind
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG10
1 files changed, 7 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d6fe84f..999bba8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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