Merge rhelmot's fix

This commit is contained in:
mio
2022-08-14 13:35:54 +02:00
parent 01e8d969c8
commit 2c00546c6e
4 changed files with 111 additions and 7 deletions

View File

@@ -595,6 +595,9 @@ int cpu_exec(struct uc_struct *uc, CPUState *cpu)
}
tb = tb_find(cpu, last_tb, tb_exit, cflags);
if (unlikely(cpu->exit_request)) {
continue;
}
cpu_loop_exec_tb(cpu, tb, &last_tb, &tb_exit);
/* Try to align the host and virtual clocks
if the guest is in advance */