Age | Commit message (Expand) | Author | Files | Lines |
2014-02-19 | target-i386: Fix I/O bitmap checks for in/out | Kevin Wolf | 1 | -0/+2 |
2014-02-11 | exec: Make stb_phys input an AddressSpace | Edgar E. Iglesias | 1 | -1/+1 |
2014-02-11 | exec: Make stw_*_phys input an AddressSpace | Edgar E. Iglesias | 2 | -8/+8 |
2014-02-11 | exec: Make stl_phys_notdirty input an AddressSpace | Edgar E. Iglesias | 1 | -8/+8 |
2014-02-11 | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias | 3 | -64/+72 |
2014-02-11 | exec: Make stq_*_phys input an AddressSpace | Edgar E. Iglesias | 3 | -57/+82 |
2014-02-11 | exec: Make lduw_*_phys input an AddressSpace | Edgar E. Iglesias | 2 | -13/+14 |
2014-02-11 | exec: Make ldq/ldub_*_phys input an AddressSpace | Edgar E. Iglesias | 4 | -76/+103 |
2014-02-11 | exec: Make ldl_*_phys input an AddressSpace | Edgar E. Iglesias | 5 | -85/+97 |
2014-02-03 | target-i386: Move KVM default-vendor hack to instance_init | Eduardo Habkost | 1 | -13/+19 |
2014-02-03 | target-i386: Don't change x86_def_t struct on cpu_x86_register() | Eduardo Habkost | 1 | -5/+6 |
2014-02-03 | target-i386: Eliminate CONFIG_KVM #ifdefs | Eduardo Habkost | 1 | -12/+3 |
2014-02-03 | kvm: add support for hyper-v timers | Vadim Rozenfeld | 5 | -1/+44 |
2014-02-03 | kvm: make hyperv vapic assist page migratable | Vadim Rozenfeld | 3 | -1/+32 |
2014-02-03 | kvm: make hyperv hypercall and guest os id MSRs migratable. | Vadim Rozenfeld | 3 | -2/+39 |
2014-02-03 | kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERV | Paolo Bonzini | 1 | -5/+11 |
2014-02-03 | KVM: fix coexistence of KVM and Hyper-V leaves | Paolo Bonzini | 1 | -22/+25 |
2014-02-03 | target-i386: kvm_check_features_against_host(): Kill feature word array | Eduardo Habkost | 1 | -36/+12 |
2014-02-03 | target-i386: kvm_cpu_fill_host(): Fill feature words in a loop | Eduardo Habkost | 1 | -16/+7 |
2014-02-03 | target-i386: kvm_cpu_fill_host(): Set all feature words at end of function | Eduardo Habkost | 1 | -14/+9 |
2014-02-03 | target-i386: kvm_cpu_fill_host(): No need to check xlevel2 | Eduardo Habkost | 1 | -7/+4 |
2014-02-03 | target-i386: kvm_cpu_fill_host(): No need to check CPU vendor | Eduardo Habkost | 1 | -8/+6 |
2014-02-03 | target-i386: kvm_cpu_fill_host(): No need to check level | Eduardo Habkost | 1 | -6/+2 |
2014-02-03 | target-i386: kvm_cpu_fill_host(): Kill unused code | Eduardo Habkost | 1 | -2/+0 |
2014-01-24 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 4 | -18/+134 |
2014-01-20 | kvm: always update the MPX model specific register | Paolo Bonzini | 1 | -3/+3 |
2014-01-14 | Merge remote branch 'luiz/queue/qmp' into qmpq | Edgar E. Iglesias | 1 | -3/+1 |
2014-01-10 | Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging | Anthony Liguori | 6 | -71/+90 |
2014-01-09 | Merge remote-tracking branch 'rth/ldst-i386-2' into staging | Anthony Liguori | 1 | -1534/+1111 |
2014-01-07 | target-i386: Tidy ljmp | Richard Henderson | 1 | -2/+1 |
2014-01-07 | target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_v | Richard Henderson | 1 | -9/+9 |
2014-01-07 | target-i386: Tidy some size computation | Richard Henderson | 1 | -3/+3 |
2014-01-07 | target-i386: Remove gen_op_mov_reg_A0 | Richard Henderson | 1 | -6/+1 |
2014-01-07 | target-i386: Remove gen_op_mov_TN_reg | Richard Henderson | 1 | -64/+59 |
2014-01-07 | target-i386: Remove gen_op_addl_T0_T1 | Richard Henderson | 1 | -8/+3 |
2014-01-07 | target-i386: Remove gen_op_mov_reg_T1 | Richard Henderson | 1 | -18/+13 |
2014-01-07 | target-i386: Remove gen_op_mov_reg_T0 | Richard Henderson | 1 | -70/+65 |
2014-01-07 | target-i386: Tidy cpu_regs initialization | Richard Henderson | 1 | -51/+36 |
2014-01-07 | target_i386: Clean up gen_pop_T0 | Richard Henderson | 1 | -47/+37 |
2014-01-07 | target-i386: Combine gen_push_T* into gen_push_v | Richard Henderson | 1 | -74/+32 |
2014-01-07 | target-i386: Tidy addr16 code in gen_lea_modrm | Richard Henderson | 1 | -18/+16 |
2014-01-07 | target-i386: Change dflag to TCGMemOp | Richard Henderson | 1 | -284/+216 |
2014-01-07 | target-i386: Change gen_op_mov_reg_A0 size parameter to TCGMemOp | Richard Henderson | 1 | -24/+8 |
2014-01-07 | target-i386: Change aflag to TCGMemOp | Richard Henderson | 1 | -91/+87 |
2014-01-07 | target-i386: Change gen_op_j*z_ecx size parameter to TCGMemOp | Richard Henderson | 1 | -10/+10 |
2014-01-07 | target-i386: Change gen_op_add_reg_* size parameter to TCGMemOp | Richard Henderson | 1 | -54/+22 |
2014-01-07 | target-i386: Use TCGMemOp for 'ot' variables | Richard Henderson | 1 | -50/+70 |
2014-01-07 | target-i386: Remove gen_op_andl_A0_ffff | Richard Henderson | 1 | -20/+13 |
2014-01-07 | target-i386: Remove gen_op_movl_T0_T1 | Richard Henderson | 1 | -6/+1 |
2014-01-07 | target-i386: Remove gen_op_andl_T0_im | Richard Henderson | 1 | -11/+9 |