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: implement underlying aarch64 compatibility #1290

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

Commits on May 25, 2024

  1. refactor(quickemu): initialise arch_vm and arch_host variables

    arch_host is the host architecture
    arch_vm is the qemu-system-<arch> required for the guest VM
    flexiondotorg committed May 25, 2024
    Configuration menu
    Copy the full SHA
    c939a26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ebb3e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b4008d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31c773c View commit details
    Browse the repository at this point in the history
  5. fix: use virtio-gpu for display on qemu-system-aarch64

    virtio-vga is not available on qemu-system-aarch64
    flexiondotorg committed May 25, 2024
    Configuration menu
    Copy the full SHA
    68e8ccf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2aab9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1b0dfed View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    0e0aafa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d78f010 View commit details
    Browse the repository at this point in the history