aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-03target/arm: Don't abort on M-profile exception return in linux-user modePeter Maydell1-1/+20
2019-09-03target/arm: Free TCG temps in trans_VMOV_64_sp()Peter Maydell1-0/+2
2019-09-03include/exec/cpu-defs.h: fix typoAlex Bennée1-1/+1
2019-09-03atomic_template: fix indentation in GEN_ATOMIC_HELPEREmilio G. Cota1-1/+1
2019-09-03tcg/README: fix typo s/afterwise/afterwards/Emilio G. Cota1-1/+1
2019-09-03includes: remove stale [smp|max]_cpus externsAlex Bennée1-2/+0
2019-09-03hw/net/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-9/+8
2019-09-03hw/dma/xilinx_axi: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-8/+8
2019-09-03hw/arm/fsl-imx: Add the cpu as child of the SoC objectPhilippe Mathieu-Daudé2-2/+6
2019-09-03hw/arm: Use sysbus_init_child_obj for correct reference countingPhilippe Mathieu-Daudé1-2/+2
2019-09-03hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé3-17/+16
2019-09-03hw/arm: Use ARM_CPU_TYPE_NAME() macro when appropriatePhilippe Mathieu-Daudé8-11/+15
2019-09-03target/arm: Fix SMMLS argument orderRichard Henderson1-2/+18
2019-09-03hw/arm/smmuv3: Remove spurious error messages on IOVA invalidationsEric Auger2-8/+12
2019-09-03hw/arm/smmuv3: Log a guest error when decoding an invalid STEEric Auger1-0/+1
2019-09-03memory: Remove unused memory_region_iommu_replay_all()Eric Auger2-19/+0
2019-09-03aspeed/timer: Provide back-pressure information for short periodsAndrew Jeffery1-1/+16
2019-09-03target/arm: Take exceptions on ATS instructions when neededPeter Maydell1-15/+92
2019-09-03target/arm: Allow ARMCPRegInfo read/write functions to throw exceptionsPeter Maydell3-1/+18
2019-09-03target/arm: Factor out unallocated_encoding for aarch32Richard Henderson2-12/+13
2019-09-03Revert "target/arm: Use unallocated_encoding for aarch32"Richard Henderson5-15/+21
2019-09-03Merge remote-tracking branch 'remotes/kraxel/tags/audio-20190828-pull-request...Peter Maydell2-5/+12
2019-09-03Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell1-0/+6
2019-09-03Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell9-309/+568
2019-08-28audio: omitting audiodev= parameter is only deprecatedKővágó, Zoltán2-4/+11
2019-08-28audio: fix invalid malloc size in audio_create_pdosKővágó, Zoltán1-1/+1
2019-08-27tests: fix modules-test with no default machineMarc-André Lureau1-1/+3
2019-08-27build-sys: build ui-spice-app as a moduleMarc-André Lureau2-1/+6
2019-08-27Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20190827' into st...Peter Maydell3-13/+36
2019-08-27trace: Clarify DTrace/SystemTap help messagePhilippe Mathieu-Daudé1-0/+6
2019-08-27block/qcow2: implement .bdrv_co_pwritev(_compressed)_partVladimir Sementsov-Ogievskiy5-33/+48
2019-08-27block/qcow2: implement .bdrv_co_preadv_partVladimir Sementsov-Ogievskiy2-29/+25
2019-08-27block/qcow2: refactor qcow2_co_preadv to use buffer-based ioVladimir Sementsov-Ogievskiy1-12/+16
2019-08-27block/io: introduce bdrv_co_p{read, write}v_partVladimir Sementsov-Ogievskiy2-6/+29
2019-08-27block/io: bdrv_aligned_pwritev: use and support qiov_offsetVladimir Sementsov-Ogievskiy1-14/+13
2019-08-27block/io: bdrv_aligned_preadv: use and support qiov_offsetVladimir Sementsov-Ogievskiy1-13/+8
2019-08-27block/io: bdrv_co_do_copy_on_readv: lazy allocationVladimir Sementsov-Ogievskiy1-9/+12
2019-08-27block/io: bdrv_co_do_copy_on_readv: use and support qiov_offsetVladimir Sementsov-Ogievskiy1-9/+9
2019-08-27block: define .*_part io handlers in BlockDriverVladimir Sementsov-Ogievskiy4-22/+95
2019-08-27block/io: refactor paddingVladimir Sementsov-Ogievskiy1-165/+200
2019-08-27util/iov: improve qemu_iovec_is_zeroVladimir Sementsov-Ogievskiy3-14/+21
2019-08-27util/iov: introduce qemu_iovec_init_extendedVladimir Sementsov-Ogievskiy2-5/+114
2019-08-27xen-bus: Avoid rewriting identical values to xenstoreAnthony PERARD1-4/+7
2019-08-27xen-bus: Fix backend state transition on device resetAnthony PERARD1-3/+20
2019-08-27xen: cleanup IOREQ server on exitIgor Druzhinin1-0/+2
2019-08-27xen: Fix ring.h headerAnthony PERARD1-6/+7
2019-08-27Merge remote-tracking branch 'remotes/rth/tags/pull-axp-20190825' into stagingPeter Maydell1-1/+3
2019-08-25target/alpha: fix tlb_fill trap_arg2 value for instruction fetchAurelien Jarno1-1/+3
2019-08-23Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-1/+9
2019-08-23Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190822' into stagingPeter Maydell5-51/+108