mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
AccelClass: Introduce accel_setup_post
This is called just before os_setup_post. Currently none of the accelerators provide this hook, but the Xen one is going to provide one in a moment. Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com> Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
5ac067a24a
commit
7a64c17f3b
3 changed files with 13 additions and 0 deletions
1
vl.c
1
vl.c
|
@ -4742,6 +4742,7 @@ int main(int argc, char **argv, char **envp)
|
|||
vm_start();
|
||||
}
|
||||
|
||||
accel_setup_post(current_machine);
|
||||
os_setup_post();
|
||||
|
||||
main_loop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue