aboutsummaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
AgeCommit message (Expand)Author
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
2013-07-09target-i386: Change do_smm_enter() argument to X86CPUAndreas Färber
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell
2013-06-15target-i386/helper: remove DF macroliguang
2013-06-15target-i386/helper: remove EIP macroliguang
2013-06-15target-i386/helper: remove EDI macroliguang
2013-06-15target-i386/helper: remove ESI macroliguang
2013-06-15target-i386/helper: remove ESP macroliguang
2013-06-15target-i386/helper: remove EBP macroliguang
2013-06-15target-i386/helper: remove EDX macroliguang
2013-06-15target-i386/helper: remove ECX macroliguang
2013-06-15target-i386/helper: remove EBX macroliguang
2013-06-15target-i386/helper: remove EAX macroliguang
2013-05-06target-i386: Introduce generic CPUID feature compat functionEduardo Habkost