aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-21linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32pull-target-arm-20200521Peter Maydell
2020-05-21linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras
2020-05-21target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell
2020-05-21target/arm: Use clear_vec_high more effectivelyRichard Henderson
2020-05-21target/arm: Use tcg_gen_gvec_mov for clear_vec_highRichard Henderson
2020-05-21ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven
2020-05-21hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/arm/integratorcp: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé
2020-05-21hw/arm/fsl-imx7: Connect watchdog interruptsGuenter Roeck
2020-05-21hw/arm/fsl-imx7: Instantiate various unimplemented devicesGuenter Roeck
2020-05-21hw/arm/fsl-imx6ul: Connect watchdog interruptsGuenter Roeck
2020-05-21hw/arm/fsl-imx6: Connect watchdog interruptsGuenter Roeck
2020-05-21hw/arm/fsl-imx31: Wire up watchdogGuenter Roeck
2020-05-21hw/arm/fsl-imx25: Wire up watchdogGuenter Roeck
2020-05-21hw/watchdog: Implement full i.MX watchdog supportGuenter Roeck
2020-05-21hw: Move i.MX watchdog driver to hw/watchdogGuenter Roeck
2020-05-21target/arm: Remove unused GEN_NEON_INTEGER_OP macroPeter Maydell
2020-05-21linux-user/arm: Fix identification of syscall numbersPeter Maydell
2020-05-21linux-user/arm: Handle invalid arm-specific syscalls correctlyPeter Maydell
2020-05-21linux-user/arm: Remove bogus SVC 0xf0002 handlingPeter Maydell
2020-05-21linux-user/arm: BKPT should cause SIGTRAP, not be a syscallPeter Maydell
2020-05-21docs/system: Document Musca boardsPeter Maydell
2020-05-21docs/system: Document the various MPS2 modelsPeter Maydell
2020-05-21docs/system: Document Arm Versatile Express boardsPeter Maydell
2020-05-21docs/system: Sort Arm board index into alphabetical orderPeter Maydell
2020-05-21docs/system: Add 'Arm' to the Integrator/CP document titlePeter Maydell
2020-05-21tests/acceptance: Add a test for the canon-a1100 machineThomas Huth
2020-05-21Merge remote-tracking branch 'remotes/berrange/tags/socket-next-pull-request'...Peter Maydell
2020-05-21Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200520-pull-request' i...Peter Maydell
2020-05-21Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-05-18-v3' ...Peter Maydell
2020-05-20qemu-options: updates for abstract unix socketsxiaoqiang zhao
2020-05-20tests/util-sockets: add abstract unix socket casesxiaoqiang zhao
2020-05-20qemu-sockets: add abstract UNIX domain socket supportxiaoqiang zhao
2020-05-19Merge remote-tracking branch 'remotes/rth/tags/pull-fpu-20200519' into stagingPeter Maydell
2020-05-19qemu-img: Add bitmap sub-commandEric Blake
2020-05-19softfloat: Return bool from all classification predicatesRichard Henderson
2020-05-19softfloat: Inline floatx80 compare specializationsRichard Henderson
2020-05-19softfloat: Inline float128 compare specializationsRichard Henderson
2020-05-19softfloat: Inline float64 compare specializationsRichard Henderson
2020-05-19softfloat: Inline float32 compare specializationsRichard Henderson
2020-05-19softfloat: Name compare relation enumRichard Henderson
2020-05-19softfloat: Name rounding mode enumRichard Henderson
2020-05-19softfloat: Change tininess_before_rounding to boolRichard Henderson
2020-05-19softfloat: Replace flag with boolRichard Henderson
2020-05-19softfloat: Use post test for floatN_mulRichard Henderson
2020-05-19blockdev: Split off basic bitmap operations for qemu-imgEric Blake
2020-05-19blockdev: Promote several bitmap functions to non-staticEric Blake
2020-05-19block: Make it easier to learn which BDS support bitmapsEric Blake