piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11
commitd5303df71073da70e0ad29a6dfb304ec7b747f5c
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 14 May 2015 18:53:07 +0000 (14 15:53 -0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 31 May 2015 14:26:41 +0000 (31 16:26 +0200)
tree36a5bf447dd51fe763a57b16752957c6dda50e60
parentbb08d8829b5bec6af619e4532a397ef12727516c
piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11

The current code setting ide-drive.ver and scsi-disk.ver on pc-0.11
breaks the PC_COMPAT_* nesting pattern we currently use.

As those variables are overwritten in pc-0.10 too, they can be inherited
by pc-0.10 with no side-effects at all.

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