Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use addr_of! macro instead of & #711

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

OuyangHang33
Copy link
Collaborator

Fix: #709

General Clean up.

@OuyangHang33
Copy link
Collaborator Author

@vijaydhanraj Could you help to review this PR? Thanks!

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks Hank! Can addr_of! be used here as well? Otherwise LGTM.
let buffer: u64 = &digest.data as *const u8 as u64;

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, it also need to change. I will update it

@OuyangHang33 OuyangHang33 force-pushed the i709 branch 2 times, most recently from 014310f to 9398089 Compare June 17, 2024 05:41
@OuyangHang33 OuyangHang33 marked this pull request as draft June 17, 2024 05:44
Signed-off-by: OuyangHang33 <hank.ouyang@intel.com>
@OuyangHang33 OuyangHang33 marked this pull request as ready for review June 17, 2024 05:49
Copy link
Contributor

@vijaydhanraj vijaydhanraj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, LGTM.

@jyao1 jyao1 merged commit 556a10b into confidential-containers:main Jun 18, 2024
18 of 19 checks passed
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.

General clean-up proposal to support TD partitioning
3 participants