mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
machine: Remove QEMUMachine indirection from MachineClass
No need to go through qemu_machine field. Use MachineClass fields directly. Signed-off-by: Marcel Apfelbaum <marcel.a@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
This commit is contained in:
parent
f1e298794d
commit
958db90cd5
5 changed files with 49 additions and 86 deletions
|
@ -76,8 +76,6 @@ struct MachineClass {
|
|||
ObjectClass parent_class;
|
||||
/*< public >*/
|
||||
|
||||
QEMUMachine *qemu_machine;
|
||||
|
||||
const char *name;
|
||||
const char *alias;
|
||||
const char *desc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue