]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
pc: Move compat boolean globals to PCMachineClass
authorEduardo Habkost <ehabkost@redhat.com>
Tue, 1 Dec 2015 22:58:03 +0000 (20:58 -0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 22 Dec 2015 15:45:12 +0000 (17:45 +0200)
commit7102fa7073b2cefb33ab4012a11f15fbf297a74b
treec9f9061294e1dde0a82219c425531f17b358dec2
parent097a50d0d861680da24897b6003f8eea2333577f
pc: Move compat boolean globals to PCMachineClass

This way the compat flags can be initialized in the machine_options()
function. This will help us to eventually eliminate the pc_compat_*()
functions.

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>
Reviewed-by: Marcel Apfelbaum <marcel@redhat.com>
hw/i386/pc.c
hw/i386/pc_piix.c
hw/i386/pc_q35.c
include/hw/i386/pc.h