Re: [PATCH] rust: pl011: Cut down amount of text quoted from PL011 TRM

2025-03-18 Thread Daniel P . Berrangé
On Mon, Mar 17, 2025 at 05:32:39PM +, Peter Maydell wrote: > 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

Re: [PATCH] rust: pl011: Cut down amount of text quoted from PL011 TRM

2025-03-18 Thread Peter Maydell
On Mon, 17 Mar 2025 at 18:59, Daniel P. Berrangé wrote: > > On Mon, Mar 17, 2025 at 05:32:39PM +, Peter Maydell wrote: > > 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 f

Re: [PATCH] rust: pl011: Cut down amount of text quoted from PL011 TRM

2025-03-17 Thread Daniel P . Berrangé
On Mon, Mar 17, 2025 at 05:32:39PM +, Peter Maydell wrote: > 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

[PATCH] rust: pl011: Cut down amount of text quoted from PL011 TRM

2025-03-17 Thread Peter Maydell
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 su