]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc_piix.c
q35: Move options common to all classes to pc_i440fx_machine_options()
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 11 Sep 2015 20:14:24 +0000 (17:14 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 24 Sep 2015 10:39:47 +0000 (13:39 +0300)
commit254bdb1cbfd467ff9897c75a28a472e4381ce4cf
treeabba203ea31d5dcfc86f0ee1aa5f5cd3b5823901
parent0b7783a79ef73a06f3a67b68e72d109afe975b77
q35: Move options common to all classes to pc_i440fx_machine_options()

The existing default_machine_opts and default_display settings will
still apply to future machine classes. So it makes sense to move them to
pc_i440fx_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_piix.c