diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2025-02-28 14:02:03 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2025-03-20 12:14:45 +0100 |
commit | 7bda68e8e2b0b836639557ddb13d761bdd15a104 (patch) | |
tree | 61cec62831696870db9602b03b3d4251cc4e7f15 /include/hw | |
parent | d1368344bc9bb251080507940f2bad16048d2687 (diff) | |
download | qemu-7bda68e8e2b0b836639557ddb13d761bdd15a104.zip qemu-7bda68e8e2b0b836639557ddb13d761bdd15a104.tar.gz qemu-7bda68e8e2b0b836639557ddb13d761bdd15a104.tar.bz2 |
qdev, rust/hpet: fix type of HPET "timers" property
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw')
-rw-r--r-- | include/hw/qdev-properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/qdev-properties.h b/include/hw/qdev-properties.h index 15fcec5..2c99856 100644 --- a/include/hw/qdev-properties.h +++ b/include/hw/qdev-properties.h @@ -52,6 +52,7 @@ extern const PropertyInfo qdev_prop_bool; extern const PropertyInfo qdev_prop_uint8; extern const PropertyInfo qdev_prop_uint16; extern const PropertyInfo qdev_prop_uint32; +extern const PropertyInfo qdev_prop_usize; extern const PropertyInfo qdev_prop_int32; extern const PropertyInfo qdev_prop_uint64; extern const PropertyInfo qdev_prop_uint64_checkmask; |