Skip to content

Commit

Permalink
Merge branch 'master' into memory-backing
Browse files Browse the repository at this point in the history
  • Loading branch information
Libadoxon authored Apr 12, 2024
2 parents e3bf16d + ab356fb commit 085dbee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Allow in feature section, customization of the `smbios` option
* Allow in cpu section, customization of the `feature` and `cache` option
* Add section `sysinfo`
* add bootorder for device `disk` and `hostdev`
* Updated section `memoryBacking`

## [0.5.0]
Expand Down
2 changes: 2 additions & 0 deletions generate-xml/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ let
targetelem
(subelem "readonly" [ ] [ ])
addresselem
(subelem "boot" [ (subattr "order" typeInt) ][])
]
)
(subelem "filesystem" [ (subattr "type" typeString) (subattr "accessmode" typeString) ]
Expand Down Expand Up @@ -252,6 +253,7 @@ let
]
[
(subelem "source" [] [ addresselem ])
(subelem "boot" [ (subattr "order" typeInt) ][])
]
)
(subelem "shmem"
Expand Down

0 comments on commit 085dbee

Please sign in to comment.