Skip to content

Commit

Permalink
Merge pull request #30 from Libadoxon/iothreads
Browse files Browse the repository at this point in the history
Add iothreads section
  • Loading branch information
AshleyYakeley authored Apr 12, 2024
2 parents ab356fb + ec50408 commit ca4ab48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* Allow in cpu section, customization of the `feature` and `cache` option
* Add section `sysinfo`
* add bootorder for device `disk` and `hostdev`
* add section `iothreads`

## [0.5.0]
* Lib:
Expand Down
1 change: 1 addition & 0 deletions generate-xml/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ let
(subelem "memory" [ (subattr "unit" typeString) ] (sub "count" typeInt))
(subelem "currentMemory" [ (subattr "unit" typeString) ] (sub "count" typeInt))
(subelem "vcpu" [ (subattr "placement" typeString) ] (sub "count" typeInt))
(subelem "iothreads" [ ] (sub "count" typeInt))

(subelem "sysinfo" [ (subattr "type" typeString) ] [
(subelem "bios" [] [
Expand Down

0 comments on commit ca4ab48

Please sign in to comment.