Skip to content

Add support for emulation#3

Open
Typhlos wants to merge 12 commits intomainfrom
arch
Open

Add support for emulation#3
Typhlos wants to merge 12 commits intomainfrom
arch

Conversation

@Typhlos
Copy link
Copy Markdown
Owner

@Typhlos Typhlos commented Jul 5, 2023

Add new configuration to support emulation leveraging qemu:

  • hosts.aarch to specify the architecture of your VM. Requires the installation of the corresponding qemu package. For instance, qemu-system-aarch64 for aarch64 aka arm64. By default, qemu will use the arch of the host
  • hosts.machine to specify the platform you want to emulate. See qemu-system-$ARCH -machine help for supported platforms.
  • hosts.cpu to specify the CPU model you want to emulate. See qemu-system-$ARCH -cpu help for supported cpu. By default, qemu will use the host cpus using virtualization instructions if available

@Typhlos
Copy link
Copy Markdown
Owner Author

Typhlos commented Jul 5, 2023

Waiting on ThalesGroup#5

@Typhlos Typhlos force-pushed the main branch 2 times, most recently from 163a93d to 2dd2325 Compare June 21, 2024 09:32
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.

1 participant