]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: pl011: use the bits macro
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 3 Jun 2025 15:45:05 +0000 (17:45 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 3 Jun 2025 20:44:40 +0000 (22:44 +0200)
commit9c8ff2a1ed51b52ac64b80d35bdbd239b7b5d8e5
tree9e878237862734d4494e2f015c98bc7141585ad0
parent648fe157d33436f042d6b6434b9b88079f67fa33
rust: pl011: use the bits macro

This avoids the repeated ".0" when using the Interrupt struct.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/Cargo.lock
rust/hw/char/pl011/Cargo.toml
rust/hw/char/pl011/meson.build
rust/hw/char/pl011/src/device.rs
rust/hw/char/pl011/src/registers.rs