]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Loop-based copying and setting/unsetting of feature words
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 30 Apr 2014 16:48:37 +0000 (13:48 -0300)
committerAndreas Färber <afaerber@suse.de>
Wed, 25 Jun 2014 21:54:57 +0000 (23:54 +0200)
commite1c224b4eb3b8693c230bb2762a959ae1f531f76
tree2f5b64cda32f351567e2a20ad78272d082331963
parent621626ce7d44f008298c7e6cfefa9fbb80a33dc2
target-i386: Loop-based copying and setting/unsetting of feature words

Now that we have the feature word arrays, we don't need to manually copy
each array item, we can simply iterate through each feature word.

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