q35: Move options common to all classes to pc_q35_machine_options()
commit0b7783a79ef73a06f3a67b68e72d109afe975b77
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 11 Sep 2015 20:14:23 +0000 (11 17:14 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 24 Sep 2015 10:39:47 +0000 (24 13:39 +0300)
tree09a34b9ca3239ec6647311b30972b889a0b310af
parent1f8828ef573c83365b4a87a776daf8bcef1caa21
q35: Move options common to all classes to pc_q35_machine_options()

The existing default_machine_opts, default_display, no_floppy, and
no_tco settings will still apply to future machine classes. So it makes
sense to move them to pc_q35_machine_options() instead of keeping them
in a version-specific machine_options function.

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>
hw/i386/pc_q35.c