aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-21ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven1-5/+7
2020-05-21hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-7/+5
2020-05-21hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-2/+3
2020-05-21hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé3-11/+18
2020-05-21hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé1-8/+15
2020-05-21hw/arm/fsl-imx7: Connect watchdog interruptsGuenter Roeck2-0/+16
2020-05-21hw/arm/fsl-imx7: Instantiate various unimplemented devicesGuenter Roeck2-0/+40
2020-05-21hw/arm/fsl-imx6ul: Connect watchdog interruptsGuenter Roeck1-0/+10
2020-05-21hw/arm/fsl-imx6: Connect watchdog interruptsGuenter Roeck1-0/+9
2020-05-21hw/arm/fsl-imx31: Wire up watchdogGuenter Roeck3-0/+11
2020-05-21hw/arm/fsl-imx25: Wire up watchdogGuenter Roeck3-0/+16
2020-05-21hw/watchdog: Implement full i.MX watchdog supportGuenter Roeck2-14/+285
2020-05-21hw: Move i.MX watchdog driver to hw/watchdogGuenter Roeck10-5/+13
2020-05-21target/arm: Remove unused GEN_NEON_INTEGER_OP macroPeter Maydell1-23/+0
2020-05-21linux-user/arm: Fix identification of syscall numbersPeter Maydell1-66/+77
2020-05-21linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell1-4/+26
2020-05-21linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell1-3/+1
2020-05-21linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell1-22/+8
2020-05-21docs/system: Document Musca boardsPeter Maydell3-0/+33
2020-05-21docs/system: Document the various MPS2 modelsPeter Maydell3-0/+31
2020-05-21docs/system: Document Arm Versatile Express boardsPeter Maydell3-0/+62
2020-05-21docs/system: Sort Arm board index into alphabetical orderPeter Maydell1-6/+11
2020-05-21docs/system: Add 'Arm' to the Integrator/CP document titlePeter Maydell1-2/+2
2020-05-21tests/acceptance: Add a test for the canon-a1100 machineThomas Huth2-0/+36
2020-05-21Merge remote-tracking branch 'remotes/berrange/tags/socket-next-pull-request'...Peter Maydell6-10/+148
2020-05-21Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' i...Peter Maydell10-109/+264
2020-05-21Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-05-18-v3' ...Peter Maydell14-329/+671
2020-05-20qemu-options: updates for abstract unix socketsxiaoqiang zhao1-2/+6
2020-05-20tests/util-sockets: add abstract unix socket casesxiaoqiang zhao1-0/+92
2020-05-20qemu-sockets: add abstract UNIX domain socket supportxiaoqiang zhao4-8/+50
2020-05-19Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20200519' into stagingPeter Maydell22-1395/+547
2020-05-19qemu-img: Add bitmap sub-commandEric Blake3-0/+279
2020-05-19softfloat: Return bool from all classification predicatesRichard Henderson2-41/+41
2020-05-19softfloat: Inline floatx80 compare specializationsRichard Henderson2-265/+41
2020-05-19softfloat: Inline float128 compare specializationsRichard Henderson2-246/+41
2020-05-19softfloat: Inline float64 compare specializationsRichard Henderson3-229/+42
2020-05-19softfloat: Inline float32 compare specializationsRichard Henderson2-224/+41
2020-05-19softfloat: Name compare relation enumRichard Henderson12-70/+75
2020-05-19softfloat: Name rounding mode enumRichard Henderson6-51/+66
2020-05-19softfloat: Change tininess_before_rounding to boolRichard Henderson4-44/+28
2020-05-19softfloat: Replace flag with boolRichard Henderson10-190/+174
2020-05-19softfloat: Use post test for floatN_mulRichard Henderson1-51/+14
2020-05-19blockdev: Split off basic bitmap operations for qemu-imgEric Blake5-286/+324
2020-05-19blockdev: Promote several bitmap functions to non-staticEric Blake2-28/+31
2020-05-19block: Make it easier to learn which BDS support bitmapsEric Blake6-0/+21
2020-05-19qemu-img: Fix stale comments on doc locationEric Blake2-2/+2
2020-05-19docs: Sort sections on qemu-img subcommand parametersEric Blake1-24/+24
2020-05-19bitmaps: Update maintainerEric Blake1-3/+4
2020-05-19Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell8-24/+69
2020-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell58-580/+1003