You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* runtime: Enviroment MUST match the configuration, #397
554
+
* runtime: Environment MUST match the configuration, #397
555
555
* config: Runtime MUST generate errors for unsupported platforms,
556
556
#441
557
557
* config: Windows mount destinations MUST NOT be nested, #437
@@ -567,7 +567,7 @@ Changes with v1.0.0-rc1:
567
567
* config: Allow absolute paths for root.path (which previously
568
568
required relative paths), #394
569
569
* config-linux: Add linux.mountLabel, #393
570
-
* config-linux: Add suport for cgroup namespace, #397
570
+
* config-linux: Add support for cgroup namespace, #397
571
571
* config-linux: Runtime SHOULD NOT modify ownership of any
572
572
referenced filesystem (previously the restriction only applied to
573
573
the root filesystem), #452
@@ -576,7 +576,7 @@ Changes with v1.0.0-rc1:
576
576
Minor fixes and documentation:
577
577
578
578
* README: Add project.md to the Table of Contents, #376
579
-
* README: Consistenly indent the Table of Contents, #400
579
+
* README: Consistently indent the Table of Contents, #400
580
580
* README: Link to LICENSE, #442
581
581
* README: Weekly call is OCI-wide, #378
582
582
* config: Explicit runtime namespace for hooks, #415
@@ -642,8 +642,7 @@ Changes with v0.5.0:
642
642
* style: Move one-sentence-per-line rule from the README, #369
643
643
* style: Remove dangling parenthesis, #359
644
644
* README: Add a link to the IRC logs, #358
645
-
* Fix "manadate", "exmaple", "paramters", and "preferrably" typos,
646
-
#353, #354
645
+
* Fix typos, #353, #354
647
646
648
647
Changes with v0.4.0:
649
648
Breaking changes:
@@ -729,7 +728,7 @@ Changes with v0.2.0:
729
728
* bundle.md: fix off-by-one error
730
729
* bundle.md: various updates to latest spec
731
730
* bundle: Move 'Linux sysctl' header to its own line
732
-
* Change commiter to committer
731
+
* Fix a typo
733
732
* Change Device field order in spec_linux.go, 'Path' should be top of the 'Type' field, according to the different of the config-linux.md, 'Path' field is the unique key.
Copy file name to clipboardExpand all lines: config-vm.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ This image contains the root filesystem that the virtual machine **`kernel`** wi
75
75
***`nrMFNs`** (int REQUIRED) Number of pages to be mapped, see [Xen Config][xl-config-format] for the details.
76
76
***`irqs`** (array OPTIONAL) Allows VM to access specific physical IRQs, see [Xen Config][xl-config-format] for the details.
77
77
78
-
This hwConfig object contains the description of the hardware that can be safely passed through to the VM. Where **`deviceTree`** is the path to the device-tree blob, which conains description of the isolated hardware and paravirtualized hardware that should be used by VM. **`dtdevs`**, **`iomems`** and **`irqs`** parameters describing the minimun set of the parameters, needed for VM to access the hardware.
78
+
This hwConfig object contains the description of the hardware that can be safely passed through to the VM. Where **`deviceTree`** is the path to the device-tree blob, which contains description of the isolated hardware and paravirtualized hardware that should be used by VM. **`dtdevs`**, **`iomems`** and **`irqs`** parameters describing the minimal set of the parameters, needed for VM to access the hardware.
79
79
80
80
### Example
81
81
@@ -111,4 +111,4 @@ This hwConfig object contains the description of the hardware that can be safely
0 commit comments