mirror of https://github.com/xemu-project/xemu.git
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
|
@ -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…
Reference in New Issue