aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2013-04-20i386 ROR r8/r16 instruction fixPavel Dovgaluk
2013-04-17target-i386: kvm: save/restore steal time MSRMarcelo Tosatti
2013-04-16target-i386: Split out CPU creation and features parsingIgor Mammedov
2013-04-16target-i386/cpu.c: Coding style fixesEduardo Habkost
2013-04-16target-i386: Split APIC creation from initialization in x86_cpu_realizefn()Igor Mammedov
2013-04-16target-i386: Consolidate error propagation in x86_cpu_realizefn()Igor Mammedov
2013-04-16target-i386: Improve -cpu ? features outputJan Kiszka
2013-04-16target-i386: Fix including "host" in -cpu ? outputJan Kiszka
2013-04-13target-i386: add AES-NI instructionsAurelien Jarno
2013-04-13target-i386: enable PCLMULQDQ on Westmere CPUAurelien Jarno
2013-04-13target-i386: add pclmulqdq instructionAurelien Jarno
2013-04-08hw: move headers to include/Paolo Bonzini
2013-04-04extract/unify the constant 0xfee00000 as APIC_DEFAULT_ADDRESSLaszlo Ersek
2013-04-04strip some whitespaceLaszlo Ersek
2013-04-03target-i386: Check for host features before filter_features_for_kvm()Eduardo Habkost
2013-04-01target-i386: SSE4.2: use clz32/ctz32 instead of reinventing the wheelAurelien Jarno
2013-04-01target-i386: enable SSE4.1 and SSE4.2 in TCG modeAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions with "Masked(-)" polarityAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal ordered" modeAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Equal each" modeAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstrX instructions in "Ranges" modeAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstrm instructionsAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpXstri instructionsAurelien Jarno
2013-04-01target-i386: SSE4.2: fix pcmpgtq instructionAurelien Jarno
2013-04-01target-i386: SSE4.1: fix pinsrb instructionAurelien Jarno
2013-03-23target-i386: Don't modify env->eflags around cpu_dump_stateRichard Henderson
2013-03-23target-i386: Fix flags computation for ADOXRichard Henderson
2013-03-22Fix typos and misspellingsPeter Maydell
2013-03-12cpu: Replace do_interrupt() by CPUClass::do_interrupt methodAndreas Färber
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-12target-i386: Update VMStateDescription to X86CPUAndreas Färber
2013-03-04Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell
2013-03-03cpu: Introduce ENV_OFFSET macrosAndreas Färber
2013-02-27target-i386: Use mulu2 and muls2Richard Henderson
2013-02-27Fix guest OS hang when 64bit PCI bar presentAlexey Korolev
2013-02-23target-i386: Use add2 to implement the ADX extensionRichard Henderson
2013-02-19target-i386: Use movcond to implement shiftd.Richard Henderson
2013-02-19target-i386: Discard CC_OP computation in set_cc_op alsoRichard Henderson
2013-02-19target-i386: Use movcond to implement rotate flags.Richard Henderson
2013-02-19target-i386: Use movcond to implement shift flags.Richard Henderson
2013-02-19target-i386: Add CC_OP_CLRRichard Henderson
2013-02-19target-i386: Implement tzcnt and fix lzcntRichard Henderson
2013-02-19target-i386: Use clz/ctz for bsf/bsr helpersRichard Henderson
2013-02-19target-i386: Implement ADX extensionRichard Henderson
2013-02-18target-i386: Implement RORXRichard Henderson
2013-02-18target-i386: Implement SHLX, SARX, SHRXRichard Henderson
2013-02-18target-i386: Implement PDEP, PEXTRichard Henderson
2013-02-18target-i386: Implement MULXRichard Henderson