Skip to content

AMD Support #26

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

Open
sandikata opened this issue Apr 17, 2024 · 10 comments
Open

AMD Support #26

sandikata opened this issue Apr 17, 2024 · 10 comments

Comments

@sandikata
Copy link

Hello,

as long as kvm support natively AMD processors, why is there still lacking this support?

Is it there any real reason for that (i don't think so as i am running many VMs through KVM), or any concerns from your side ?

Or Bridged network is not implemented yet at all?

Regards
Rosen Aleksandrov

@parthy
Copy link
Contributor

parthy commented Apr 17, 2024

We are currently in the process of validating AMD. We have not seen any issues yet, so it should be perfectly fine to give it a try. It's just not on the official support list at this point. If you test on AMD, feel free to report your hardware model and experience!

For bridged networking, we already have #25 and #3. That's independent of AMD.

@sandikata
Copy link
Author

I am sure this is not an AMD issue, if we except that everything else is working as it works on bare KVM.

I am not sure about video adaptors, just haven't tested.

@tpressure
Copy link
Contributor

@sandikata as @parthy already said, running the KVM backend on AMD should not be an issue. Do you see any problems on your side?

Bridged networking is neither supported on Intel nor on AMD. See #25

@sandikata
Copy link
Author

No, haven't seen issues at all. But haven't gone too deep as there's no bridge which i am using intensive.

@fluoriteByte
Copy link

fluoriteByte commented Jun 18, 2024

Can confirm Vbox-kvm is running fine-ish on my Amd ryzen 5 5500u laptop, except for some crashes on Windows ME and Arca OS 5.1 VMs, it also sometimes seem to hang during bios init and just stays like that until i kill the VM (host+R does nothing)

Also unbearably slow I/O with and without caching, idk if its an issue with this or upstream,
(EDIT: I would like to elaborate about the I/O being unbearably slow, the x86 version of System V from internet archive took 2 hours to install)

Patch used: https://github.com/cyberus-technology/virtualbox-kvm/releases/tag/dev-20240515
Compiled used an Unorthodoxed method using a Debian package installed under the VSO Vanilla OS container
(Used this monstrosity of a patch: https://github.com/fluoriteByte/VirtualBox-KVM-patch-for-debian-sources)

@tpressure
Copy link
Contributor

@fluoriteByte thanks for the report. I doubt that this is related to running on AMD. I'd rather think this is an configuration or missing feature issue.

Can you please open a new issue to track this and upload your VM configuration and a log file from a VM start and shutdown cycle?

@amd1890
Copy link

amd1890 commented Nov 19, 2024

i am also an amd user and am able to use this without error and often

@RodoMa92
Copy link

RodoMa92 commented Nov 19, 2024

Same here on a 5900x, no issues detected on my end. This finally enables me to also have KVM VMs without having it clashing with them. Thanks a lot for your work :)

@sandikata
Copy link
Author

Same here on a 5900x, no issues detected on my end. This finally enables me to have also KVM VMs without having it clashing with them. Thanks a lot for your work :)

But no network support at all. 😁

@tpressure
Copy link
Contributor

tpressure commented Nov 19, 2024

Same here on a 5900x, no issues detected on my end. This finally enables me to have also KVM VMs without having it clashing with them. Thanks a lot for your work :)

But no network support at all. 😁

Readme: Only regular NAT is easily supported. More complex setups will need manual configuration, e.g., using tun/tap devices.

You can do more complex network setups by using tun/tap devices. You can't do this via the GUI though.

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

No branches or pull requests

6 participants