Skip to content
New issue

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

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

Already on GitHub? # to your account

feature: add support for resource pools #2232

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Aug 13, 2024

  1. Add HCS v2 bindings for creating compute systems.

    HCS v2 adds support for assigning VMs to resource pools. The
    assignment is done at compute system create time and v1 doesn't
    support it. This PR adds a few bindings to enable the resource
    pool work.
    
    Signed-off-by: Maksim An <maksiman@microsoft.com>
    anmaxvl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c73e44a View commit details
    Browse the repository at this point in the history
  2. Add support for assinging VMs to job objects.

    This commit adds a couple of annotations to pass named job
    objects (memory and CPU), which can be used to query corresponding
    job object handles and assigning VMs to them.
    
    Signed-off-by: Maksim An <maksiman@microsoft.com>
    anmaxvl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    eec4cc0 View commit details
    Browse the repository at this point in the history
  3. assign UVM to resource pool

    Signed-off-by: Maksim An <maksiman@microsoft.com>
    anmaxvl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9d7cb9f View commit details
    Browse the repository at this point in the history
  4. hack: use memory job as worker processor job for UVM.

    Signed-off-by: Maksim An <maksiman@microsoft.com>
    anmaxvl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    286672b View commit details
    Browse the repository at this point in the history
  5. add annotations to forbid small backing pages

    Signed-off-by: Maksim An <maksiman@microsoft.com>
    (cherry picked from commit 5e9f54b)
    anmaxvl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    eda0446 View commit details
    Browse the repository at this point in the history
  6. minor refactor, support for inherit handle, update access mask

    Signed-off-by: Maksim An <maksiman@microsoft.com>
    anmaxvl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d56b819 View commit details
    Browse the repository at this point in the history
  7. go generate

    Signed-off-by: Maksim An <maksiman@microsoft.com>
    anmaxvl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3384104 View commit details
    Browse the repository at this point in the history
  8. fix rebase artifact

    Signed-off-by: Maksim An <maksiman@microsoft.com>
    anmaxvl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f77d464 View commit details
    Browse the repository at this point in the history
  9. fix tooling dependencies, tidy, vendor

    Signed-off-by: Maksim An <maksiman@microsoft.com>
    anmaxvl committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    63ecaa0 View commit details
    Browse the repository at this point in the history