Age | Commit message (Expand) | Author |
2016-12-20 | Move target-* CPU file into a target/ folder | Thomas Huth |
2016-11-25 | target-i386: Remove unused local_err variable | Eduardo Habkost |
2016-11-10 | target-i386: document how x86 gdb_num_core_regs is computed. | Doug Evans |
2016-11-02 | x86: add AVX512_4VNNIW and AVX512_4FMAPS features | Luwei Kang |
2016-10-31 | target-i386: Print warning when mixing [+-]foo and foo=(on|off) | Eduardo Habkost |
2016-10-24 | exec: call cpu_exec_exit() from a CPU unrealize common function | Laurent Vivier |
2016-10-24 | exec: move cpu_exec_init() calls to realize functions | Laurent Vivier |
2016-10-24 | pc: apic_common: Extend APIC ID property to 32bit | Igor Mammedov |
2016-10-17 | target-i386: Don't use cpu->migratable when filtering features | Eduardo Habkost |
2016-10-17 | target-i386: Return runnability information on query-cpu-definitions | Eduardo Habkost |
2016-10-17 | target-i386: x86_cpu_load_features() function | Eduardo Habkost |
2016-10-17 | target-i386: Unset cannot_destroy_with_object_finalize_yet | Eduardo Habkost |
2016-10-17 | apic: add global apic_get_class() | Radim Krčmář |
2016-10-17 | target-i386: Move warning code outside x86_cpu_filter_features() | Eduardo Habkost |
2016-10-17 | target-i386: xsave: Add FP and SSE bits to x86_ext_save_areas | Eduardo Habkost |
2016-10-17 | target-i386: Register properties for feature aliases manually | Eduardo Habkost |
2016-10-17 | target-i386: Remove underscores from feat_names arrays | Eduardo Habkost |
2016-10-17 | target-i386: Make plus_features/minus_features QOM-based | Eduardo Habkost |
2016-10-17 | target-i386: Register aliases for feature names with underscores | Eduardo Habkost |
2016-10-17 | target-i386: Disable VME by default with TCG | Eduardo Habkost |
2016-10-17 | target-i386: List CPU models using subclass list | Eduardo Habkost |
2016-10-03 | target-i386: Correct family/model/stepping for Opteron_G3 | Evgeny Yakovlev |
2016-10-03 | target-i386: Report known CPUID[EAX=0xD,ECX=0]:EAX bits as migratable | Eduardo Habkost |
2016-09-27 | target-i386: Clear KVM CPUID features if KVM is disabled | Eduardo Habkost |
2016-09-27 | target-i386: Move xsave component mask to features array | Eduardo Habkost |
2016-09-27 | target-i386: xsave: Calculate set of xsave components on realize | Eduardo Habkost |
2016-09-27 | target-i386: xsave: Helper function to calculate xsave area size | Eduardo Habkost |
2016-09-27 | target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculation | Eduardo Habkost |
2016-09-27 | target-i386: xsave: Calculate enabled components only once | Eduardo Habkost |
2016-09-27 | target-i386: Don't try to enable PT State xsave component | Eduardo Habkost |
2016-09-27 | target-i386: Move feature name arrays inside FeatureWordInfo | Eduardo Habkost |
2016-09-27 | linux-user: remove #define smp_{cores, threads} | Marc-André Lureau |
2016-09-27 | target-i386: Enable CPUID[0x8000000A] if SVM is enabled | Eduardo Habkost |
2016-09-27 | target-i386: Automatically set level/xlevel/xlevel2 when needed | Eduardo Habkost |
2016-09-27 | target-i386: Add a marker to end of the region zeroed on reset | Eduardo Habkost |
2016-09-27 | target-i386: Remove unused X86CPUDefinition::xlevel2 field | Eduardo Habkost |
2016-09-19 | target-i386: Use struct X86XSaveArea in fpu_helper.c | Richard Henderson |
2016-09-09 | target-i386: present virtual L3 cache info for vcpus | Longpeng(Mike) |
2016-09-05 | target-i386: Add more Intel AVX-512 instructions support | Luwei Kang |
2016-07-20 | target-i386: Add x86_cpu_unrealizefn() | Igor Mammedov |
2016-07-20 | pc: cpu: Allow device_add to be used with x86 cpu | Igor Mammedov |
2016-07-20 | target-i386: Fix apic object leak when CPU is deleted | Igor Mammedov |
2016-07-20 | target-i386: cpu: Do not ignore error and fix apic parent | Igor Mammedov |
2016-07-20 | target-i386: Add support for UMIP and RDPID CPUID bits | Paolo Bonzini |
2016-07-20 | target-i386: Add socket/core/thread properties to X86CPU | Igor Mammedov |
2016-07-20 | target-i386: Replace custom apic-id setter/getter with static property | Igor Mammedov |
2016-07-20 | pc: cpu: Consolidate apic-id validity checks in pc_cpu_pre_plug() | Igor Mammedov |
2016-07-20 | target-i386: Set physical address bits based on host | Dr. David Alan Gilbert |
2016-07-20 | target-i386: Use uint32_t for X86CPU.apic_id | Igor Mammedov |
2016-07-20 | target-i386: Fill high bits of mtrr mask | Dr. David Alan Gilbert |