Skip to content

Conversation

@IntelCaisui
Copy link
Contributor

@IntelCaisui IntelCaisui commented Jan 18, 2026

Draft stage, need to update after VMM support and rebind info API is finalized.

Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
@IntelCaisui IntelCaisui requested a review from jyao1 as a code owner January 18, 2026 10:44
@IntelCaisui IntelCaisui marked this pull request as draft January 18, 2026 10:44
let read_field =
|field_base: u64, elem_size: usize, buf: &mut [u8]| -> Result<(), MigrationResult> {
for (idx, chunk) in buf.chunks_mut(elem_size).enumerate() {
let result =

Check warning

Code scanning / clippy

this expression creates a reference which is immediately dereferenced by the compiler Warning

this expression creates a reference which is immediately dereferenced by the compiler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants