summary refs log tree commit diff stats
path: root/include/hw/qdev-properties.h
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-02-28 14:02:03 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2025-03-20 12:14:45 +0100
commit7bda68e8e2b0b836639557ddb13d761bdd15a104 (patch)
tree61cec62831696870db9602b03b3d4251cc4e7f15 /include/hw/qdev-properties.h
parentd1368344bc9bb251080507940f2bad16048d2687 (diff)
downloadfocaccia-qemu-7bda68e8e2b0b836639557ddb13d761bdd15a104.tar.gz
focaccia-qemu-7bda68e8e2b0b836639557ddb13d761bdd15a104.zip
qdev, rust/hpet: fix type of HPET "timers" property
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/hw/qdev-properties.h')
-rw-r--r--include/hw/qdev-properties.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/qdev-properties.h b/include/hw/qdev-properties.h
index 15fcec5260..2c99856caa 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;