qemu-rust.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] hpet, rust: miscellaneous cleanup
@ 2025-05-20 15:27 Zhao Liu
  2025-05-20 15:27 ` [PATCH 1/5] hw/timer/hpet: Reorganize register decoding Zhao Liu
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Zhao Liu @ 2025-05-20 15:27 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel, qemu-rust, Dapeng Mi, Zhao Liu

Hi,

This series is very miscellaneous:

It contains both the follow-up cleanup for HPET and a collection of tiny
patches that were previously missed.

Of this, I think Patch 3's commit message needs to be given a bit of
attention, where I attached my understanding (based on [*]) in detail,
in the hope that it can be confirmed or corrected. :-)

[*]: https://lore.kernel.org/qemu-devel/aCb2bvoJQ2NxCkqz@intel.com/

Thanks and Best Regards,
Zhao
--
Zhao Liu (5):
  hw/timer/hpet: Reorganize register decoding
  hw/timer/hpet: Adjust num_timers in hpet_init()
  rust/hpet: Drop BalCell wrapper for num_timers
  rust: Fix Zhao's email address
  rust: Fix the typos in doc

 hw/timer/hpet.c                      | 177 ++++++++++++++-------------
 rust/hw/char/pl011/src/device.rs     |   4 +-
 rust/hw/timer/hpet/src/fw_cfg.rs     |   2 +-
 rust/hw/timer/hpet/src/hpet.rs       |  39 +++---
 rust/hw/timer/hpet/src/lib.rs        |   2 +-
 rust/qemu-api/src/bitops.rs          |   2 +-
 rust/qemu-api/src/qom.rs             |   4 +-
 rust/qemu-api/src/timer.rs           |   2 +-
 rust/qemu-api/src/vmstate.rs         |   2 +-
 rust/qemu-api/tests/vmstate_tests.rs |   2 +-
 10 files changed, 117 insertions(+), 119 deletions(-)

-- 
2.34.1



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

end of thread, other threads:[~2025-05-22 12:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-20 15:27 [PATCH 0/5] hpet, rust: miscellaneous cleanup Zhao Liu
2025-05-20 15:27 ` [PATCH 1/5] hw/timer/hpet: Reorganize register decoding Zhao Liu
2025-05-20 15:27 ` [PATCH 2/5] hw/timer/hpet: Adjust num_timers in hpet_init() Zhao Liu
2025-05-20 15:16   ` Paolo Bonzini
2025-05-21  7:34     ` Zhao Liu
2025-05-20 15:27 ` [PATCH 3/5] rust/hpet: Drop BalCell wrapper for num_timers Zhao Liu
2025-05-20 15:27 ` [PATCH 4/5] rust: Fix Zhao's email address Zhao Liu
2025-05-20 15:57   ` Peter Maydell
2025-05-20 15:27 ` [PATCH 5/5] rust: Fix the typos in doc Zhao Liu
2025-05-20 15:43   ` Peter Maydell

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).