All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-01-24
- Initial release of axhvc crate
- Define
HyperCallCodeenum with all supported hypercall operations:HypervisorDisable- Disable the hypervisorHyperVisorPrepareDisable- Prepare to disable the hypervisorHyperVisorDebug- Debug hypercall for developmentHIVCPublishChannel- Publish an IVC shared memory channelHIVCSubscribChannel- Subscribe to an IVC shared memory channelHIVCUnPublishChannel- Unpublish an IVC shared memory channelHIVCUnSubscribChannel- Unsubscribe from an IVC shared memory channel
- Define
HyperCallResulttype alias for hypercall return values - Implement
Debugtrait forHyperCallCode - Full documentation for all public APIs