]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: pl011: drop use of ControlFlow
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 17 Jan 2025 17:13:30 +0000 (18:13 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 28 Jan 2025 16:58:09 +0000 (17:58 +0100)
commit20bcc96f458dafb9fcf84e240545c8136ac7443f
tree8fb0d15cc4d13bd2231e7fb95131ff79bec0e1ca
parentb3a29b3dc0d3f1e0f177b2be3edeb0d74c061b15
rust: pl011: drop use of ControlFlow

It is a poor match for what the code is doing, anyway.

Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/hw/char/pl011/src/device.rs