]> git.proxmox.com Git - mirror_qemu.git/commit
machine: Remove unused fields from QEMUMachine
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 15 May 2015 17:18:58 +0000 (14:18 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 31 May 2015 14:26:42 +0000 (16:26 +0200)
commitd48f4fa69eb3efb03a2efe2e4606a97a17cf222f
tree4e4ed3673680ee2545885e6177f5a48524b79f71
parentd644b11657ae047d50d8ea9ce285ecd6dae04ca2
machine: Remove unused fields from QEMUMachine

This removes the following fields from QEMUMachine: family, alias,
reset, hot_add_cpu, units_per_default_bus, no_serial, no_parallel,
use_virtcon, use_sclp, no_floppy, no_cdrom, default_display,
compat_props, and hw_version.

The only users of those fields were already converted to use QOM and
MachineClass directly, so they are not needed anymore.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
include/hw/boards.h
vl.c