summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/kraxel/tags/ui-20180626-pull-request' i...Peter Maydell2018-06-262-4/+5
|\
| * Add gles support to egl-helpers, wire up in egl-headless and gtk.Gerd Hoffmann2018-06-262-4/+5
* | Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2018-06-261-0/+3
|\ \
| * | hw/i386: Deprecate the machine types pc-0.10 and pc-0.11Thomas Huth2018-06-251-0/+3
| |/
* | Merge branch 'master' of git://git.qemu.org/qemu into x86-nextEduardo Habkost2018-06-251-0/+4
|\|
| * Merge remote-tracking branch 'remotes/kraxel/tags/audio-20180625-pull-request...Peter Maydell2018-06-251-0/+4
| |\
| | * audio/hda: enable new timer code by default.Gerd Hoffmann2018-06-251-0/+4
* | | i386: Enable TOPOEXT feature on AMD EPYC CPUBabu Moger2018-06-221-0/+12
|/ /
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20180622'...Peter Maydell2018-06-228-2/+133
|\ \
| * | hw/arm/iotkit: Wire up MPC interrupt linesPeter Maydell2018-06-221-0/+6
| * | hw/arm/iotkit: Instantiate MPCPeter Maydell2018-06-221-0/+2
| * | hw/misc/iotkit-secctl.c: Implement SECMPCINTSTATUSPeter Maydell2018-06-221-0/+8
| * | hw/misc/tz-mpc.c: Implement registersPeter Maydell2018-06-221-0/+10
| * | hw/misc/tz-mpc.c: Implement the Arm TrustZone Memory Protection ControllerPeter Maydell2018-06-221-0/+70
| * | hw/arm/virt: Use 256MB ECAM region by defaultEric Auger2018-06-221-0/+1
| * | hw/arm/virt: Add a new 256MB ECAM regionEric Auger2018-06-221-0/+4
| * | hw/arm/virt: GICv3 DT node with one or two redistributor regionsEric Auger2018-06-221-0/+14
| * | hw/intc/arm_gicv3: Introduce redist-region-count array propertyEric Auger2018-06-221-2/+6
| * | linux-headers: Update to kernel mainline commit b357bf602Eric Auger2018-06-223-0/+12
* | | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-3.0-20180622' into...Peter Maydell2018-06-225-12/+45
|\ \ \ | |/ / |/| |
| * | spapr: Use maximum page size capability to simplify memory backend checkingDavid Gibson2018-06-221-0/+3
| * | spapr: Maximum (HPT) pagesize propertyDavid Gibson2018-06-221-1/+3
| * | ppc4xx_i2c: Implement directcntl registerBALATON Zoltan2018-06-211-0/+4
| * | ppc4xx_i2c: Remove unimplemented sdata and intr registersBALATON Zoltan2018-06-211-3/+1Star
| * | spapr: remove unused spapr_irq routinesCédric Le Goater2018-06-211-4/+0Star
| * | spapr: split the IRQ allocation sequenceCédric Le Goater2018-06-211-0/+4
| * | spapr: Add cpu_apply hook to capabilitiesDavid Gibson2018-06-211-0/+1
| * | spapr: Compute effective capability values earlierDavid Gibson2018-06-211-1/+2
| * | ppc/pnv: introduce Pnv8Chip and Pnv9Chip modelsCédric Le Goater2018-06-211-1/+23
| * | spapr_cpu_core: migrate per-CPU dataGreg Kurz2018-06-211-0/+1
| * | ppc/pnv: introduce a new isa_create() operation to the chip modelCédric Le Goater2018-06-212-2/+2
| * | ppc/pnv: introduce a new intc_create() operation to the chip modelCédric Le Goater2018-06-211-0/+1
| |/
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-06-20-v2' into...Peter Maydell2018-06-221-3/+8
|\ \
| * | nbd/server: introduce NBD_CMD_CACHEVladimir Sementsov-Ogievskiy2018-06-211-1/+2
| * | nbd/server: implement dirty bitmap exportVladimir Sementsov-Ogievskiy2018-06-211-2/+6
| |/
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into stagingPeter Maydell2018-06-215-33/+62
|\ \ | |/ |/|
| * tcg: remove tb_lockEmilio G. Cota2018-06-154-9/+5Star
| * translate-all: protect TB jumps with a per-destination-TB lockEmilio G. Cota2018-06-151-13/+22
| * translate-all: introduce assert_no_pages_lockedEmilio G. Cota2018-06-151-0/+8
| * translate-all: use per-page locking in !user-modeEmilio G. Cota2018-06-151-1/+2
| * translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TBEmilio G. Cota2018-06-151-1/+1
| * tcg: move tb_ctx.tb_phys_invalidate_count to tcg_ctxEmilio G. Cota2018-06-151-1/+0Star
| * tcg: track TBs with per-region BST'sEmilio G. Cota2018-06-152-2/+0Star
| * qht: return existing entry when qht_insert failsEmilio G. Cota2018-06-151-2/+5
| * qht: require a default comparison functionEmilio G. Cota2018-06-151-5/+20
* | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-06-197-17/+87
|\ \
| * | block/mirror: Add copy mode QAPI interfaceMax Reitz2018-06-181-1/+3
| * | job: Add job_progress_increase_remaining()Max Reitz2018-06-181-0/+15
| * | block/dirty-bitmap: Add bdrv_dirty_iter_next_areaMax Reitz2018-06-181-0/+2
| * | hbitmap: Add @advance param to hbitmap_iter_next()Max Reitz2018-06-181-1/+4