diff options
author | Zhao Liu <zhao1.liu@intel.com> | 2025-04-14 22:49:41 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-04-23 10:35:23 +0200 |
commit | 64e1256b21395eb7c8a9419faba4187dea73970d (patch) | |
tree | f96e08c64f7807e34fc2e2b0de1c007bee82337b /scripts/rust/rustc_args.py | |
parent | 8163eeee4e5b6ce5ecb2f7300b80ae8a6f868afd (diff) | |
download | qemu-64e1256b21395eb7c8a9419faba4187dea73970d.zip qemu-64e1256b21395eb7c8a9419faba4187dea73970d.tar.gz qemu-64e1256b21395eb7c8a9419faba4187dea73970d.tar.bz2 |
rust/hpet: convert HPETTimer index to u8 type
The C version of HPET uses the uint8_t type for timer index ("tn"), and
usize type in Rust version will break migration between the C and Rust
versions.
So convert HPETTimer index' type to u8 (consistent with the C version of
HPET) to make it friendly for vmstate support.
Signed-off-by: Zhao Liu <zhao1.liu@intel.com>
Link: https://lore.kernel.org/r/20250414144943.1112885-8-zhao1.liu@intel.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts/rust/rustc_args.py')
0 files changed, 0 insertions, 0 deletions