Skip to content

xenopsd: start vncterm for PVH guests #6363

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

Merged
merged 2 commits into from
Mar 17, 2025

Conversation

psafont
Copy link
Member

@psafont psafont commented Mar 17, 2025

No description provided.

psafont added 2 commits March 17, 2025 11:48
Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
Previous match had a wildcard which made it easy to miss added cases, change it
so all the guest types have to be enumerated.

Signed-off-by: Pau Ruiz Safont <pau.ruizsafont@cloud.com>
| _ ->
| PV {vncterm; vncterm_ip= ip; _}
| PVH {vncterm; vncterm_ip= ip; _}
| PVinPVH {vncterm; vncterm_ip= ip; _} ->
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when vncterm ->

Copy link
Member Author

@psafont psafont Mar 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would mean I have to add explicit matches for when vncterm is false, which I'm trying to avoid.

@psafont psafont added this pull request to the merge queue Mar 17, 2025
Merged via the queue into xapi-project:master with commit 6d776fe Mar 17, 2025
17 checks passed
@psafont psafont deleted the private/paus/pvhterm branch March 17, 2025 16:29
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.

3 participants