aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-13sdl2: fix build failure on windowsGerd Hoffmann1-0/+6
2017-01-12Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2017-01-1...Peter Maydell4-1/+188
2017-01-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170111-1' into s...Peter Maydell3-5/+26
2017-01-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170111-1' into...Peter Maydell4-21/+53
2017-01-12Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170110' into stagingPeter Maydell82-1111/+2603
2017-01-12libqtest: handle zero length memwrite/memreadGreg Kurz2-1/+13
2017-01-11target-tricore: Add updfl instructionBastian Koppelmann3-0/+18
2017-01-11target-tricore: Added new JNE instruction variantPeer Adelt2-0/+20
2017-01-11target-tricore: Added new MOV instruction variantPeer Adelt2-0/+17
2017-01-11target-tricore: Added MADD.F and MSUB.F instructionsBastian Koppelmann3-1/+102
2017-01-11target-tricore: Added FTOUZ instructionBastian Koppelmann3-0/+31
2017-01-11virtio-gpu: tag as not hotpluggableGerd Hoffmann1-0/+1
2017-01-11virtio-gpu: Fix memory leak in virtio_gpu_load()Peter Maydell1-0/+12
2017-01-11virtio-gpu: Recalculate VirtIOGPU::hostmem on VM loadPeter Maydell1-0/+5
2017-01-11display: cirrus: ignore source pitch value as needed in blit_is_unsafeBruce Rogers1-4/+7
2017-01-11virtio-gpu: fix information leak in capset get dispatchLi Qiang1-1/+1
2017-01-11es1370: wire up reset via DeviceClassGerd Hoffmann1-3/+3
2017-01-11audio: ac97: add exit functionLi Qiang1-0/+11
2017-01-11audio: es1370: add exit functionLi Qiang1-0/+14
2017-01-11hw/audio: QOM'ify pl041.cxiaoqiang zhao1-11/+14
2017-01-11hw/audio: QOM'ify marvell_88w8618.cxiaoqiang zhao1-7/+11
2017-01-10tcg/i386: Handle ctpop opcodeRichard Henderson2-3/+14
2017-01-10tcg/ppc: Handle ctpop opcodeRichard Henderson2-3/+14
2017-01-10tcg: Use ctpop to generate ctz if neededRichard Henderson1-40/+60
2017-01-10tests: New test-bitcntAlex Bennée3-0/+143
2017-01-10qemu/host-utils.h: Reduce the operation count in the fallback ctpopRichard Henderson1-14/+11
2017-01-10target-i386: Use ctpop helperRichard Henderson5-29/+15
2017-01-10target-tilegx: Use ctpop helperRichard Henderson3-7/+1
2017-01-10target-sparc: Use ctpop helperRichard Henderson3-7/+1
2017-01-10target-s390x: Avoid a loop for popcntRichard Henderson1-9/+6
2017-01-10target-ppc: Use ctpop helperRichard Henderson3-18/+9
2017-01-10target-alpha: Use ctpop helperRichard Henderson3-8/+1
2017-01-10tcg: Add opcode for ctpopRichard Henderson16-0/+79
2017-01-10target-xtensa: Use clrsb helperRichard Henderson1-10/+1
2017-01-10target-tricore: Use clrsb helperRichard Henderson3-7/+1
2017-01-10target-arm: Use clrsb helperRichard Henderson3-16/+4
2017-01-10tcg: Add helpers for clrsbRichard Henderson4-0/+44
2017-01-10tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSRRichard Henderson1-13/+22
2017-01-10tcg/i386: Handle ctz and clz opcodesRichard Henderson2-13/+120
2017-01-10tcg/i386: Allow bmi2 shiftx to have non-matching operandsRichard Henderson1-14/+19
2017-01-10tcg/i386: Hoist common arguments in tcg_out_opRichard Henderson1-102/+95
2017-01-10tcg/i386: Fuly convert tcg_target_op_defRichard Henderson1-142/+198
2017-01-10tcg/s390: Handle clz opcodeRichard Henderson2-2/+36
2017-01-10tcg/mips: Handle clz opcodeRichard Henderson2-2/+51
2017-01-10tcg/arm: Handle ctz and clz opcodesRichard Henderson2-2/+29
2017-01-10tcg/aarch64: Handle ctz and clz opcodesRichard Henderson2-4/+52
2017-01-10tcg/ppc: Handle ctz and clz opcodesRichard Henderson2-4/+73
2017-01-10target-i386: Use clz and ctz opcodesRichard Henderson3-30/+14
2017-01-10target-arm: Use clz opcodeRichard Henderson6-25/+7
2017-01-10target-xtensa: Use clz opcodeRichard Henderson3-17/+11