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

core: virt: initialize heap from virt_guest_created() #7025

Merged
merged 1 commit into from
Sep 4, 2024

Conversation

jenswi-linaro
Copy link
Contributor

Replace the preinit_early() guest heap initialization with function call in virt_guest_created().

@jforissier
Copy link
Contributor

Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>

With this, preinit_early() is not used anymore. and preinit_late() was already unused it seems, so the preinit_* could be removed altogether?

Replace the preinit_early() guest heap initialization with function call
in virt_guest_created().

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
@jenswi-linaro
Copy link
Contributor Author

Tag applied.

@jenswi-linaro
Copy link
Contributor Author

With this, preinit_early() is not used anymore. and preinit_late() was already unused it seems, so the preinit_* could be removed altogether?

I'm not in a hurry to remove them. But if you feel like it, please go ahead.

@jforissier jforissier merged commit efcc90b into OP-TEE:master Sep 4, 2024
8 checks passed
@jenswi-linaro jenswi-linaro deleted the virt_init_heap branch September 4, 2024 12:17
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