-
Notifications
You must be signed in to change notification settings - Fork 42
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
Please add support for libvirt/qemu – for KVM host support #479
Comments
(I'm assuming you mean I am assuming you also would be looking for What is your use-case for running guests? |
Hi, we would like to have qemu (including qemu-user, qemu-system-arm, ...), too. Our use case are build agents that want to build for different CPU architectures. |
Another use case: Android Emulator |
We have the exact same use-case as jdvw. Currently I am trying to compile qemu from sources statically, with no success so far. |
Use case: integration with docker buildx, so similar to above. |
this will help with the multi-arch builds on al2023 |
We have the same use case as @a89h4ya for emulation. |
I'm trying to use Amazon Linux 2023 as a build agent for a library that does linux tooling for Baremetal x86_64 servers that run on Amazon Linux 2023, having QEMU with libvirt on Amazon Linux 2023 would be nice as I'd be able to Run integration tests which check boot output as we use custom boot logic, and with spoofed hardware specs. |
I need This is kind of a show stopper for us moving... I'm pivoting to using Ubuntu instead. Which means a whole lot of changes to our build pipelines most likely. |
Opened up case 173341929800682 for an official feature request. I'm not expecting instant results, but it may help un-block this Issue. Edit: They said it is going to take a while to do the needful and test it. In the mean time, use an alternative Operating System that already has it, or compile it from Source. We're just moving on with Ubuntu... No time to be playing these games. |
If you are using terragrunt / terraform, you can use as a workaround
|
Please add support for
libvirt
– For KVM host support in Amazon Linux 2023The text was updated successfully, but these errors were encountered: