[PATCH 0/2] pl011: Refactor DR register handling in Rust implementation

Rakesh Jeyasingh posted 2 patches 8 months, 1 week ago
Failed in applying to current master (apply log)
rust/hw/char/pl011/src/device.rs | 53 +++++++++++++++++---------------
1 file changed, 28 insertions(+), 25 deletions(-)
[PATCH 0/2] pl011: Refactor DR register handling in Rust implementation
Posted by Rakesh Jeyasingh 8 months, 1 week ago
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
Re: [PATCH 0/2] pl011: Refactor DR register handling in Rust implementation
Posted by Paolo Bonzini 8 months ago
Queued, thanks.

Paolo