qemu/rust
Peter Maydell 6414b7709d rust: pl011: Cut down amount of text quoted from PL011 TRM
Currently the comments in the Rust pl011 register.rs file include
large amounts of text from the PL011 TRM.  This is much more
commentary than we typically quote from a device reference manual,
and much of it is not relevant to QEMU.  Compress and rephrase the
comments so that we are not quoting such a large volume of TRM text.

We add a URL for the TRM; readers who need more detail on the
function of the register bits can find it there, presented in
context with the overall description of the hardware.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2025-05-14 14:29:47 +01:00
..
hw rust: pl011: Cut down amount of text quoted from PL011 TRM 2025-05-14 14:29:47 +01:00
qemu-api rust: clippy: enable uninlined_format_args lint 2025-05-06 16:02:04 +02:00
qemu-api-macros rust: clippy: enable uninlined_format_args lint 2025-05-06 16:02:04 +02:00
.gitignore rust: add bindgen step as a meson dependency 2024-10-11 12:32:17 +02:00
Cargo.lock rust: remove offset_of replacement 2025-05-06 16:02:04 +02:00
Cargo.toml rust: clippy: enable uninlined_format_args lint 2025-05-06 16:02:04 +02:00
clippy.toml rust: clippy: enable uninlined_format_args lint 2025-05-06 16:02:04 +02:00
Kconfig rust: add PL011 device model 2024-11-05 14:18:15 +01:00
meson.build rust: build: add "make clippy", "make rustfmt", "make rustdoc" 2024-12-10 18:44:06 +01:00
rustfmt.toml rust: add crate to expose bindings and interfaces 2024-10-11 12:32:17 +02:00
wrapper.h include/system: Move exec/address-spaces.h to system/address-spaces.h 2025-04-23 14:08:21 -07:00