diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-05-26 13:52:11 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-06-06 14:32:54 +0200 |
commit | b3bf86b8936dbca8689623d22b8955e071143a5e (patch) | |
tree | dd1272f55c65646da51903ca1e1eb90d9de2a8ee /python/scripts | |
parent | 4b66abead9c9c7b637fb87e6bf782a45eee2a621 (diff) | |
download | qemu-b3bf86b8936dbca8689623d22b8955e071143a5e.zip qemu-b3bf86b8936dbca8689623d22b8955e071143a5e.tar.gz qemu-b3bf86b8936dbca8689623d22b8955e071143a5e.tar.bz2 |
rust/hpet: change type of num_timers to usize
Remove the need to convert after every read of the BqlCell. Because the
vmstate uses a u8 as the size of the VARRAY, this requires switching
the VARRAY to use num_timers_save; which in turn requires ensuring that
the num_timers_save is always there. For simplicity do this by
removing support for version 1, which QEMU has not been producing for
~15 years.
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'python/scripts')
0 files changed, 0 insertions, 0 deletions