Skip to content

Commit 863847b

Browse files
author
David Morel
committedJun 29, 2023
Update for review by Yann
Adressing points from comment: xcp-ng/xcp-ng-org#234 (comment)
1 parent ffb75b3 commit 863847b

File tree

3 files changed

+514
-476
lines changed

3 files changed

+514
-476
lines changed
 

‎XCP-ng-Container.svg

+1-1
Loading

‎workspace.dsl

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ workspace {
1616

1717
xapi = container "XAPI" "Centralized API to configure an XCP-ng host and its VMs" "OCaml, Python, C, […]" {
1818
xe -> this "Makes requests to"
19+
this -> xl "Configures xen using"
1920
}
2021

2122
xen = container "Xen" "Low level microkernel hypervisor" "C, ASM" {
@@ -62,6 +63,8 @@ workspace {
6263
tags "external"
6364
this -> xen "Runs on top of"
6465
pv = container "PV Drivers" "Para-Virtualized drivers providing better performances" "C" {
66+
xapi -> this "Configures"
67+
storage -> this "Provides storage to"
6568
netfront = component "VIF Frontend" {
6669
this -> netback "Receiveds packets from"
6770
netback -> this "Sends packets to"
@@ -75,9 +78,9 @@ workspace {
7578
guestos = container "Guest OS" "An operating system" "Linux, Windows" {
7679
tags "external"
7780
this -> guesttools "Provides information to"
78-
guesttools -> this "Controls"
7981
pv -> this "Provides PV devices to"
8082
this -> pv "Uses virtual devices through"
83+
this -> xen "Controls"
8184
}
8285
}
8386
}

0 commit comments

Comments
 (0)