]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc_piix.c
pc: Create pc_compat_*() functions
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 21 Aug 2013 18:14:43 +0000 (15:14 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Aug 2013 20:30:22 +0000 (23:30 +0300)
commit89b439f3136644b07c2e25bb4ceeb9466ae23fe5
tree77d8fd73e0a1e1f527fa656ea45a521b66e83241
parent43a52ce65736adf9def7c2a9e5ba409814eb5dae
pc: Create pc_compat_*() functions

Making the older compat functions call the newer compat functions at the
beginning allows the older functions undo what's done by newer compat
functions. e.g.: pc_compat_1_4() will be able to call pc_compat_1_5()
and then set has_pvpanic=false.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/i386/pc_piix.c
hw/i386/pc_q35.c