summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-13kvm: make one_reg helpers available for everyoneCornelia Huck4-33/+50
2014-05-13target-i386: Remove unused data from local arrayStefan Weil1-2/+1
2014-05-13Merge remote-tracking branch 'remotes/bonzini/configure' into stagingPeter Maydell11-62/+55
2014-05-13Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell32-178/+744
2014-05-13microblaze: boot: Don't hack the elf entry pointPeter Crosthwaite1-1/+1
2014-05-13xilinx_timer: Fix writes into TCSR registerGuenter Roeck1-1/+1
2014-05-13xilinx_intc: Fix writes into MER registerGuenter Roeck1-0/+3
2014-05-13microblaze: Respect the reset vectorEdgar E. Iglesias1-0/+2
2014-05-13microblaze: Support loading of u-boot initrd imagesEdgar E. Iglesias1-3/+9
2014-05-12target-i386: Preserve the Z bit for bt/bts/btr/btcRichard Henderson1-9/+31
2014-05-12tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson11-245/+49
2014-05-12tcg: Use tcg_target_available_regs in tcg_reg_alloc_movRichard Henderson1-9/+10
2014-05-12tcg: Make call address a constant parameterRichard Henderson5-152/+72
2014-05-12tci: Create tcg_out_callRichard Henderson1-0/+5
2014-05-12tcg-mips: Split out tcg_out_callRichard Henderson1-8/+10
2014-05-12tcg-sparc: Create tcg_out_callRichard Henderson1-8/+14
2014-05-12tcg-ppc64: Rename tcg_out_calli to tcg_out_callRichard Henderson1-21/+16
2014-05-12tcg-ppc: Split out tcg_out_callRichard Henderson1-3/+8
2014-05-12tcg-s390: Rename tgen_calli to tcg_out_callRichard Henderson1-4/+4
2014-05-12tcg-i386: Rename tcg_out_calli to tcg_out_callRichard Henderson1-3/+3
2014-05-12tcg: Require TCG_TARGET_INSN_UNIT_SIZERichard Henderson1-3/+2
2014-05-12tci: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-6/+14
2014-05-12tcg-mips: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-80/+37
2014-05-12tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-145/+78
2014-05-12tcg-s390: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-48/+45
2014-05-12tcg-aarch64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2-69/+53