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

Questions about the support scheme for the mips64 architecture #134

Open
qinzhiben11 opened this issue Jan 23, 2021 · 1 comment
Open

Questions about the support scheme for the mips64 architecture #134

qinzhiben11 opened this issue Jan 23, 2021 · 1 comment

Comments

@qinzhiben11
Copy link

Hello friends!
Currently, the kvm-ioctls project does not support the mips64 architecture. If I need to adapt the mips64 architecture, what changes do I need to make to the project?

@andreeaflorescu
Copy link
Member

Hey @qinzhiben11 we've been adding functionality to the kvm-ioctls crate on an "as-needed" basis. Adding support for a new architecture is a bit trickier, so I would say that the following steps are needed:

  1. Add a CI that runs the tests on that architecture.
  2. Make sure that the build works on mips64 (it is likely that there are methods that are not using conditional compilation when that is needed). Fix any errors that result from running the CI on the new platform.
  3. Add the functionality that you need from kvm-ioctls. This might mean adding new methods, or adapt the existing ioctls such that they work on the targeted platform.

Do you plan on using kvm-ioctls on mips64?

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

2 participants