-
Notifications
You must be signed in to change notification settings - Fork 0
Complete x86_64 full platform service parity #18
Copy link
Copy link
Open
Labels
area: hardware-readinessIntel/x86_64/hardware readiness and platform ports.Intel/x86_64/hardware readiness and platform ports.area: kernel-coreKernel core, kmain, exceptions, timers, telemetry, panic/assert.Kernel core, kmain, exceptions, timers, telemetry, panic/assert.area: network-sshNetwork stack, remote login, SSH, SFTP, host forwarding.Network stack, remote login, SSH, SFTP, host forwarding.needs: validationNeeds validation evidence or gate run.Needs validation evidence or gate run.priority: P1-highHigh-priority work for the current roadmap.High-priority work for the current roadmap.risk: hardwareHardware/platform risk area.Hardware/platform risk area.type: featureNew capability or user-visible behavior.New capability or user-visible behavior.
Milestone
Description
Metadata
Metadata
Assignees
Labels
area: hardware-readinessIntel/x86_64/hardware readiness and platform ports.Intel/x86_64/hardware readiness and platform ports.area: kernel-coreKernel core, kmain, exceptions, timers, telemetry, panic/assert.Kernel core, kmain, exceptions, timers, telemetry, panic/assert.area: network-sshNetwork stack, remote login, SSH, SFTP, host forwarding.Network stack, remote login, SSH, SFTP, host forwarding.needs: validationNeeds validation evidence or gate run.Needs validation evidence or gate run.priority: P1-highHigh-priority work for the current roadmap.High-priority work for the current roadmap.risk: hardwareHardware/platform risk area.Hardware/platform risk area.type: featureNew capability or user-visible behavior.New capability or user-visible behavior.
Objective
Run the same core XAIOS platform-service contract under x86_64 QEMU that currently executes under AArch64 QEMU. This is an implementation issue, not a marker-only parity claim.
Current verified boundary
x86_64 currently boots through UEFI, starts all MADT-discovered APs, dispatches IPI work, enters ring 3, saves runtime-sized extended state, parses ACPI topology, performs modern VirtIO block DMA with MSI-X completion, and transmits a VirtIO network frame. The emitted contract deliberately reports
userspace=0 networking=0 ai_cell=0 security=0 telemetry=0.Acceptance criteria
xaiosctlpathsValidation
make compile-checkmake hosted-sanitizer-testmake qemu-x86_64-platform-matrixmake qemu-core-os-rcQEMU is correctness and ABI evidence only. Physical Intel and Xeon validation remains separately tracked.