commit | 113c66885280bb20296969d780be54fbd42213ad | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri Oct 25 14:29:56 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Nov 05 14:18:16 2024 +0100 |
tree | 0c51a3a017ff05a36c22bc4d6c3cd1fec259195c | |
parent | 0a65e4124ad9c6dab594d738cac31fd32d19402c [diff] |
rust/pl011: fix default value for migrate-clock Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/rust/hw/char/pl011/src/device_class.rs b/rust/hw/char/pl011/src/device_class.rs index 08c846a..9282dc4 100644 --- a/rust/hw/char/pl011/src/device_class.rs +++ b/rust/hw/char/pl011/src/device_class.rs
@@ -29,7 +29,8 @@ PL011State, migrate_clock, unsafe { &qdev_prop_bool }, - bool + bool, + default = true ), }