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, gpu): VM per peer, setup networking, add all GPUs to the VM [fixes BRND-60, PRO-721] #2356

Merged
merged 35 commits into from
Sep 2, 2024

Commits on Aug 21, 2024

  1. add vm-network-utils

    kmd-fl committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    edfac13 View commit details
    Browse the repository at this point in the history
  2. setup network on VM creation

    kmd-fl committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    551026a View commit details
    Browse the repository at this point in the history
  3. remove trash

    kmd-fl committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    b63d4ef View commit details
    Browse the repository at this point in the history
  4. fix clippy

    kmd-fl committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    5f165ab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13f5ad1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. remove ref

    kmd-fl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    0217463 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf03bc4 View commit details
    Browse the repository at this point in the history
  3. fix lints

    kmd-fl committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    ca227e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. modify the rules

    kmd-fl committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    ec2f624 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f91add6 View commit details
    Browse the repository at this point in the history
  3. add gpu enable config

    kmd-fl committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e327b56 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. fix remove

    kmd-fl committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d11e7d8 View commit details
    Browse the repository at this point in the history
  2. add IOMMU groups

    kmd-fl committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    28f075c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    c007bca View commit details
    Browse the repository at this point in the history
  2. fix(config): fix type error

    folex committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3e23545 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    33d341b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9741c40 View commit details
    Browse the repository at this point in the history
  5. fix

    kmd-fl committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    01bbe24 View commit details
    Browse the repository at this point in the history
  6. fix

    kmd-fl committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b768a7f View commit details
    Browse the repository at this point in the history
  7. fix: default values for all VmConfig except public_ip, move linux-spe…

    …cific API to a separate mod
    folex committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    cc42e1d View commit details
    Browse the repository at this point in the history
  8. fix: add imports to linux.rs

    folex committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    08072e4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    66c4bf9 View commit details
    Browse the repository at this point in the history
  10. fix: allow unused imports

    folex committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    3736b86 View commit details
    Browse the repository at this point in the history
  11. fix: export visibility levels

    folex committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ab6ed30 View commit details
    Browse the repository at this point in the history
  12. fix(vm_config): br0 => virbr0

    folex committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9a87b57 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    c279460 View commit details
    Browse the repository at this point in the history
  2. fix prev commit

    kmd-fl committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    36cfc01 View commit details
    Browse the repository at this point in the history
  3. fix tests

    kmd-fl committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    082aa5f View commit details
    Browse the repository at this point in the history
  4. fix fmt

    kmd-fl committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dd481cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    26a58f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c6ec30 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fix the fix

    kmd-fl committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    02d7f10 View commit details
    Browse the repository at this point in the history
  2. fix defaults

    kmd-fl committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8757f10 View commit details
    Browse the repository at this point in the history
  3. try to fix destroy

    kmd-fl committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a34fb1a View commit details
    Browse the repository at this point in the history
  4. fix pause

    kmd-fl committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c11f388 View commit details
    Browse the repository at this point in the history