aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-14m68k: Remove PCI and USB from config fileThomas Huth1-2/+0
2017-01-14target-m68k: Implement bfffoRichard Henderson3-1/+62
2017-01-14target-m68k: Implement bitfield ops for memoryRichard Henderson4-2/+333
2017-01-14target-m68k: Implement bitfield ops for registersRichard Henderson1-0/+210
2017-01-13Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell16-106/+87
2017-01-13Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20170112-1' in...Peter Maydell1-1/+23
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-12qmp: Report QOM type name on query-cpu-definitionsEduardo Habkost5-1/+8
2017-01-12numa: make -numa parser dynamically allocate CPUs masksIgor Mammedov4-20/+15
2017-01-12target/i386: Fix bad patch application to translate.cDoug Evans1-5/+5
2017-01-12monitor: fix qmp/hmp query-memdev not reporting IDs of memory backendsIgor Mammedov7-4/+41
2017-01-12monitor: reuse user_creatable_add_opts() instead of user_creatable_add()Igor Mammedov3-75/+18
2017-01-12Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170111-1' into...Peter Maydell4-21/+53
2017-01-12qom: remove unused headerIgor Mammedov1-1/+0
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-12travis: add Trusty with clang stable buildAlex Bennée1-0/+20
2017-01-12travis: trim out most clang buildsDaniel P. Berrange1-1/+3
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