]> Git Repo - qemu.git/commit
pc: Use PC_COMPAT_* for CPUID feature compatibility
authorEduardo Habkost <[email protected]>
Fri, 7 Aug 2015 19:55:42 +0000 (16:55 -0300)
committerMichael S. Tsirkin <[email protected]>
Thu, 13 Aug 2015 11:08:25 +0000 (14:08 +0300)
commit27add3814157f5506672e85ff918d1b379ae8ac0
tree9a15be70444cfced346d58a09331d82d9fd2dbd5
parente33d22fab3ad64bedc1c9addb0a0fa437995c12a
pc: Use PC_COMPAT_* for CPUID feature compatibility

Now we can use compat_props to keep CPUID feature compatibility, using
the boolean QOM properties for CPUID feature flags.

This simplifies the compatibility code, and reduces duplication between
pc_piix.c and pc_q35.c.

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
hw/i386/pc_q35.c
include/hw/i386/pc.h
This page took 0.026282 seconds and 4 git commands to generate.