summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-13tcg/aarch64: Fix addsub2 for 0+CRichard Henderson
2017-01-13target/arm: Fix ubfx et al for aarch64Richard Henderson
2017-01-13tcg/s390: Fix merge error with facilitiesRichard Henderson
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2017-01-13Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20170112-1' in...Peter Maydell
2017-01-13sdl2: fix build failure on windowsGerd Hoffmann
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-12qmp: Report QOM type name on query-cpu-definitionsEduardo Habkost
2017-01-12numa: make -numa parser dynamically allocate CPUs masksIgor Mammedov
2017-01-12target/i386: Fix bad patch application to translate.cDoug Evans
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov
2017-01-12monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov
2017-01-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170111-1' into...Peter Maydell
2017-01-12qom: remove unused headerIgor Mammedov
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-12travis: add Trusty with clang stable buildAlex Bennée
2017-01-12travis: trim out most clang buildsDaniel P. Berrange
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