Skip to content

Conversation

@gaojiaqi7
Copy link
Contributor

No description provided.

Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
@gaojiaqi7 gaojiaqi7 requested a review from jyao1 as a code owner January 8, 2026 15:52
@gaojiaqi7 gaojiaqi7 marked this pull request as draft January 8, 2026 15:52
|field_base: u64, elem_size: usize, buf: &mut [u8]| -> Result<(), MigrationResult> {
for (idx, chunk) in buf.chunks_mut(elem_size).enumerate() {
let result =
tdcall_servtd_rd(binding_handle, field_base + idx as u64, &target_td_uuid)?;

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
@gaojiaqi7 gaojiaqi7 force-pushed the 1231/support_rebinding branch from 45ed7b2 to 4b17034 Compare January 8, 2026 16:11
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>
@gaojiaqi7 gaojiaqi7 force-pushed the 1231/support_rebinding branch from 4b17034 to 4e3a8a8 Compare January 9, 2026 03:42
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.

1 participant