Skip to content

Commit

Permalink
improve doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcolombo committed Oct 1, 2024
1 parent 900b5c6 commit 04fb943
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ pub struct QemuPvpanic {
// TODO(eliza): add support for the PCI PVPANIC device...
}

/// A set of settings that determines what Propolis tells guest firmware about
/// how to boot a guest operating system.
/// Settings supplied to the guest's firmware image that specify the order in
/// which it should consider its options when selecting a device to try to boot
/// from.
#[derive(Clone, Deserialize, Serialize, Debug, JsonSchema, Default)]
#[serde(deny_unknown_fields)]
pub struct BootSettings {
Expand Down
2 changes: 1 addition & 1 deletion openapi/propolis-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@
]
},
"BootSettings": {
"description": "A set of settings that determines what Propolis tells guest firmware about how to boot a guest operating system.",
"description": "Settings supplied to the guest's firmware image that specify the order in which it should consider its options when selecting a device to try to boot from.",
"type": "object",
"properties": {
"order": {
Expand Down

0 comments on commit 04fb943

Please sign in to comment.