]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: kvm_cpu_fill_host(): Set all feature words at end of function
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 20 Jan 2014 16:41:12 +0000 (14:41 -0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Feb 2014 16:33:54 +0000 (17:33 +0100)
commit2a573259ebf8b1072707257d547603520d1ed236
treefa9adc29732fb11af6e281211fe43358567b69d5
parent803a932706e3ba335d4c98f3577a05cb000f1699
target-i386: kvm_cpu_fill_host(): Set all feature words at end of function

Reorder the code so all the code that sets x86_cpu_def->features is at
the end of the function.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target-i386/cpu.c