]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target-i386: Break CPUID feature definition lines
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 22 Apr 2013 19:00:14 +0000 (16:00 -0300)
committerAndreas Färber <afaerber@suse.de>
Wed, 1 May 2013 22:21:29 +0000 (00:21 +0200)
commit27861ecc47cf9dc35961ac901e26abbd898c377c
treebd5493abb00f019003b365d2bf40cc462679e89c
parentfc7a504c0126b16aa2bd50d92584e9cc08f636a3
target-i386: Break CPUID feature definition lines

Break lines on kvm_check_features_against_host(), kvm_cpu_fill_host(),
and builtin_x86_defs, so they don't get too long once the *_features
fields are replaced by an array.

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