summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela2014-05-1364-169/+58
| * | | disas/libvixl: Update to libvixl 1.4Peter Maydell2014-05-1311-342/+628
* | | | Merge remote-tracking branch 'remotes/kvm/uq/master' into stagingPeter Maydell2014-05-1527-202/+242
|\ \ \ \
| * | | | pc: port 92 reset requires a low->high transitionPaolo Bonzini2014-05-131-1/+2
| * | | | cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini2014-05-134-19/+22
| * | | | apic: do not accept SIPI on the bootstrap processorPaolo Bonzini2014-05-131-1/+1
| * | | | target-i386: preserve FPU and MSR state on INITPaolo Bonzini2014-05-133-20/+35
| * | | | target-i386: fix set of registers zeroed on resetPaolo Bonzini2014-05-132-7/+7
| * | | | kvm: forward INIT signals coming from the chipsetPaolo Bonzini2014-05-133-11/+30
| * | | | kvm: reset state from the CPU's reset methodPaolo Bonzini2014-05-1313-25/+37
| * | | | target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor2014-05-135-36/+12
| * | | | target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_help...Kevin O'Connor2014-05-131-19/+19
| * | | | target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in ...Kevin O'Connor2014-05-131-17/+17
| * | | | target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.cKevin O'Connor2014-05-131-5/+2
| * | | | pci-assign: limit # of msix vectorsMichael S. Tsirkin2014-05-131-6/+6
| * | | | pci-assign: Fix a bug when map MSI-X table memory failedGonglei2014-05-131-0/+1
| * | | | kvm: make one_reg helpers available for everyoneCornelia Huck2014-05-134-33/+50
| * | | | target-i386: Remove unused data from local arrayStefan Weil2014-05-131-2/+1
* | | | | Merge remote-tracking branch 'remotes/rth/tags/pull-tgt-i386-20140512' into s...Peter Maydell2014-05-151-9/+31
|\ \ \ \ \
| * | | | | target-i386: Preserve the Z bit for bt/bts/btr/btcRichard Henderson2014-05-121-9/+31
| | |_|_|/ | |/| | |
* | | | | Revert "iotests: Use configured python"Peter Maydell2014-05-1510-70/+43
| |_|_|/ |/| | |
* | | | Merge remote-tracking branch 'remotes/rth/fix-i386' into stagingPeter Maydell2014-05-131-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | exec-all.h: Use stl_le_p instead of stl_p patching x86Richard Henderson2014-05-131-1/+1
|/ / /
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20140512' into stagingPeter Maydell2014-05-1328-1156/+829
|\ \ \
| * | | tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson2014-05-1211-245/+49
| * | | tcg: Use tcg_target_available_regs in tcg_reg_alloc_movRichard Henderson2014-05-121-9/+10
| * | | tcg: Make call address a constant parameterRichard Henderson2014-05-125-152/+72
| * | | tci: Create tcg_out_callRichard Henderson2014-05-121-0/+5
| * | | tcg-mips: Split out tcg_out_callRichard Henderson2014-05-121-8/+10
| * | | tcg-sparc: Create tcg_out_callRichard Henderson2014-05-121-8/+14
| * | | tcg-ppc64: Rename tcg_out_calli to tcg_out_callRichard Henderson2014-05-121-21/+16
| * | | tcg-ppc: Split out tcg_out_callRichard Henderson2014-05-121-3/+8
| * | | tcg-s390: Rename tgen_calli to tcg_out_callRichard Henderson2014-05-121-4/+4
| * | | tcg-i386: Rename tcg_out_calli to tcg_out_callRichard Henderson2014-05-121-3/+3
| * | | tcg: Require TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-121-3/+2
| * | | tci: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-6/+14
| * | | tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-80/+37
| * | | tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-145/+78
| * | | tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-48/+45
| * | | tcg-aarch64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-69/+53
| * | | tcg-arm: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-96/+55
| * | | tcg-sparc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-69/+60
| * | | tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-102/+94
| * | | tcg-ppc64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-84/+81
| * | | tcg-i386: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-122-24/+26
| * | | tcg: Define tcg_insn_unit for code pointersRichard Henderson2014-05-125-56/+107
| * | | tcg: Introduce byte pointer arithmetic helpersRichard Henderson2014-05-121-0/+45
| * | | tcg: Avoid undefined behaviour patching code at unaligned addressesPeter Maydell2014-05-122-6/+26
| * | | tcg: Avoid stores to unaligned addressesPeter Maydell2014-05-121-3/+3
| * | | exec-all.h: Use stl_p to avoid undefined behaviour patching x86 jumpsPeter Maydell2014-05-121-1/+1
| |/ /
OpenPOWER on IntegriCloud