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: add s390x support to libvirt provider #1249

Closed

Conversation

CarstenLeue
Copy link
Contributor

@CarstenLeue CarstenLeue commented Jul 26, 2023

#1248

This PR creates a domainXML based on the architecture of the target host. First it finds the architecture via the GetNodeInfo method. Then if the architecture (aka Model) is s390x we'd create the domain XML with the s390x specifics, else it returns the x86_64 version as before.

Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
@wainersm wainersm self-requested a review July 26, 2023 21:23
@wainersm
Copy link
Member

Hi @CarstenLeue ! At least one commit must have the Fixes #NNN referencing the issue number, this way the commit message checker will pass.

@bpradipt bpradipt requested a review from snir911 July 27, 2023 06:27
Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>
Signed-off-by: Dr. Carsten Leue <carsten.leue@de.ibm.com>

Adding a constant for the s390x architecture for reuse.
@CarstenLeue
Copy link
Contributor Author

Closing in favor of #1261

@CarstenLeue CarstenLeue deleted the cleue-1248 branch July 27, 2023 13:21
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.

2 participants