qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] pl011: Refactor DR register handling in Rust implementation
@ 2025-04-07 18:13 Rakesh Jeyasingh
  2025-04-07 18:13 ` [PATCH 1/2] rust/hw/char/pl011: Extract extract DR read logic into separate function Rakesh Jeyasingh
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rakesh Jeyasingh @ 2025-04-07 18:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, rakeshjb010

This patch series refactors the rust PL011Registers read/write for DR:
Patch 1/2 extracts DR read logic
Patch 2/2 extracts DR write logic

Rakesh Jeyasingh (2):
  rust/hw/char/pl011: Extract extract DR read logic into separate
    function
  rust/hw/char/pl011: Extract DR write logic into separate function

 rust/hw/char/pl011/src/device.rs | 53 +++++++++++++++++---------------
 1 file changed, 28 insertions(+), 25 deletions(-)

-- 
2.43.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-15 11:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-07 18:13 [PATCH 0/2] pl011: Refactor DR register handling in Rust implementation Rakesh Jeyasingh
2025-04-07 18:13 ` [PATCH 1/2] rust/hw/char/pl011: Extract extract DR read logic into separate function Rakesh Jeyasingh
2025-04-07 18:13 ` [PATCH 2/2] rust/hw/char/pl011: Extract DR write " Rakesh Jeyasingh
2025-04-15 11:12 ` [PATCH 0/2] pl011: Refactor DR register handling in Rust implementation Paolo Bonzini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).