summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
2016-06-14target-i386: Remove xlevel & hv-spinlocks option fixupsEduardo Habkost1-35/+1
2016-06-14target-i386: Implement CPUID[0xB] (Extended Topology Enumeration)Radim Krčmář2-0/+40
2016-06-14target-i386: add Skylake-Client cpu modelEduardo Habkost1-0/+45
2016-06-09target-i386: Move user-mode exception actions out of user-exec.cPeter Maydell1-0/+2
2016-06-09target-i386: Add comment about do_interrupt_user() next_eip argumentPeter Maydell1-1/+5
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-1/+1
2016-06-05target-*: dfilter support for in_asmRichard Henderson1-1/+2
2016-05-29memory: split memory_region_from_host from qemu_ram_addr_from_hostPaolo Bonzini1-2/+4
2016-05-23target-i386: kvm: Eliminate kvm_msr_entry_set()Eduardo Habkost1-9/+3
2016-05-23target-i386: kvm: Simplify MSR setting functionsEduardo Habkost1-21/+6
2016-05-23target-i386: kvm: Simplify MSR array constructionEduardo Habkost1-151/+140
2016-05-23target-i386: kvm: Increase MSR_BUF_SIZEEduardo Habkost1-2/+3
2016-05-23target-i386: kvm: Allocate kvm_msrs struct once per VCPUEduardo Habkost2-18/+23
2016-05-23target-i386: Call cpu_exec_init() on realizeEduardo Habkost1-1/+2
2016-05-23target-i386: Move TCG initialization to realize timeEduardo Habkost1-5/+4
2016-05-23target-i386: Move TCG initialization check to tcg_x86_init()Eduardo Habkost2-3/+7
2016-05-23cpu: Eliminate cpudef_init(), cpudef_setup()Eduardo Habkost2-6/+0
2016-05-23target-i386: Set constant model_id for qemu64/qemu32/athlonEduardo Habkost1-20/+3
2016-05-23target-i386: kvm: Use X86XSaveArea struct for xsave save/loadEduardo Habkost1-40/+38
2016-05-23target-i386: Use xsave structs for ext_save_areaEduardo Habkost1-7/+14
2016-05-23target-i386: Define structs for layout of xsave areaEduardo Habkost2-0/+118
2016-05-23target-i386: key sfence availability on CPUID_SSE, not CPUID_SSE2Paolo Bonzini1-0/+5
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini14-2/+15
2016-05-19qemu-common: push cpu.h inclusion out of qemu-common.hPaolo Bonzini4-1/+5
2016-05-19hw: cannot include hw/hw.h from user emulationPaolo Bonzini1-1/+1
2016-05-19hw: move CPU state serialization to migration/cpu.hPaolo Bonzini1-0/+1
2016-05-19apic: move target-dependent definitions to cpu.hPaolo Bonzini1-0/+7
2016-05-19target-i386: make cpu-qom.h not target specificPaolo Bonzini2-97/+98
2016-05-19cpu: make cpu-qom.h only include-able from cpu.hPaolo Bonzini1-1/+0
2016-05-18Fix some typos found by codespellStefan Weil2-2/+2
2016-05-12tcg: Allow goto_tb to any target PC in user modeSergey Fedorov1-9/+14
2016-05-12tcg: Clean up direct block chaining safety checksSergey Fedorov1-1/+1
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota2-2/+2
2016-04-22event-notifier: Add "is_external" parameterFam Zheng1-3/+3
2016-04-18target-i386: Set AMD alias bits after filtering CPUID dataEduardo Habkost1-8/+8
2016-04-08target-i386: check for PKU even for non-writable pagesPaolo Bonzini1-8/+10
2016-04-05target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRsPaolo Bonzini1-4/+30
2016-04-05target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not setPaolo Bonzini1-0/+3
2016-04-05target-i386/kvm: Hyper-V VMBus hypercalls blank handlersAndrey Smetanin1-0/+12
2016-03-24target-i386: implement PKE for TCGPaolo Bonzini7-5/+110
2016-03-22util: move declarations out of qemu-common.hVeronia Bahaa1-0/+1
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster1-0/+1
2016-03-15Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2-0/+5
2016-03-14kvm: Remove x2apic feature from CPU model when kernel_irqchip is offLan Tianyu1-0/+4
2016-03-14hyperv: cpu hotplug fix with HyperV enabledDenis V. Lunev1-0/+1
2016-03-14target-i386: Dump unknown opcodes with -d unimpRichard Henderson1-44/+83
2016-03-14target-i386: Fix inhibit irq mask handlingRichard Henderson1-39/+37
2016-03-14target-i386: Use gen_nop_modrm for prefetch instructionsRichard Henderson1-3/+2
2016-03-14target-i386: Fix addr16 prefixPaolo Bonzini1-7/+7
2016-03-14target-i386: Fix SMSW for 64-bit modeRichard Henderson1-6/+8