aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-10-16git-submodule.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-2/+2
2018-10-16archive-source.sh: Modern shell scripting (use $() instead of ``)Mao Zhongyi1-2/+2
2018-10-16coccinelle: new inplace-byteswaps.cocci to remove inplace-byteswapping callsPeter Maydell1-0/+65
2018-10-16target/arm: Initialize ARMMMUFaultInfo in v7m_stack_read/writePeter Maydell1-2/+2
2018-10-16target/arm: Mask PMOVSR writes based on supported countersAaron Lindsay1-0/+1
2018-10-16target/arm: Mark PMINTENCLR and PMINTENCLR_EL1 accesses as possibly doing IOAaron Lindsay1-2/+4
2018-10-16target/arm: Add the Cortex-A72Edgar E. Iglesias1-3/+63
2018-10-16target-arm: powerctl: Enable HVC when starting CPUs to EL2Edgar E. Iglesias1-0/+10
2018-10-16net: cadence_gem: Implement support for 64bit descriptor addressesEdgar E. Iglesias1-8/+39
2018-10-16net: cadence_gem: Add support for selecting the DMA MemoryRegionEdgar E. Iglesias2-22/+39
2018-10-16net: cadence_gem: Add support for extended descriptorsEdgar E. Iglesias2-19/+52
2018-10-16net: cadence_gem: Add macro with max number of descriptor wordsEdgar E. Iglesias2-3/+6
2018-10-16net: cadence_gem: Use uint32_t for 32bit descriptor wordsEdgar E. Iglesias2-22/+22
2018-10-16MAINTAINERS: update block/sheepdog maintainersLiu Yuan1-1/+0
2018-10-16gdbstub: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-10-16tests: remove gcov-files- variablesPaolo Bonzini2-121/+1
2018-10-16tests: Prevent more accidental test disablingEric Blake1-11/+11
2018-10-16target/cris/translate: Get rid of qemu_log_separate()Thomas Huth1-5/+1
2018-10-16qemu-common.h: update copyright date to 2018John Arbuckle1-1/+1
2018-10-16net: cadence_gem: Disable TSU feature bitEdgar E. Iglesias1-1/+1
2018-10-16target/arm: Fix cortex-a7 id_isar0Richard Henderson1-1/+4
2018-10-16target/arm: Align cortex-r5 id_isar0Richard Henderson1-1/+1
2018-10-16target/arm: Define fields of ISAR registersRichard Henderson1-0/+88
2018-10-16target/arm: Fix aarch64_sve_change_el wrt EL0Richard Henderson3-7/+22
2018-10-16hw/arm/virt: add DT property /secure-chosen/stdout-path indicating secure UARTJerome Forissier1-0/+4
2018-10-15Merge remote-tracking branch 'remotes/awilliam/tags/vfio-updates-20181015.0' ...Peter Maydell12-30/+145
2018-10-15vfio-pci: make vfio-pci device more QOM conventionalLi Qiang1-14/+15
2018-10-15hw/arm/virt: Allow dynamic vfio-platform devices againGeert Uytterhoeven1-0/+1
2018-10-15hw/arm/sysbus-fdt: Allow device matching with DT compatible valueEric Auger1-14/+47
2018-10-15vfio/platform: Make the vfio-platform device non-abstractEric Auger4-2/+28
2018-10-15hw/vfio/display: add ramfb supportGerd Hoffmann4-0/+40
2018-10-15stubs: add ramfbGerd Hoffmann2-0/+14
2018-10-15Merge remote-tracking branch 'remotes/kraxel/tags/vga-20181015-pull-request' ...Peter Maydell11-337/+240
2018-10-15Makefile: Install new vgabios binariesAlex Williamson1-0/+1
2018-10-15hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate fileThomas Huth4-138/+207
2018-10-15i2c: switch ddc to use the new edid generatorGerd Hoffmann2-193/+11
2018-10-15qxl: check qxl_phys2virt return valueGerd Hoffmann1-1/+1
2018-10-15bochs-display: wire up edid supportGerd Hoffmann2-0/+14
2018-10-15display: add separate config option for bochs-displayGerd Hoffmann2-1/+2
2018-10-15edid: fix alignment issuesGerd Hoffmann1-4/+4
2018-10-12Merge remote-tracking branch 'remotes/kraxel/tags/ui2-20181012-pull-request' ...Peter Maydell5-253/+26
2018-10-12Merge remote-tracking branch 'remotes/kraxel/tags/ui-20181012-pull-request' i...Peter Maydell2-3/+20
2018-10-12ui: increase min required GTK3 version to 3.14.0Daniel P. Berrangé2-11/+1
2018-10-12ui: remove support for GTK2 in favour of GTK3Daniel P. Berrangé5-243/+26
2018-10-12gtk: fix uninitialized variablePaolo Bonzini1-1/+1
2018-10-12sdl2: Support all virtio-gpu formatsMax Reitz1-0/+15
2018-10-12gtk: Don't vte_terminal_set_encoding() on new VTE versionsKevin Wolf1-2/+4
2018-10-12Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20181012' into stagingPeter Maydell26-43/+1269
2018-10-12Merge remote-tracking branch 'remotes/famz/tags/block-pull-request' into stagingPeter Maydell2-5/+6
2018-10-12Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20181011a'...Peter Maydell15-38/+531