mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-11 16:00:50 -07:00
machine: Replace QEMUMachine by MachineClass in accelerator configuration
This minimizes QEMUMachine usage, as part of machine QOM-ification. Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
aaa663916d
commit
f1e298794d
11 changed files with 17 additions and 17 deletions
2
qtest.c
2
qtest.c
|
|
@ -500,7 +500,7 @@ static void qtest_event(void *opaque, int event)
|
|||
}
|
||||
}
|
||||
|
||||
int qtest_init_accel(QEMUMachine *machine)
|
||||
int qtest_init_accel(MachineClass *mc)
|
||||
{
|
||||
configure_icount("0");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue