Skip to content

Commit

Permalink
Merge pull request AshleyYakeley#32 from Libadoxon/ioapic
Browse files Browse the repository at this point in the history
Add `ioapic` option in domain features
  • Loading branch information
AshleyYakeley authored Apr 18, 2024
2 parents 83a5f68 + b6513ff commit fa14848
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 @@ -9,6 +9,7 @@
* add bootorder for device `disk` and `hostdev`
* add section `iothreads`
* Updated section `memoryBacking`
* Allow in feature section, customization of the `ioapic` option
* add section `cputune`

## [0.5.0]
Expand Down
1 change: 1 addition & 0 deletions generate-xml/domain.nix
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ let
(subelem "pv-ipi" [ (subattr "state" typeBoolOnOff) ] [ ])
(subelem "dirty-ring" [ (subattr "state" typeBoolOnOff) (subattr "size" typeInt) ] [ ])
])
(subelem "ioapic" [ (subattr "driver" typeString) ] [ ])
]
)
(subelem "cpu"
Expand Down

0 comments on commit fa14848

Please sign in to comment.