]> Git Repo - qemu.git/commit - hw/i386/pc_piix.c
piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11
authorEduardo Habkost <[email protected]>
Thu, 14 May 2015 18:53:07 +0000 (15:53 -0300)
committerMichael S. Tsirkin <[email protected]>
Sun, 31 May 2015 14:26:41 +0000 (16:26 +0200)
commitd5303df71073da70e0ad29a6dfb304ec7b747f5c
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 <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>
hw/i386/pc_piix.c
This page took 0.025866 seconds and 4 git commands to generate.