]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc_piix.c
piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 14 May 2015 18:53:09 +0000 (15:53 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 31 May 2015 14:26:41 +0000 (16:26 +0200)
commitfaf7e4254fa33a13805a34a1ffeeb9dcc0a36a5e
tree061ed505dba09f0a016a1a3f0144bee52e7f1ccf
parentd765519bef48bd95f2139314a5354144387523eb
piix: Move pc-0.1[23] rombar compat props to PC_COMPAT_0_13

The VGA and vmware-svga rombar compat properties were added by commit
281a26b15b4adcecb8604216738975abd754bea8, but only to pc-0.13 and
pc-0.12. This breaks the PC_COMPAT_* nesting pattern we currently
follow.

The new variables will now be inherited by pc-0.11 and older, but
pc-0.11 and pc-0.10 already have PCI.rombar=0 on compat_props, so they
shouldn't be affected at all.

Cc: Stefan Weil <sw@weilnetz.de>
Cc: Gerd Hoffmann <kraxel@redhat.com>
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