qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Zhao Liu <zhao1.liu@intel.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, qemu-rust@nongnu.org,
	Dapeng Mi <dapeng1.mi@intel.com>, Zhao Liu <zhao1.liu@intel.com>
Subject: [PATCH 0/5] hpet, rust: miscellaneous cleanup
Date: Tue, 20 May 2025 23:27:45 +0800	[thread overview]
Message-ID: <20250520152750.2542612-1-zhao1.liu@intel.com> (raw)

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



             reply	other threads:[~2025-05-20 15:12 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-20 15:27 Zhao Liu [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250520152750.2542612-1-zhao1.liu@intel.com \
    --to=zhao1.liu@intel.com \
    --cc=dapeng1.mi@intel.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-rust@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).