summaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-09target-i386: Move APIC ID compatibility code to pc.cEduardo Habkost1-1/+0
2015-03-09target-i386: Move CPUX86State::cpuid_apic_id to X86CPU::apic_idEduardo Habkost1-1/+0
2015-03-03Revert "Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request'...Peter Maydell1-3/+10
2015-02-25target-i386: Move CPUX86State.cpuid_apic_id to X86CPU.apic_idEduardo Habkost1-1/+0
2015-02-25target-i386: Eliminate cpu_init() functionEduardo Habkost1-9/+3
2015-02-25target-i386: Rename cpu_x86_init() to cpu_x86_init_user()Eduardo Habkost1-2/+2
2015-01-26target-i386: make xmm_regs 512-bit widePaolo Bonzini1-60/+8
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell1-2/+0
2014-12-15i386: do not cross the pages boundaries in replay modePavel Dovgalyuk1-0/+3
2014-12-15target-i386: get/set/migrate XSAVES stateWanpeng Li1-0/+2
2014-12-15target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]Paolo Bonzini1-0/+6
2014-11-13target-i386: fix Coverity complaints about overflowsPaolo Bonzini1-1/+1
2014-11-04target-i386: Disable SVM by default in KVM modeEduardo Habkost1-0/+1
2014-11-03target-i386: Rename KVM auto-feature-enable compat functionEduardo Habkost1-1/+1
2014-10-24target-i386: add Intel AVX-512 supportChao Peng1-0/+61
2014-09-18target-i386: update fp status fixPavel Dovgalyuk1-0/+2
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell1-1/+1
2014-08-25x86: kvm: Add MTRR support for kvm_get|put_msrs()Alex Williamson1-0/+2
2014-08-25x86: Use common variable range MTRR countsAlex Williamson1-1/+1
2014-06-25target-i386: Support "invariant tsc" flagMarcelo Tosatti1-0/+4
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell1-7/+26
2014-06-05target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini1-0/+2
2014-06-05target-i386: raise page fault for reserved physical address bitsPaolo Bonzini1-0/+10
2014-06-05target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini1-1/+1
2014-06-05target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini1-4/+11
2014-06-05target-i386: rename KSMAP to KNOSMAPPaolo Bonzini1-3/+3
2014-05-21target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflagsPaolo Bonzini1-1/+4
2014-05-21target-i386: get CPL from SS.DPLPaolo Bonzini1-5/+3
2014-05-13cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini1-3/+4
2014-05-13target-i386: preserve FPU and MSR state on INITPaolo Bonzini1-16/+26
2014-05-13target-i386: fix set of registers zeroed on resetPaolo Bonzini1-5/+6
2014-05-13target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor1-13/+12
2014-03-27target-i386: Avoid shifting left into sign bitPeter Maydell1-167/+167
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-1/+2
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber1-1/+1
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber1-2/+1
2014-03-13target-i386: Introduce x86_cpu_compat_disable_kvm_features()Eduardo Habkost1-2/+2
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber1-14/+0
2014-03-04Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell1-0/+2
2014-02-28Define the architecture for compressed dump formatqiaonuohan1-0/+2
2014-02-28target-i386: Fix SSE status flag corruptionRichard Henderson1-0/+3
2014-02-03kvm: add support for hyper-v timersVadim Rozenfeld1-0/+1
2014-02-03kvm: make hyperv vapic assist page migratableVadim Rozenfeld1-0/+1
2014-02-03kvm: make hyperv hypercall and guest os id MSRs migratable.Vadim Rozenfeld1-0/+2
2014-01-24Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-3/+22
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan1-4/+0
2013-12-12target-i386: Intel MPXLiu Jinsong1-3/+22
2013-10-02x86: fix migration from pre-version 12Paolo Bonzini1-0/+4
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori1-78/+103
2013-08-16target-i386: Move hyperv_* static globals to X86CPUIgor Mammedov1-0/+4