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

td-exception: public InterruptCallback::new #759

Merged

Conversation

gaojiaqi7
Copy link
Member

InterruptCallback::new shall be set as pub to make it possible for user of this crate to register callback via register_interrupt_callback.

Publicly use td_exception::interrupt::* in td-payload crate can help reduce redundant references to the td-exception crate.

`InterruptCallback::new` shall be set as pub to make it possible for
user of this crate to register callback via `register_interrupt_callback`.

Publicly use `td_exception::interrupt::*` in `td-payload` crate can help
reduce redundant references to the `td-exception` crate.

Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
@jyao1 jyao1 merged commit 1a93932 into confidential-containers:main Dec 26, 2024
23 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.

2 participants