]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: pl011: fix declaration of LineControl bits
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 10 Dec 2024 11:05:02 +0000 (12:05 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 19 Dec 2024 18:36:38 +0000 (19:36 +0100)
commitffb0945140fde217507c5a56c3ab2fcb47ba94fa
tree1cfd768826c772e4d3b92e401152760c8abe2863
parent3f2a05b31ee9ce2ddb6c75a9bc3f5e7f7af9a76f
rust: pl011: fix declaration of LineControl bits

The bits in the LineControl struct were backwards. :(

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rust/hw/char/pl011/src/lib.rs