aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-22hw/block/pflash_cfi01: Removed an unused timerPhilippe Mathieu-Daudé1-15/+0
2020-05-22Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20200521' i...Peter Maydell4-0/+0
2020-05-21Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200521-...Peter Maydell37-292/+855
2020-05-21linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32Peter Maydell1-6/+0
2020-05-21linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras1-1/+7
2020-05-21target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell2-1/+2
2020-05-21target/arm: Use clear_vec_high more effectivelyRichard Henderson1-21/+32
2020-05-21target/arm: Use tcg_gen_gvec_mov for clear_vec_highRichard Henderson1-8/+2
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-21Update OpenBIOS images to 4704d9eb built from submodule.Mark Cave-Ayland4-0/+0
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