aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-05-15tcg-s390: Improve setcondRichard Henderson1-6/+91
2014-05-15tcg-s390: Allow immediate operands to add2 and sub2Richard Henderson1-12/+52
2014-05-15tcg-s390: Implement tcg_register_jitRichard Henderson1-7/+55
2014-05-15tcg-s390: Use more risbg in the tlb sequenceRichard Henderson1-21/+28
2014-05-15tcg-s390: Move ldst helpers out of lineRichard Henderson1-92/+118
2014-05-15tcg-s390: Convert to new ldst opcodesRichard Henderson2-116/+56
2014-05-15tcg-s390: Integrate endianness into TCGMemOpRichard Henderson1-64/+60
2014-05-15tcg-s390: Convert to TCGMemOpRichard Henderson1-46/+36
2014-05-15tcg-s390: Fix off-by-one in wraparound andiRichard Henderson1-2/+2
2014-05-14tcg: Fix tcg_reg_alloc_mov vs no-op truncationRichard Henderson1-8/+11
2014-05-14usb: fix up post load checksMichael S. Tsirkin1-2/+2
2014-05-14migration: show average throughput when migration finishesPeter Lieven1-0/+5
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (rest)Juan Quintela60-147/+70
2014-05-14savevm: Remove all the unneeded version_minimum_id_old (usb)Juan Quintela8-13/+11
2014-05-14Split ram_save_blockDr. David Alan Gilbert1-62/+79
2014-05-14arch_init: Simplify code for load_xbzrle()Chen Gang1-10/+4
2014-05-13Merge remote-tracking branch 'remotes/rth/fix-i386' into stagingPeter Maydell1-1/+1
2014-05-13exec-all.h: Use stl_le_p instead of stl_p patching x86Richard Henderson1-1/+1
2014-05-13hw/arm/omap_gpmc: Avoid buffer overrun filling prefetch FIFOPeter Maydell1-0/+4
2014-05-13hw/arm/stellaris: Correct handling of GPTM TAR registerPeter Maydell1-3/+10
2014-05-13hw/timer/exynos4210_mct: Avoid overflow in exynos4210_ltick_recalc_countPeter Maydell1-2/+2
2014-05-13hw/dma/omap_dma: Add (uint32_t) casts when shifting uint16_t by 16Peter Maydell1-6/+6
2014-05-13hw/arm/omap1: Avoid unintended sign extension writing omap_rtc YEARS_REGPeter Maydell1-2/+2
2014-05-13hw/net/cadence_gem: Remove dead codePeter Maydell1-7/+1
2014-05-13hw/intc/allwinner-a10-pic: Add missing 'break'Peter Maydell1-0/+1
2014-05-13target-arm/helper.c: Don't flush the TLB if SCTLR is rewritten unchangedPeter Maydell1-0/+7
2014-05-13hw/net/stellaris_enet: Convert to vmstatePeter Maydell1-68/+80
2014-05-13hw/net/stellaris_enet: Get rid of rx_fifo pointerPeter Maydell1-21/+19
2014-05-13hw/net/stellaris_enet: Fix debug format stringsPeter Maydell1-3/+3
2014-05-13hw/net/stellaris_enet: Correctly implement the TR and THR registersPeter Maydell1-2/+15
2014-05-13hw/net/stellaris_enet: Rewrite tx fifo handling codePeter Maydell1-42/+77
2014-05-13hw/net/stellaris_enet: Correct handling of packet paddingPeter Maydell1-1/+1
2014-05-13hw/net/stellaris_enet: Restructure tx_fifo code to avoid buffer overrunPeter Maydell1-4/+6
2014-05-13savevm: Remove all the unneeded version_minimum_id_old (arm)Juan Quintela64-169/+58
2014-05-13disas/libvixl: Update to libvixl 1.4Peter Maydell11-342/+628
2014-05-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20140512' into stagingPeter Maydell28-1156/+829
2014-05-13bsd-user: Remove reference to CONFIG_UNAME_RELEASEPeter Maydell1-1/+1
2014-05-13pc: port 92 reset requires a low->high transitionPaolo Bonzini1-1/+2
2014-05-13cpu: make CPU_INTERRUPT_RESET available on all targetsPaolo Bonzini4-19/+22
2014-05-13apic: do not accept SIPI on the bootstrap processorPaolo Bonzini1-1/+1
2014-05-13target-i386: preserve FPU and MSR state on INITPaolo Bonzini3-20/+35
2014-05-13target-i386: fix set of registers zeroed on resetPaolo Bonzini2-7/+7
2014-05-13kvm: forward INIT signals coming from the chipsetPaolo Bonzini3-11/+30
2014-05-13kvm: reset state from the CPU's reset methodPaolo Bonzini13-25/+37
2014-05-13target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...Kevin O'Connor5-36/+12
2014-05-13target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_help...Kevin O'Connor1-19/+19
2014-05-13target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in ...Kevin O'Connor1-17/+17
2014-05-13target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.cKevin O'Connor1-5/+2
2014-05-13pci-assign: limit # of msix vectorsMichael S. Tsirkin1-6/+6
2014-05-13pci-assign: Fix a bug when map MSI-X table memory failedGonglei1-0/+1