summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ppc: fix default VGA display for PReP machinesMark Cave-Ayland2018-07-071-0/+2
* target/ppc: fix build on ppc64 hostLaurent Vivier2018-07-071-1/+1
* ppc440_uc: Fix a copy/paste errorPhilippe Mathieu-Daudé2018-07-071-1/+1
* sm501: Set updated region dirty after 2D operationBALATON Zoltan2018-07-071-2/+15
* sm501: Fix support for non-zero frame buffer start addressBALATON Zoltan2018-07-071-3/+16
* sm501: Log unimplemented raster operation modesSebastian Bauer2018-07-071-0/+23
* sm501: Implement negated destination raster operation modeSebastian Bauer2018-07-071-1/+11
* sm501: Use values from the pitch register for 2D operationsSebastian Bauer2018-07-071-2/+2
* sm501: Perform a full update after palette changeSebastian Bauer2018-07-071-0/+8
* sm501: Implement i2c part for reading monitor EDIDBALATON Zoltan2018-07-075-4/+149
* spapr/vio: quiet down the "irq" property accessorsCédric Le Goater2018-07-071-3/+12
* ppc: fix default VGA display for Mac machinesMark Cave-Ayland2018-07-072-0/+2
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2018-07-067-87/+84Star
|\
| * checkpatch: handle token pasting betterPaolo Bonzini2018-07-061-5/+4Star
| * ioapic: remove useless lower bounds checkPaolo Bonzini2018-07-061-1/+1
| * pr-manager-helper: fix memory leak on eventPaolo Bonzini2018-07-061-0/+1
| * qemu-char: check errno together with ret < 0xinhua.Cao2018-07-061-2/+5
| * i386: fix '-cpu ?' output for host cpu typeGreg Kurz2018-07-061-7/+7
| * qtest: Use cpu address space instead of system memoryJulia Suvorova2018-07-061-13/+26
| * pr-helper: Rework socket path handlingMichal Privoznik2018-07-061-26/+10Star
| * pr-helper: avoid error on PR IN command with zero request sizePaolo Bonzini2018-07-061-33/+30Star
* | tests/migration: Skip tests for ppc tcgDr. David Alan Gilbert2018-07-061-6/+17
* | Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-pull-20180705'...Peter Maydell2018-07-069-68/+235
|\ \
| * | hw/riscv/sifive_u: Connect the Cadence GEM Ethernet deviceAlistair Francis2018-07-064-2/+61
| * | hw/riscv/sifive_u: Move the uart device tree node under /soc/Alistair Francis2018-07-061-1/+1
| * | hw/riscv/sifive_u: Set the interrupt controller number of interruptsAlistair Francis2018-07-061-1/+1
| * | hw/riscv/sifive_u: Set the soc device tree node as a simple-busAlistair Francis2018-07-061-1/+1
| * | hw/riscv/sifive_plic: Use gpios instead of irqsAlistair Francis2018-07-065-12/+9Star
| * | hw/riscv/sifive_e: Create a SiFive E SoC objectAlistair Francis2018-07-062-27/+83
| * | hw/riscv/sifive_u: Create a SiFive U SoC objectAlistair Francis2018-07-062-24/+79
|/ /
* | Merge remote-tracking branch 'remotes/stsquad/tags/pull-code-coverage-and-bui...Peter Maydell2018-07-0521-56/+223
|\ \
| * | docker: add linux-user powered cross builder for QEMUAlex Bennée2018-07-052-9/+48
| * | docker: add special rule for deboostrapped imagesAlex Bennée2018-07-051-3/+21
| * | docker: add special handling for FROM:debian-%-user targetsAlex Bennée2018-07-051-0/+4
| * | docker: debian-bootstrap.pre allow customising of variant/urlAlex Bennée2018-07-051-1/+10
| * | docker: drop QEMU build-dep from bootstrapAlex Bennée2018-07-051-2/+0Star
| * | docker: Do not run tests in 'intermediate' imagesPhilippe Mathieu-Daudé2018-07-051-1/+3
| * | docker: Clean the MXE base imagePhilippe Mathieu-Daudé2018-07-051-1/+1
| * | docker: ubuntu: Use SDL2Philippe Mathieu-Daudé2018-07-051-2/+2
| * | docker: ubuntu: Update the package list before installing new onesPhilippe Mathieu-Daudé2018-07-051-2/+2
| * | linux-user: add gcov support to preexit_cleanupAlex Bennée2018-07-051-0/+7
| * | linux-user: introduce preexit_cleanupAlex Bennée2018-07-054-9/+39
| * | build-system: add coverage-report targetAlex Bennée2018-07-052-3/+21
| * | build-system: add clean-coverage targetAlex Bennée2018-07-052-3/+19
| * | travis: add gcovr summary for GCOV buildAlex Bennée2018-07-053-0/+31
| * | docker: add gcovr to travis imageAlex Bennée2018-07-051-1/+1
| * | .gitignore: add .gcov filesAlex Bennée2018-07-051-0/+1
| * | build-system: remove per-test GCOV reportingAlex Bennée2018-07-052-16/+5Star
| * | travis: test out-of-tree buildsPhilippe Mathieu-Daudé2018-07-051-1/+7
| * | travis: do not waste time cloning unused submodulesPhilippe Mathieu-Daudé2018-07-051-2/+1Star