summaryrefslogtreecommitdiffstats
path: root/target-i386
Commit message (Expand)AuthorAgeFilesLines
* event-notifier: Add "is_external" parameterFam Zheng2019-11-291-3/+3
* target-i386: Set AMD alias bits after filtering CPUID dataEduardo Habkost2019-11-291-8/+8
* target-i386: check for PKU even for non-writable pagesPaolo Bonzini2019-11-291-8/+10
* target-i386: assert that KVM_GET/SET_MSRS can set all requested MSRsPaolo Bonzini2019-11-291-4/+30
* target-i386: do not pass MSR_TSC_AUX to KVM ioctls if CPUID bit is not setPaolo Bonzini2019-11-291-0/+3
* target-i386/kvm: Hyper-V VMBus hypercalls blank handlersAndrey Smetanin2019-11-291-0/+12
* target-i386: implement PKE for TCGPaolo Bonzini2019-11-297-5/+110
* util: move declarations out of qemu-common.hVeronia Bahaa2019-11-291-0/+1
* include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster2019-11-291-0/+1
* kvm: Remove x2apic feature from CPU model when kernel_irqchip is offLan Tianyu2019-11-291-0/+4
* hyperv: cpu hotplug fix with HyperV enabledDenis V. Lunev2019-11-291-0/+1
* target-i386: Dump unknown opcodes with -d unimpRichard Henderson2019-11-291-44/+83
* target-i386: Fix inhibit irq mask handlingRichard Henderson2019-11-291-39/+37
* target-i386: Use gen_nop_modrm for prefetch instructionsRichard Henderson2019-11-291-3/+2
* target-i386: Fix addr16 prefixPaolo Bonzini2019-11-291-7/+7
* target-i386: Fix SMSW for 64-bit modeRichard Henderson2019-11-291-6/+8
* target-i386: Fix SMSW and LMSW from/to registerPaolo Bonzini2019-11-291-16/+22
* target-i386: Avoid repeated calls to the bnd_jmp helperPaolo Bonzini2019-11-291-5/+5
* tcg: Add type for vCPU pointersLluĂ­s Vilanova2019-11-291-1/+1
* target-i386: fix confusion in xcr0 bit position vs. maskPaolo Bonzini2019-11-294-42/+59
* all: Clean up includesPeter Maydell2019-11-293-2/+1
* cpu: Clean up includesPeter Maydell2019-11-291-4/+1
* target-i386: Implement FSGSBASERichard Henderson2019-11-294-2/+50
* target-i386: Enable CR4/XCR0 features for user-modeRichard Henderson2019-11-291-2/+22
* target-i386: Clear bndregs during legacy near jumpsRichard Henderson2019-11-293-0/+29
* target-i386: Implement BNDLDX, BNDSTXRichard Henderson2019-11-293-0/+158
* target-i386: Update BNDSTATUS for exceptions raised by BOUNDRichard Henderson2019-11-291-0/+6
* target-i386: Implement BNDCL, BNDCU, BNDCNRichard Henderson2019-11-293-1/+53
* target-i386: Implement BNDMOVRichard Henderson2019-11-291-1/+72
* target-i386: Implement BNDMKRichard Henderson2019-11-291-1/+57
* target-i386: Split up gen_lea_modrmRichard Henderson2019-11-291-114/+85
* target-i386: Perform set/reset_inhibit_irq inlineRichard Henderson2019-11-293-21/+28
* target-i386: Enable control registers for MPXRichard Henderson2019-11-2910-26/+189
* target-i386: Implement XSAVEOPTRichard Henderson2019-11-294-11/+43
* target-i386: Add XSAVE extensionRichard Henderson2019-11-296-24/+241
* target-i386: Rearrange processing of 0F AERichard Henderson2019-11-291-52/+72
* target-i386: Rearrange processing of 0F 01Richard Henderson2019-11-291-223/+247
* target-i386: Split fxsave/fxrstor implementationRichard Henderson2019-11-293-82/+101
* target-i386: fix PSE36 modePaolo Bonzini2019-11-291-2/+2
* target-i386: Deconstruct the cpu_T arrayRichard Henderson2019-11-291-614/+624
* target-i386: Tidy gen_add_A0_imRichard Henderson2019-11-291-22/+5
* target-i386: Rewrite leaveRichard Henderson2019-11-291-14/+15
* target-i386: Rewrite gen_enter inlineRichard Henderson2019-11-293-137/+34
* target-i386: Use gen_lea_v_seg in pusha/popaRichard Henderson2019-11-291-27/+23
* target-i386: Access segs via TCG registersRichard Henderson2019-11-291-24/+28
* target-i386: Use gen_lea_v_seg in stack subroutinesRichard Henderson2019-11-291-39/+13
* target-i386: Use gen_lea_v_seg in gen_lea_modrmRichard Henderson2019-11-291-59/+23
* target-i386: Introduce mo_stacksizeRichard Henderson2019-11-291-14/+10
* target-i386: Create gen_lea_v_segRichard Henderson2019-11-291-107/+53
* tcg: Change tcg_global_mem_new_* to take a TCGv_ptrRichard Henderson2019-11-291-5/+5
OpenPOWER on IntegriCloud