aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-13qom/cpu: move tlb_flush to cpu_common_resetAlex Bennée
2017-01-12Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2017-01-1...Peter Maydell
2017-01-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170111-1' into s...Peter Maydell
2017-01-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170111-1' into...Peter Maydell
2017-01-12Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170110' into stagingPeter Maydell
2017-01-12libqtest: handle zero length memwrite/memreadGreg Kurz
2017-01-11target-tricore: Add updfl instructionBastian Koppelmann
2017-01-11target-tricore: Added new JNE instruction variantPeer Adelt
2017-01-11target-tricore: Added new MOV instruction variantPeer Adelt
2017-01-11target-tricore: Added MADD.F and MSUB.F instructionsBastian Koppelmann
2017-01-11target-tricore: Added FTOUZ instructionBastian Koppelmann
2017-01-11virtio-gpu: tag as not hotpluggableGerd Hoffmann
2017-01-11virtio-gpu: Fix memory leak in virtio_gpu_load()Peter Maydell
2017-01-11virtio-gpu: Recalculate VirtIOGPU::hostmem on VM loadPeter Maydell
2017-01-11display: cirrus: ignore source pitch value as needed in blit_is_unsafeBruce Rogers
2017-01-11virtio-gpu: fix information leak in capset get dispatchLi Qiang
2017-01-11es1370: wire up reset via DeviceClassGerd Hoffmann
2017-01-11audio: ac97: add exit functionLi Qiang
2017-01-11audio: es1370: add exit functionLi Qiang
2017-01-11hw/audio: QOM'ify pl041.cxiaoqiang zhao
2017-01-11hw/audio: QOM'ify marvell_88w8618.cxiaoqiang zhao
2017-01-10tcg/i386: Handle ctpop opcodeRichard Henderson
2017-01-10tcg/ppc: Handle ctpop opcodeRichard Henderson
2017-01-10tcg: Use ctpop to generate ctz if neededRichard Henderson
2017-01-10tests: New test-bitcntAlex Bennée
2017-01-10qemu/host-utils.h: Reduce the operation count in the fallback ctpopRichard Henderson
2017-01-10target-i386: Use ctpop helperRichard Henderson
2017-01-10target-tilegx: Use ctpop helperRichard Henderson
2017-01-10target-sparc: Use ctpop helperRichard Henderson
2017-01-10target-s390x: Avoid a loop for popcntRichard Henderson
2017-01-10target-ppc: Use ctpop helperRichard Henderson
2017-01-10target-alpha: Use ctpop helperRichard Henderson
2017-01-10tcg: Add opcode for ctpopRichard Henderson
2017-01-10target-xtensa: Use clrsb helperRichard Henderson
2017-01-10target-tricore: Use clrsb helperRichard Henderson
2017-01-10target-arm: Use clrsb helperRichard Henderson
2017-01-10tcg: Add helpers for clrsbRichard Henderson
2017-01-10tcg/i386: Rely on undefined/undocumented behaviour of BSF/BSRRichard Henderson
2017-01-10tcg/i386: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg/i386: Allow bmi2 shiftx to have non-matching operandsRichard Henderson
2017-01-10tcg/i386: Hoist common arguments in tcg_out_opRichard Henderson
2017-01-10tcg/i386: Fuly convert tcg_target_op_defRichard Henderson
2017-01-10tcg/s390: Handle clz opcodeRichard Henderson
2017-01-10tcg/mips: Handle clz opcodeRichard Henderson
2017-01-10tcg/arm: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg/aarch64: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg/ppc: Handle ctz and clz opcodesRichard Henderson
2017-01-10target-i386: Use clz and ctz opcodesRichard Henderson
2017-01-10target-arm: Use clz opcodeRichard Henderson
2017-01-10target-xtensa: Use clz opcodeRichard Henderson