Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

(doc) Update the VM.build flowchart, include it where useful for context #6301

Conversation

bernhardkaindl
Copy link
Collaborator

Merge a small, duplicated flowchart into one and include it where useful for context.

Signed-off-by: Bernhard Kaindl <bernhard.kaindl@cloud.com>
@bernhardkaindl
Copy link
Collaborator Author

For preview, the updated and merged Mermaid flowchart is shown on these pages:

This is the merged flowchart, BTW:

flowchart
subgraph xenopsd VM_build[xenopsd:&nbsp;VM_build&nbsp;micro#8209;op]
direction LR
VM_build --> VM.build
VM.build --> VM.build_domain
VM.build_domain --> VM.build_domain_exn
VM.build_domain_exn --> Domain.build
click VM_build "
https://github.com/xapi-project/xen-api/blob/83555067/ocaml/xenopsd/lib/xenops_server.ml#L2255-L2271" _blank
click VM.build "
https://github.com/xapi-project/xen-api/blob/83555067/ocaml/xenopsd/xc/xenops_server_xen.ml#L2290-L2291" _blank
click VM.build_domain "
https://github.com/xapi-project/xen-api/blob/83555067/ocaml/xenopsd/xc/xenops_server_xen.ml#L2250-L2288" _blank
click VM.build_domain_exn "
https://github.com/xapi-project/xen-api/blob/83555067/ocaml/xenopsd/xc/xenops_server_xen.ml#L2024-L2248" _blank
click Domain.build "
https://github.com/xapi-project/xen-api/blob/83555067/ocaml/xenopsd/xc/domain.ml#L1111-L1210" _blank
end
Loading

@bernhardkaindl bernhardkaindl changed the title docs: Update the VM.build flowchart, include it where useful for context (doc) Update the VM.build flowchart, include it where useful for context Feb 13, 2025
@psafont psafont added this pull request to the merge queue Feb 14, 2025
Merged via the queue into xapi-project:master with commit ec3b62e Feb 14, 2025
15 checks passed
@bernhardkaindl bernhardkaindl deleted the docs-VM.build-merge-into-a-common-Mermaid-diagram branch February 16, 2025 13:19
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants