From 4e0cab8fa5461bb32274e2ebba588c964e5a3cd7 Mon Sep 17 00:00:00 2001 From: iximeow Date: Wed, 22 Apr 2026 05:33:43 +0000 Subject: support syscall and a corresponding exit kind --- CHANGELOG | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'CHANGELOG') 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 -- cgit v1.1