+1
−1
hw/core/machine.c
0 → 100644
+28
−0
+50
−0
Loading
The main functional change is to convert QEMUMachine into MachineClass and QEMUMachineInitArgs into MachineState, instance of MachineClass. As a first step, in order to make possible an incremental development, both QEMUMachine and QEMUMachineInitArgs are being embedded into the new types. Reviewed-by:Michael S. Tsirkin <mst@redhat.com> Signed-off-by:
Marcel Apfelbaum <marcel.a@redhat.com> Signed-off-by:
Andreas Färber <afaerber@suse.de>