summaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-14target-i386: Fix SMSW and LMSW from/to registerPaolo Bonzini1-16/+22
2016-03-14target-i386: Avoid repeated calls to the bnd_jmp helperPaolo Bonzini1-5/+5
2016-03-01tcg: Add type for vCPU pointersLluĂ­s Vilanova1-1/+1
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-42/+59
2016-02-25target-i386: fix confusion in xcr0 bit position vs. maskPaolo Bonzini4-42/+59
2016-02-23all: Clean up includesPeter Maydell3-2/+1
2016-02-23cpu: Clean up includesPeter Maydell1-4/+1
2016-02-15target-i386: Implement FSGSBASERichard Henderson4-2/+50
2016-02-15target-i386: Enable CR4/XCR0 features for user-modeRichard Henderson1-2/+22
2016-02-15target-i386: Clear bndregs during legacy near jumpsRichard Henderson3-0/+29
2016-02-15target-i386: Implement BNDLDX, BNDSTXRichard Henderson3-0/+158
2016-02-15target-i386: Update BNDSTATUS for exceptions raised by BOUNDRichard Henderson1-0/+6
2016-02-15target-i386: Implement BNDCL, BNDCU, BNDCNRichard Henderson3-1/+53
2016-02-15target-i386: Implement BNDMOVRichard Henderson1-1/+72
2016-02-15target-i386: Implement BNDMKRichard Henderson1-1/+57
2016-02-13target-i386: Split up gen_lea_modrmRichard Henderson1-114/+85
2016-02-13target-i386: Perform set/reset_inhibit_irq inlineRichard Henderson3-21/+28
2016-02-13target-i386: Enable control registers for MPXRichard Henderson10-26/+189
2016-02-13target-i386: Implement XSAVEOPTRichard Henderson4-11/+43
2016-02-13target-i386: Add XSAVE extensionRichard Henderson6-24/+241
2016-02-13target-i386: Rearrange processing of 0F AERichard Henderson1-52/+72
2016-02-13target-i386: Rearrange processing of 0F 01Richard Henderson1-223/+247