]> git.proxmox.com Git - mirror_qemu.git/commit - target-i386/cpu.c
target-i386: Reject invalid CPU feature names on the command-line
authorEduardo Habkost <ehabkost@redhat.com>
Thu, 21 Aug 2014 20:22:56 +0000 (17:22 -0300)
committerAndreas Färber <afaerber@suse.de>
Fri, 5 Sep 2014 14:37:07 +0000 (16:37 +0200)
commitc00c94abbdb82c39c22b6dd72875aa1ae0f4b2c0
tree101d18d00854ea1267d4d93b495f0e553cb896ba
parent4d1b279b0675a8b483a5f101212d1dedfb1a3cec
target-i386: Reject invalid CPU feature names on the command-line

Instead of simply printing a warning, report an error when invalid CPU
options are provided on the CPU model string.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
target-i386/cpu.c