]> git.ipfire.org Git - thirdparty/qemu.git/commit
rust: pl011: extract PL011Registers
authorPaolo Bonzini <pbonzini@redhat.com>
Fri, 24 Jan 2025 23:26:56 +0000 (00:26 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 27 Jan 2025 18:27:47 +0000 (19:27 +0100)
commit49bfe63f297f71c5d7e1578a8b69953430b7b532
tree7dc2f7b58f02701318e6b5c09a3a2fe79a28dc76
parentab6b6a8a55b5434b77dc229f86179c8d3ca55873
rust: pl011: extract PL011Registers

Pull all the mutable fields of PL011State into a separate struct.

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