]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Pass FeatureWord argument to report_unavailable_features()
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 30 Apr 2014 16:48:31 +0000 (13:48 -0300)
committerAndreas Färber <afaerber@suse.de>
Wed, 25 Jun 2014 16:04:15 +0000 (18:04 +0200)
commit8459e3961eb5519cb16d5950020ef7010f4b8a6f
treee2251faaa1395afaa7d12c55af8a1a2d30ccdc62
parent51f63aed32314479065207ff2fb28255de4dbda4
target-i386: Pass FeatureWord argument to report_unavailable_features()

This will help us simplify the code that calls
report_unavailable_features() later.

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