Skip to content

Commit c887c3f

Browse files
committed
inspect
1 parent 3517e6f commit c887c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vm/devices/pci/vpci/src/device.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ impl VpciConfigSpace {
10781078
/// PCI Config space offset structure
10791079
#[derive(Debug, Clone, Inspect)]
10801080
#[inspect(transparent)]
1081-
pub struct VpciConfigSpaceOffset(Arc<AtomicU64>);
1081+
pub struct VpciConfigSpaceOffset(#[inspect(hex)] Arc<AtomicU64>);
10821082

10831083
impl VpciConfigSpaceOffset {
10841084
const INVALID: u64 = !0;

0 commit comments

Comments
 (0)