aboutsummaryrefslogtreecommitdiff
path: root/target-i386
AgeCommit message (Expand)Author
2014-02-03target-i386: Move KVM default-vendor hack to instance_initEduardo Habkost
2014-02-03target-i386: Don't change x86_def_t struct on cpu_x86_register()Eduardo Habkost
2014-02-03target-i386: Eliminate CONFIG_KVM #ifdefsEduardo Habkost
2014-02-03kvm: add support for hyper-v timersVadim Rozenfeld
2014-02-03kvm: make hyperv vapic assist page migratableVadim Rozenfeld
2014-02-03kvm: make hyperv hypercall and guest os id MSRs migratable.Vadim Rozenfeld
2014-02-03kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERVPaolo Bonzini
2014-02-03KVM: fix coexistence of KVM and Hyper-V leavesPaolo Bonzini
2014-02-03target-i386: kvm_check_features_against_host(): Kill feature word arrayEduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): Fill feature words in a loopEduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): Set all feature words at end of functionEduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): No need to check xlevel2Eduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): No need to check CPU vendorEduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): No need to check levelEduardo Habkost
2014-02-03target-i386: kvm_cpu_fill_host(): Kill unused codeEduardo Habkost
2014-01-24Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2014-01-20kvm: always update the MPX model specific registerPaolo Bonzini
2014-01-14Merge remote branch 'luiz/queue/qmp' into qmpqEdgar E. Iglesias
2014-01-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori
2014-01-09Merge remote-tracking branch 'rth/ldst-i386-2' into stagingAnthony Liguori
2014-01-07target-i386: Tidy ljmpRichard Henderson
2014-01-07target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_vRichard Henderson
2014-01-07target-i386: Tidy some size computationRichard Henderson
2014-01-07target-i386: Remove gen_op_mov_reg_A0Richard Henderson
2014-01-07target-i386: Remove gen_op_mov_TN_regRichard Henderson
2014-01-07target-i386: Remove gen_op_addl_T0_T1Richard Henderson
2014-01-07target-i386: Remove gen_op_mov_reg_T1Richard Henderson
2014-01-07target-i386: Remove gen_op_mov_reg_T0Richard Henderson
2014-01-07target-i386: Tidy cpu_regs initializationRichard Henderson
2014-01-07target_i386: Clean up gen_pop_T0Richard Henderson
2014-01-07target-i386: Combine gen_push_T* into gen_push_vRichard Henderson
2014-01-07target-i386: Tidy addr16 code in gen_lea_modrmRichard Henderson
2014-01-07target-i386: Change dflag to TCGMemOpRichard Henderson
2014-01-07target-i386: Change gen_op_mov_reg_A0 size parameter to TCGMemOpRichard Henderson
2014-01-07target-i386: Change aflag to TCGMemOpRichard Henderson
2014-01-07target-i386: Change gen_op_j*z_ecx size parameter to TCGMemOpRichard Henderson
2014-01-07target-i386: Change gen_op_add_reg_* size parameter to TCGMemOpRichard Henderson
2014-01-07target-i386: Use TCGMemOp for 'ot' variablesRichard Henderson
2014-01-07target-i386: Remove gen_op_andl_A0_ffffRichard Henderson
2014-01-07target-i386: Remove gen_op_movl_T0_T1Richard Henderson
2014-01-07target-i386: Remove gen_op_andl_T0_imRichard Henderson
2014-01-07target-i386: Remove gen_op_andl_T0_ffffRichard Henderson
2014-01-07target-i386: Remove gen_movtl_T*_imRichard Henderson
2014-01-07target-i386: Remove gen_op_mov*_A0_imRichard Henderson
2014-01-07target-i386: Remove gen_op_movl_T0_im*Richard Henderson
2014-01-07target-i386: Remove gen_op_movl_T0_im*Richard Henderson
2014-01-07target-i386: Remove gen_op_movl_T0_0Richard Henderson
2014-01-07target-i386: Tidy extend + moveRichard Henderson
2014-01-07target-i386: Tidy extend + storeRichard Henderson
2014-01-07target-i386: Tidy load + truncateRichard Henderson