Skip to content
Snippets Groups Projects
user avatar
Eduardo Habkost authored
Now all TYPE_MACHINE subclasses use MACHINE_TYPE_NAME to generate the
class name. So instead of requiring each subclass to set
MachineClass::name manually, we can now set it automatically at the
TYPE_MACHINE class_base_init() function.

Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
Reviewed-by: default avatarMarcel Apfelbaum <marcel@redhat.com>
[AF/ehabkost: Updated for s390-ccw machines]
[AF: Cleanup of intermediate virt and vexpress name handling]
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
98cec76a
History
Read the documentation in qemu-doc.html or on http://wiki.qemu-project.org

- QEMU team