aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-05-27linux-user: return target error codes for socket() and prctl()Helge Deller1-2/+2
2020-05-27linux-user, alpha: fix oldumount syscallLaurent Vivier1-1/+6
2020-05-26Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-26' into sta...Peter Maydell4-46/+49
2020-05-26Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200526-pull-request...Peter Maydell13-22/+763
2020-05-26hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' includePhilippe Mathieu-Daudé1-1/+0
2020-05-26audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé3-3/+3
2020-05-26audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé2-3/+3
2020-05-26audio: fix wavcapture segfaultBruce Rogers1-2/+2
2020-05-26audio/mixeng: fix clang 10+ warningVolker Rümelin1-2/+3
2020-05-25xen/9pfs: increase max ring order to 9Stefano Stabellini1-1/+1
2020-05-25xen/9pfs: yield when there isn't enough room on the ringStefano Stabellini1-6/+25
2020-05-25Revert "9p: init_in_iov_from_pdu can truncate the size"Stefano Stabellini4-39/+22
2020-05-25audio/jack: add JACK client audiodevGeoffrey McRae6-2/+746
2020-05-25hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'Philippe Mathieu-Daudé1-7/+1
2020-05-25es1370: check total frame count against current framePrasad J Pandit1-2/+5
2020-05-259p: Lock directory streams with a CoMutexGreg Kurz1-4/+4
2020-05-259pfs: include linux/limits.h for XATTR_SIZE_MAXDan Robertson1-0/+1
2020-05-22Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20200522...Peter Maydell2-37/+42
2020-05-22hw/block/pflash: Check return value of blk_pwrite()Mansour Ahmadi2-2/+14
2020-05-22hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'Philippe Mathieu-Daudé1-15/+15
2020-05-22hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'Philippe Mathieu-Daudé1-5/+13
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