qemu/rust
Zhao Liu 349b931e61 rust/hpet: Abstract HPETTimerRegisters struct
Place all timer N's registers in a HPETTimerRegisters struct.

This allows all Timer N registers to be grouped together with global
registers and managed using a single lock (BqlRefCell or Mutex) in
future. And this makes it easier to apply ToMigrationState macro.

Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20251113051937.4017675-11-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2025-12-27 10:11:10 +01:00
..
bits rust: remove unnecessary repetitive options 2025-12-27 10:11:09 +01:00
bql rust/bql: Ensure BQL locked early at BqlRefCell borrowing 2025-12-27 10:11:10 +01:00
chardev bql: add prelude 2025-12-27 10:11:10 +01:00
common common: add prelude 2025-12-27 10:11:09 +01:00
hw rust/hpet: Abstract HPETTimerRegisters struct 2025-12-27 10:11:10 +01:00
migration rust/migration: Check name field in VMStateDescriptionBuilder 2025-12-27 10:11:10 +01:00
qemu-macros rust: remove unnecessary repetitive options 2025-12-27 10:11:09 +01:00
qom qom: add more to the prelude 2025-12-27 10:11:10 +01:00
system system: add prelude 2025-12-27 10:11:10 +01:00
tests bql: add prelude 2025-12-27 10:11:10 +01:00
trace rust: remove unnecessary repetitive options 2025-12-27 10:11:09 +01:00
util util: add prelude 2025-12-27 10:11:09 +01:00
.gitignore rust: add bindgen step as a meson dependency 2024-10-11 12:32:17 +02:00
Cargo.lock rust/hpet: add trace events 2025-12-27 10:11:10 +01:00
Cargo.toml rust: only leave leaf crates as workspace members 2025-10-28 13:02:26 +01:00
Kconfig rust: add PL011 device model 2024-11-05 14:18:15 +01:00
meson.build rust: move VMState from bql to migration 2025-10-14 11:04:00 +02:00
rustfmt.toml rust: add crate to expose bindings and interfaces 2024-10-11 12:32:17 +02:00