libvirt/src/cpu
Peter Krempa 012f9b19ef cpu: Add recently added cpu feature flags.
Qemu has added some new feature flags. This patch adds them to libvirt.

The new features are for the cpuid function 0x7 that takes an argument
in the ecx register. Currently only 0x0 is used as the argument so I was
lazy and I just clear the registers to 0 before calling cpuid. In future
when there maybe will be some other possible arguments, we will need to
improve the cpu detection code to take this into account.
2012-10-24 17:36:03 +02:00
..
cpu_arm.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu_arm.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu_generic.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu_generic.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu_map.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu_map.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu_map.xml cpu: Add recently added cpu feature flags. 2012-10-24 17:36:03 +02:00
cpu_powerpc.c Doc-fix for PowerPC CPU model driver 2012-10-17 10:03:34 +02:00
cpu_powerpc.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu_ppc_data.h Add one file cpu_ppc_data.h to define CPU data for PPC 2012-10-17 10:03:34 +02:00
cpu_s390.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu_s390.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu_x86_data.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu_x86.c cpu: Add recently added cpu feature flags. 2012-10-24 17:36:03 +02:00
cpu_x86.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu.c maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
cpu.h Add one file cpu_ppc_data.h to define CPU data for PPC 2012-10-17 10:03:34 +02:00