]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Print warning when mixing [+-]foo and foo=(on|off)
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 24 Oct 2016 19:53:52 +0000 (17:53 -0200)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 31 Oct 2016 18:20:59 +0000 (16:20 -0200)
commit83a00f6095a36de2024d6cca57470c4dedfb85ee
tree648d6001bed6365c02838e3ddccd3b2f428086aa
parent2df35773cb412e5735ccad21212ce5cc10eb9c09
target-i386: Print warning when mixing [+-]foo and foo=(on|off)

Print a warning when mixing [+-]foo and foo=(on|off) in the -cpu
argument in a way that will break in the future.

Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
target-i386/cpu.c
tests/test-x86-cpuid-compat.c