Skip to content

Commit

Permalink
DO NOT MERGE
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Kröning <[email protected]>
  • Loading branch information
mkroening committed Apr 23, 2024
1 parent 1c7bd6f commit 411813e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtio-def/src/pci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ pub struct CommonCfg {

/// The driver writes the device status here (see [`DeviceStatus`]). Writing 0 into this
/// field resets the device.
device_status: DeviceStatus,
pub device_status: DeviceStatus,

/// Configuration atomicity value. The device changes this every time the
/// configuration noticeably changes.
Expand Down

0 comments on commit 411813e

Please sign in to comment.