]> Git Repo - qemu.git/commit
target-i386: Move warning code outside x86_cpu_filter_features()
authorEduardo Habkost <[email protected]>
Wed, 4 May 2016 17:50:46 +0000 (14:50 -0300)
committerEduardo Habkost <[email protected]>
Mon, 17 Oct 2016 17:44:49 +0000 (15:44 -0200)
commit8ca30e8673aff9bfcf8f969f8db4266b5f62e49c
treefa57af52dcd975fe00528c4b5e3f89cac81e6927
parent9504e7100b74ae688601ec2c990bb80a47f263e3
target-i386: Move warning code outside x86_cpu_filter_features()

x86_cpu_filter_features() will be reused by code that shouldn't
print any warning. Move the warning code to a new
x86_cpu_report_filtered_features() function, and call it from
x86_cpu_realizefn().

Reviewed-by: Igor Mammedov <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
target-i386/cpu.c
This page took 0.032107 seconds and 4 git commands to generate.