summaryrefslogtreecommitdiff
path: root/target-i386/cpu.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-09kvm: migrate vPMU statePaolo Bonzini1-0/+23
2013-08-09target-i386: remove tabs from target-i386/cpu.hPaolo Bonzini1-96/+96
2013-07-25Initialize IA32_FEATURE_CONTROL MSR in reset and migrationArthur Chunqi Li1-0/+2
2013-07-23cpu: Introduce CPUClass::synchronize_from_tb() for cpu_pc_from_tb()Andreas Färber1-5/+0
2013-07-09target-i386: Change do_smm_enter() argument to X86CPUAndreas Färber1-1/+1
2013-07-09linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell1-9/+0
2013-06-15target-i386/helper: remove DF macroliguang1-4/+2
2013-06-15target-i386/helper: remove EIP macroliguang1-2/+0
2013-06-15target-i386/helper: remove EDI macroliguang1-2/+0
2013-06-15target-i386/helper: remove ESI macroliguang1-2/+0
2013-06-15target-i386/helper: remove ESP macroliguang1-2/+0
2013-06-15target-i386/helper: remove EBP macroliguang1-2/+0
2013-06-15target-i386/helper: remove EDX macroliguang1-2/+0
2013-06-15target-i386/helper: remove ECX macroliguang1-2/+0
2013-06-15target-i386/helper: remove EBX macroliguang1-2/+0
2013-06-15target-i386/helper: remove EAX macroliguang1-2/+0
2013-05-06target-i386: Introduce generic CPUID feature compat functionEduardo Habkost1-0/+4
2013-05-02target-i386: Replace cpuid_*features fields with a feature word arrayEduardo Habkost1-10/+1
2013-05-01target-i386: Group together level, xlevel, xlevel2 fieldsEduardo Habkost1-2/+2
2013-05-01target-i386: Attach ICC bus to CPU on its creationIgor Mammedov1-1/+2
2013-05-01target-i386: Replace MSI_SPACE_SIZE with APIC_SPACE_SIZEIgor Mammedov1-0/+1
2013-04-17target-i386: kvm: save/restore steal time MSRMarcelo Tosatti1-0/+1
2013-04-16target-i386: Split out CPU creation and features parsingIgor Mammedov1-0/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-04-04extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek1-0/+2
2013-04-04strip some whitespaceLaszlo Ersek1-1/+1
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber1-2/+1
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-9/+11
2013-03-12target-i386: Update VMStateDescription to X86CPUAndreas Färber1-2/+0
2013-02-19target-i386: Add CC_OP_CLRRichard Henderson1-0/+2
2013-02-19target-i386: Implement ADX extensionRichard Henderson1-0/+4
2013-02-18target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson1-0/+5
2013-02-18target-i386: Use CC_SRC2 for ADC and SBBRichard Henderson1-4/+6