mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
rust/pl011: fix default value for migrate-clock
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
0a65e4124a
commit
113c668852
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ qemu_api::declare_properties! {
|
||||||
PL011State,
|
PL011State,
|
||||||
migrate_clock,
|
migrate_clock,
|
||||||
unsafe { &qdev_prop_bool },
|
unsafe { &qdev_prop_bool },
|
||||||
bool
|
bool,
|
||||||
|
default = true
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue