]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc_piix.c
pc: pc_compat_1_4() now can call pc_compat_1_5()
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 21 Aug 2013 18:14:44 +0000 (15:14 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Aug 2013 20:30:22 +0000 (23:30 +0300)
commit396f79f45ea75bd1c421522f29b4f91d490df7cc
tree199a4d0388da61d5e208274c1e9bf4d2cf90ce62
parent89b439f3136644b07c2e25bb4ceeb9466ae23fe5
pc: pc_compat_1_4() now can call pc_compat_1_5()

It just needs to set has_pvpanic=false after calling it. This way, it
won't be a special case anymore.

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