Age | Commit message (Expand) | Author | Files | Lines |
2012-10-30 | target-i386: cpu: make -cpu host/check/enforce code KVM-specific | Eduardo Habkost | 1 | -7/+18 |
2012-10-30 | target-i386: make cpu_x86_fill_host() void | Eduardo Habkost | 1 | -3/+1 |
2012-10-30 | target-i386: Add missing kvm cpuid feature name | Don Slutz | 1 | -4/+8 |
2012-10-30 | i386: cpu: add missing CPUID[EAX=7,ECX=0] flag names | Eduardo Habkost | 1 | -2/+2 |
2012-10-30 | i386: kvm: filter CPUID leaf 7 based on GET_SUPPORTED_CPUID, too | Eduardo Habkost | 1 | -0/+2 |
2012-10-30 | i386: kvm: reformat filter_features_for_kvm() code | Eduardo Habkost | 1 | -15/+13 |
2012-10-30 | i386: kvm: filter CPUID feature words earlier, on cpu.c | Eduardo Habkost | 1 | -0/+30 |
2012-10-29 | qemu: enable PV EOI for qemu 1.3 | Michael S. Tsirkin | 1 | -13/+20 |
2012-10-28 | target-i386: cpu: recover items 28-31 of ext2_feature_name | Eduardo Habkost | 1 | -0/+1 |
2012-10-05 | cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to generic | Peter Maydell | 1 | -1/+1 |
2012-10-01 | x86: Implement SMEP and SMAP | H. Peter Anvin | 1 | -8/+26 |
2012-09-30 | i386: -cpu help: remove reference to specific CPUID leaves/registers | Eduardo Habkost | 1 | -4/+4 |
2012-09-30 | i386: cpu: eliminate duplicate feature names | Eduardo Habkost | 1 | -8/+23 |
2012-09-30 | i386: cpu: replace EXT2_FEATURE_MASK with CPUID_EXT2_AMD_ALIASES | Eduardo Habkost | 1 | -9/+11 |
2012-09-25 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 1 | -1/+1 |
2012-09-23 | target-i386: Allow tsc-frequency to be larger then 2.147G | Don Slutz | 1 | -1/+1 |
2012-09-21 | target-i386: Drop unused setscalar() macro | Andreas Färber | 1 | -12/+0 |
2012-09-21 | target-i386: Kill cpudef config section support | Eduardo Habkost | 1 | -99/+2 |
2012-09-21 | target-i386: x86_cpudef_setup() coding style change | Eduardo Habkost | 1 | -6/+9 |
2012-09-21 | target-i386: Move CPU models from cpus-x86_64.conf to C | Eduardo Habkost | 1 | -0/+219 |
2012-09-21 | Drop cpu_list_id macro | Peter Maydell | 1 | -2/+2 |
2012-09-21 | target-i386: Fold -cpu ?cpuid, ?model output into -cpu help, drop ?dump | Peter Maydell | 1 | -53/+11 |
2012-08-30 | w32: Fix broken build | Stefan Weil | 1 | -0/+2 |
2012-08-29 | target-i386: disable pv eoi to fix migration across QEMU versions | Anthony Liguori | 1 | -1/+12 |
2012-08-15 | win32: provide separate macros for weak decls and definitions | Anthony Liguori | 1 | -2/+2 |
2012-08-13 | target-i386: add implementation of query-cpu-definitions (v2) | Anthony Liguori | 1 | -0/+22 |
2012-08-09 | Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemu | Blue Swirl | 1 | -0/+10 |
2012-08-01 | target-i386: move cpu_reset and reset callback to cpu.c | Igor Mammedov | 1 | -0/+14 |
2012-08-01 | target-i386: move cpu halted decision into x86_cpu_reset | Igor Mammedov | 1 | -0/+16 |
2012-07-21 | Recognize PCID feature | Mao, Junjie | 1 | -1/+1 |
2012-07-03 | kvm_pv_eoi: add flag support | Michael S. Tsirkin | 1 | -1/+1 |
2012-06-25 | target-i386: move tcg initialization into x86_cpu_initfn() | Igor Mammedov | 1 | -0/+10 |
2012-06-22 | target-i386: Use QEMU instead of Qemu | Stefan Weil | 1 | -1/+1 |
2012-06-19 | Allow machines to configure the QEMU_VERSION that's exposed via hardware | Crístian Viana | 1 | -5/+13 |
2012-06-08 | target-i386: Use uint32 visitor for [x]level properties | Andreas Färber | 1 | -38/+4 |
2012-05-30 | Expose CPUID leaf 7 only for -cpu host | Eduardo Habkost | 1 | -7/+15 |
2012-05-12 | target-i386: Defer MCE init | Andreas Färber | 1 | -1/+8 |
2012-04-25 | target-i386: Introduce "tsc-frequency" property for X86CPU | Andreas Färber | 1 | -1/+36 |
2012-04-25 | target-i386: Prepare "vendor" property for X86CPU | Andreas Färber | 1 | -0/+44 |
2012-04-25 | target-i386: Introduce "xlevel" property for X86CPU | Andreas Färber | 1 | -1/+37 |
2012-04-25 | target-i386: Introduce "level" property for X86CPU | Andreas Färber | 1 | -1/+37 |
2012-04-25 | target-i386: Add property getter for CPU model-id | Andreas Färber | 1 | -1/+16 |
2012-04-25 | target-i386: Add property getter for CPU stepping | Andreas Färber | 1 | -1/+13 |
2012-04-25 | target-i386: Add property getter for CPU model | Andreas Färber | 1 | -1/+13 |
2012-04-25 | target-i386: Add property getter for CPU family | Andreas Färber | 1 | -1/+15 |
2012-04-25 | target-i386: Add "model-id" property to X86CPU | Andreas Färber | 1 | -2/+8 |
2012-04-25 | target-i386: Add "stepping" property to X86CPU | Andreas Färber | 1 | -3/+24 |
2012-04-25 | target-i386: Add "model" property to X86CPU | Andreas Färber | 1 | -3/+23 |
2012-04-25 | target-i386: Add "family" property to X86CPU | Andreas Färber | 1 | -5/+34 |
2012-04-25 | target-i386: Add range check for -cpu ,family=x | Andreas Färber | 1 | -1/+1 |