aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
AgeCommit message (Expand)Author
2015-02-25target-i386: Eliminate cpu_init() functionEduardo Habkost
2015-02-25target-i386: Rename cpu_x86_init() to cpu_x86_init_user()Eduardo Habkost
2015-01-26target-i386: make xmm_regs 512-bit widePaolo Bonzini
2015-01-20exec.c: Drop TARGET_HAS_ICE define and checksPeter Maydell
2014-12-15i386: do not cross the pages boundaries in replay modePavel Dovgalyuk
2014-12-15target-i386: get/set/migrate XSAVES stateWanpeng Li
2014-12-15target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]Paolo Bonzini
2014-11-13target-i386: fix Coverity complaints about overflowsPaolo Bonzini
2014-11-04target-i386: Disable SVM by default in KVM modeEduardo Habkost
2014-11-03target-i386: Rename KVM auto-feature-enable compat functionEduardo Habkost
2014-10-24target-i386: add Intel AVX-512 supportChao Peng
2014-09-18target-i386: update fp status fixPavel Dovgalyuk
2014-09-12cpu-exec: Make debug_excp_handler a QOM CPU methodPeter Maydell
2014-08-25x86: kvm: Add MTRR support for kvm_get|put_msrs()Alex Williamson
2014-08-25x86: Use common variable range MTRR countsAlex Williamson
2014-06-25target-i386: Support "invariant tsc" flagMarcelo Tosatti
2014-06-05Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell
2014-06-05target-i386: raise page fault for reserved bits in large pagesPaolo Bonzini
2014-06-05target-i386: raise page fault for reserved physical address bitsPaolo Bonzini
2014-06-05target-i386: simplify SMAP handling in MMU_KSMAP_IDXPaolo Bonzini
2014-06-05target-i386: fix kernel accesses with SMAP and CPL = 3Paolo Bonzini
2014-06-05target-i386: rename KSMAP to KNOSMAPPaolo Bonzini
2014-05-21target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflagsPaolo Bonzini
2014-05-21target-i386: get CPL from SS.DPLPaolo Bonzini
2014-05-13cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini
2014-05-13target-i386: preserve FPU and MSR state on INITPaolo Bonzini
2014-05-13target-i386: fix set of registers zeroed on resetPaolo Bonzini
2014-05-13target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor
2014-03-27target-i386: Avoid shifting left into sign bitPeter Maydell
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Move watchpoint fields from CPU_COMMON to CPUStateAndreas Färber
2014-03-13cpu: Turn cpu_handle_mmu_fault() into a CPUClass hookAndreas Färber
2014-03-13target-i386: Introduce x86_cpu_compat_disable_kvm_features()Eduardo Habkost
2014-03-13cpu: Turn cpu_has_work() into a CPUClass hookAndreas Färber
2014-03-04Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell
2014-02-28Define the architecture for compressed dump formatqiaonuohan
2014-02-28target-i386: Fix SSE status flag corruptionRichard Henderson
2014-02-03kvm: add support for hyper-v timersVadim Rozenfeld
2014-02-03kvm: make hyperv vapic assist page migratableVadim Rozenfeld
2014-02-03kvm: make hyperv hypercall and guest os id MSRs migratable.Vadim Rozenfeld
2014-01-24Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2013-12-23target-i386: Move apic_state field from CPUX86State to X86CPUChen Fan
2013-12-12target-i386: Intel MPXLiu Jinsong
2013-10-02x86: fix migration from pre-version 12Paolo Bonzini
2013-08-29Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5Anthony Liguori
2013-08-16target-i386: Move hyperv_* static globals to X86CPUIgor Mammedov
2013-08-09kvm: migrate vPMU statePaolo Bonzini
2013-08-09target-i386: remove tabs from target-i386/cpu.hPaolo Bonzini
2013-07-25Initialize IA32_FEATURE_CONTROL MSR in reset and migrationArthur Chunqi Li
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber