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

feat(vm): change UhyveVm struct parameters #755

Closed
wants to merge 1 commit into from

Commits on Sep 18, 2024

  1. feat(vm): change UhyveVm struct parameters

    As I was moving some functionality away from new(...) so as to progress
    with my work on ASLR and some future work, I found it necessary to use
    certain parameters later. A particular example from UhyveVm's current
    structure would be params.thp and params.ksm, which pose one of the
    obstacles preventing us from initializing the memory later (e.g. in
    load_kernel or init_guest_mem, after loading the kernel and being able
    to establish a guest address), even though separate variables for those
    don't make much sense.
    
    This change will mostly be useful for future work, but aims to
    establish a consistent convention now.
    n0toose committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    49b012c View commit details
    Browse the repository at this point in the history