aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-15Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell
2016-03-14kvm: Remove x2apic feature from CPU model when kernel_irqchip is offLan Tianyu
2016-03-14hyperv: cpu hotplug fix with HyperV enabledDenis V. Lunev
2016-03-14target-i386: Dump unknown opcodes with -d unimpRichard Henderson
2016-03-14target-i386: Fix inhibit irq mask handlingRichard Henderson
2016-03-14target-i386: Use gen_nop_modrm for prefetch instructionsRichard Henderson
2016-03-14target-i386: Fix addr16 prefixPaolo Bonzini
2016-03-14target-i386: Fix SMSW for 64-bit modeRichard Henderson
2016-03-14target-i386: Fix SMSW and LMSW from/to registerPaolo Bonzini
2016-03-14target-i386: Avoid repeated calls to the bnd_jmp helperPaolo Bonzini
2016-03-01tcg: Add type for vCPU pointersLluĂ­s Vilanova
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-25target-i386: fix confusion in xcr0 bit position vs. maskPaolo Bonzini
2016-02-23all: Clean up includesPeter Maydell
2016-02-23cpu: Clean up includesPeter Maydell
2016-02-15target-i386: Implement FSGSBASERichard Henderson
2016-02-15target-i386: Enable CR4/XCR0 features for user-modeRichard Henderson
2016-02-15target-i386: Clear bndregs during legacy near jumpsRichard Henderson
2016-02-15target-i386: Implement BNDLDX, BNDSTXRichard Henderson
2016-02-15target-i386: Update BNDSTATUS for exceptions raised by BOUNDRichard Henderson
2016-02-15target-i386: Implement BNDCL, BNDCU, BNDCNRichard Henderson
2016-02-15target-i386: Implement BNDMOVRichard Henderson
2016-02-15target-i386: Implement BNDMKRichard Henderson
2016-02-13target-i386: Split up gen_lea_modrmRichard Henderson
2016-02-13target-i386: Perform set/reset_inhibit_irq inlineRichard Henderson
2016-02-13target-i386: Enable control registers for MPXRichard Henderson
2016-02-13target-i386: Implement XSAVEOPTRichard Henderson
2016-02-13target-i386: Add XSAVE extensionRichard Henderson
2016-02-13target-i386: Rearrange processing of 0F AERichard Henderson
2016-02-13target-i386: Rearrange processing of 0F 01Richard Henderson
2016-02-13target-i386: Split fxsave/fxrstor implementationRichard Henderson
2016-02-09target-i386: fix PSE36 modePaolo Bonzini
2016-02-09target-i386: Deconstruct the cpu_T arrayRichard Henderson
2016-02-09target-i386: Tidy gen_add_A0_imRichard Henderson
2016-02-09target-i386: Rewrite leaveRichard Henderson
2016-02-09target-i386: Rewrite gen_enter inlineRichard Henderson
2016-02-09target-i386: Use gen_lea_v_seg in pusha/popaRichard Henderson
2016-02-09target-i386: Access segs via TCG registersRichard Henderson
2016-02-09target-i386: Use gen_lea_v_seg in stack subroutinesRichard Henderson
2016-02-09target-i386: Use gen_lea_v_seg in gen_lea_modrmRichard Henderson
2016-02-09target-i386: Introduce mo_stacksizeRichard Henderson
2016-02-09target-i386: Create gen_lea_v_segRichard Henderson
2016-02-09Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-02-09' into ...Peter Maydell
2016-02-09tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson
2016-02-09tcg: Remove lingering references to gen_opc_bufRichard Henderson
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qapi: Swap visit_* arguments for consistent 'name' placementEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini