mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
xbox: Update kvmclock_create with new create_always param
This commit is contained in:
parent
e1e28ba62e
commit
4a937586da
@ -245,7 +245,7 @@ void xbox_init_common(MachineState *machine,
|
||||
x86_cpus_init(x86ms, pcmc->default_cpu_version);
|
||||
|
||||
if (kvm_enabled() && pcmc->kvmclock_enabled) {
|
||||
kvmclock_create();
|
||||
kvmclock_create(pcmc->kvmclock_create_always);
|
||||
}
|
||||
|
||||
pci_memory = g_new(MemoryRegion, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user