[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH RESEND 0/2] rust/pl011: miscellaneous cleanups
From: |
Zhao Liu |
Subject: |
[PATCH RESEND 0/2] rust/pl011: miscellaneous cleanups |
Date: |
Tue, 21 Jan 2025 22:04:55 +0800 |
(Resend the series since it was missed on https://lore.kernel.org/qemu-devel/.)
Hi,
This series includes the following cleanups:
* Patch 1: Make realize() safe to only accept immutable self
reference, which is in prepare to introduce gpio bindings
[1].
* Patch 2: Clean up `bindings::*` for pl011, which is inspired by
Paolo's comment on HPET [2].
[1]: https://lore.kernel.org/qemu-devel/Z4h3Q%2FJBxtWxi+bK@intel.com/
[2]:
https://lore.kernel.org/qemu-devel/b107c5c3-9ee4-4939-a4e3-eff0cd92bad6@redhat.com/
Thanks and Best Regards,
Zhao
---
Zhao Liu (2):
rust/qdev: Make REALIZE safe
rust/pl011: Avoid bindings::*
rust/hw/char/pl011/src/device.rs | 23 +++++++++++++++--------
rust/qemu-api/src/qdev.rs | 2 +-
2 files changed, 16 insertions(+), 9 deletions(-)
--
2.34.1
- [PATCH RESEND 0/2] rust/pl011: miscellaneous cleanups,
Zhao Liu <=