Age | Commit message (Expand) | Author |
2016-09-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-09-27 | target-i386: Remove has_msr_* global vars for KVM features | Eduardo Habkost |
2016-09-27 | target-i386: Clear KVM CPUID features if KVM is disabled | Eduardo Habkost |
2016-09-27 | target-i386: Remove has_msr_hv_tsc global variable | Eduardo Habkost |
2016-09-27 | target-i386: Remove has_msr_hv_apic global variable | Eduardo Habkost |
2016-09-27 | target-i386: Remove has_msr_mtrr global variable | 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-27 | cpus: pass CPUState to run_on_cpu helpers | Alex Bennée |
2016-09-22 | kvm: fix events.flags (KVM_VCPUEVENT_VALID_SMM) overwritten by 0 | Herongguang (Stephen) |
2016-09-22 | kvm: apic: set APIC base as part of kvm_apic_put | Dr. David Alan Gilbert |
2016-09-22 | target-i386: introduce kvm_put_one_msr | Paolo Bonzini |
2016-09-19 | target-i386: Use struct X86XSaveArea in fpu_helper.c | Richard Henderson |
2016-09-16 | target-i386: Generate fences for x86 | Pranith Kumar |
2016-09-14 | target-i386: Fixed syscall posssible segfault | Stanislav Shmarov |
2016-09-14 | target-i386: fix ordering of fields in CPUX86State | Paolo Bonzini |
2016-09-13 | x86/lapic: Load LAPIC state at post_load | Dr. David Alan Gilbert |
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-08-16 | target-i386: kvm: Report kvm_pv_unhalt as unsupported w/o kernel_irqchip | Eduardo Habkost |
2016-08-12 | trace-events: fix first line comment in trace-events | Laurent Vivier |
2016-08-08 | error: Strip trailing '\n' from error string arguments (again) | Markus Armbruster |
2016-08-02 | target-i386: fix typo in xsetbv implementation | Dave Hansen |
2016-07-21 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2016-07-21 | kvm-irqchip: do explicit commit when update irq | Peter Xu |
2016-07-21 | kvm-irqchip: x86: add msi route notify fn | Peter Xu |
2016-07-21 | kvm-irqchip: i386: add hook for add/remove virq | Peter Xu |
2016-07-21 | kvm-irqchip: simplify kvm_irqchip_add_msi_route | Peter Xu |
2016-07-21 | intel_iommu: add support for split irqchip | Peter Xu |
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 |