| Commit message (Expand) | Author | Age | Files | Lines |
* | i386/cpu: Clear FEAT_XSAVE_COMP_{LO,HI} when XSAVE is not available | Xiaoyao Li | 2020-09-30 | 1 | -0/+2 |
* | target/i386: support KVM_FEATURE_ASYNC_PF_INT | Vitaly Kuznetsov | 2020-09-30 | 1 | -1/+2 |
* | qom: simplify object_find_property / object_class_find_property | Daniel P. Berrangé | 2020-09-22 | 1 | -1/+1 |
* | i386: Simplify CPUID_8000_001E for AMD | Babu Moger | 2020-09-18 | 1 | -150/+45 |
* | i386: Simplify CPUID_8000_001d for AMD | Babu Moger | 2020-09-18 | 1 | -15/+16 |
* | i386/kvm: correct the meaning of '0xffffffff' value for hv-spinlocks | Vitaly Kuznetsov | 2020-09-18 | 1 | -1/+1 |
* | target/i386/cpu: Fix memleak in x86_cpu_class_check_missing_features | Pan Nengyuan | 2020-09-02 | 1 | -0/+1 |
* | Revert "hw/i386: Update structures to save the number of nodes per package" | Babu Moger | 2020-09-02 | 1 | -1/+0 |
* | Revert "target/i386: Cleanup and use the EPYC mode topology functions" | Babu Moger | 2020-09-02 | 1 | -34/+127 |
* | Revert "i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition" | Babu Moger | 2020-09-02 | 1 | -16/+0 |
* | Revert "target/i386: Enable new apic id encoding for EPYC based cpus models" | Babu Moger | 2020-09-02 | 1 | -2/+0 |
* | Revert "i386: Fix pkg_id offset for EPYC cpu models" | Babu Moger | 2020-09-02 | 1 | -5/+4 |
* | target/i386: add the missing vmx features for Skylake-Server and Cascadelake-... | Chenyi Qiang | 2020-07-16 | 1 | -0/+14 |
* | target/i386: fix model number and add missing features for Icelake-Server CPU... | Chenyi Qiang | 2020-07-16 | 1 | -0/+14 |
* | target/i386: add fast short REP MOV support | Chenyi Qiang | 2020-07-16 | 1 | -1/+1 |
* | i386/cpu: Don't add unavailable_features to env->user_features | Xiaoyao Li | 2020-07-16 | 1 | -1/+0 |
* | i368/cpu: Clear env->user_features after loading versioned CPU model | Xiaoyao Li | 2020-07-16 | 1 | -0/+7 |
* | target/i386: Enable TSX Suspend Load Address Tracking feature | Cathy Zhang | 2020-07-11 | 1 | -1/+1 |
* | target/i386: Add SERIALIZE cpu feature | Cathy Zhang | 2020-07-11 | 1 | -1/+1 |
* | target/i386: Correct the warning message of Intel PT | Luwei Kang | 2020-07-11 | 1 | -1/+1 |
* | KVM: x86: believe what KVM says about WAITPKG | Paolo Bonzini | 2020-07-11 | 1 | -0/+3 |
* | i386: hvf: Don't duplicate register reset | Roman Bolshakov | 2020-07-11 | 1 | -3/+0 |
* | KVM: add support for AMD nested live migration | Paolo Bonzini | 2020-07-11 | 1 | -0/+1 |
* | error: Eliminate error_propagate() manually | Markus Armbruster | 2020-07-10 | 1 | -14/+5 |
* | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -15/+5 |
* | qom: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -7/+4 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 1 | -30/+27 |
* | qapi: Use returned bool to check for failure, Coccinelle part | Markus Armbruster | 2020-07-10 | 1 | -10/+5 |
* | i386: Mask SVM features if nested SVM is disabled | Eduardo Habkost | 2020-06-26 | 1 | -0/+4 |
* | target/i386: Add notes for versioned CPU models | Tao Xu | 2020-06-26 | 1 | -0/+5 |
* | qdev: Convert bus-less devices to qdev_realize() with Coccinelle | Markus Armbruster | 2020-06-15 | 1 | -2/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2020-06-13 | 1 | -5/+37 |
|\ |
|
| * | target/i386: define a new MSR based feature word - FEAT_PERF_CAPABILITIES | Like Xu | 2020-06-10 | 1 | -0/+23 |
| * | x86/cpu: Enable AVX512_VP2INTERSECT cpu feature | Cathy Zhang | 2020-06-10 | 1 | -1/+1 |
| * | accel: Move Xen accelerator code under accel/xen/ | Philippe Mathieu-Daudé | 2020-06-10 | 1 | -1/+1 |
| * | target/i386: Fix the CPUID leaf CPUID_Fn80000008 | Babu Moger | 2020-06-10 | 1 | -3/+12 |
* | | target/i386/cpu: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 2020-06-09 | 1 | -1/+1 |
|/ |
|
* | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re... | Peter Maydell | 2020-06-08 | 1 | -1/+5 |
|\ |
|
| * | target/i386: Restrict CpuClass::get_crash_info() to system-mode | Philippe Mathieu-Daudé | 2020-06-05 | 1 | -1/+5 |
* | | i386: Fix x86_cpu_load_model() error API violation | Markus Armbruster | 2020-05-27 | 1 | -10/+17 |
|/ |
|
* | qdev: Unrealize must not fail | Markus Armbruster | 2020-05-15 | 1 | -7/+2 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 1 | -43/+42 |
* | various: Remove suspicious '\' character outside of #define in C code | Philippe Mathieu-Daudé | 2020-04-29 | 1 | -9/+9 |
* | target/i386: Add ARCH_CAPABILITIES related bits into Icelake-Server CPU model | Xiaoyao Li | 2020-04-01 | 1 | -0/+13 |
* | target/i386: set the CPUID level to 0x14 on old machine-type | Luwei Kang | 2020-04-01 | 1 | -3/+8 |
* | i386: Fix pkg_id offset for EPYC cpu models | Babu Moger | 2020-04-01 | 1 | -2/+2 |
* | target/i386: Enable new apic id encoding for EPYC based cpus models | Babu Moger | 2020-04-01 | 1 | -0/+2 |
* | i386: Introduce use_epyc_apic_id_encoding in X86CPUDefinition | Babu Moger | 2020-04-01 | 1 | -0/+16 |
* | target/i386: Cleanup and use the EPYC mode topology functions | Babu Moger | 2020-04-01 | 1 | -127/+34 |
* | hw/i386: Update structures to save the number of nodes per package | Babu Moger | 2020-03-18 | 1 | -0/+1 |