mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
rust/pl011: fix default value for migrate-clock
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
@@ -29,7 +29,8 @@ qemu_api::declare_properties! {
|
||||
PL011State,
|
||||
migrate_clock,
|
||||
unsafe { &qdev_prop_bool },
|
||||
bool
|
||||
bool,
|
||||
default = true
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user