summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stubs: Restrict ui/win32-kbd-hook to system-modePhilippe Mathieu-Daudé2020-06-051-1/+1
* hw/core: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-052-1/+8
* target/s390x: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-7/+5Star
* target/i386: Restrict CpuClass::get_crash_info() to system-modePhilippe Mathieu-Daudé2020-06-051-1/+5
* arch_init: Remove unused 'qapi-commands-misc.h' includePhilippe Mathieu-Daudé2020-06-051-1/+0Star
* exec: Assert CPU migration is not used on user-only buildPhilippe Mathieu-Daudé2020-06-051-1/+3
* target/riscv/cpu: Restrict CPU migration to system-modePhilippe Mathieu-Daudé2020-06-051-2/+4
* stubs/Makefile: Reduce the user-mode object listPhilippe Mathieu-Daudé2020-06-051-21/+29
* util/Makefile: Reduce the user-mode object listPhilippe Mathieu-Daudé2020-06-051-21/+38
* tests/Makefile: Restrict some softmmu-only testsPhilippe Mathieu-Daudé2020-06-051-8/+8
* tests/Makefile: Only display TCG-related tests when TCG is availablePhilippe Mathieu-Daudé2020-06-051-0/+2
* configure: Avoid building TCG when not neededPhilippe Mathieu-Daudé2020-06-051-0/+4
* Makefile: Only build virtiofsd if system-mode is enabledPhilippe Mathieu-Daudé2020-06-051-1/+1
* linux-user: implement OFD locksAndreas Schwab2020-06-052-0/+10
* linux-user/mmap.c: fix integer underflow in target_mremapJonathan Marler2020-06-051-1/+1
* linux-user/strace.list: fix epoll_create{,1} -strace outputSergei Trofimovich2020-06-051-2/+2
* linux-user: Add support for /proc/cpuinfo on hppa platformHelge Deller2020-06-051-2/+14
* linux-user: return target error codes for socket() and prctl()Helge Deller2020-05-271-2/+2
* linux-user, alpha: fix oldumount syscallLaurent Vivier2020-05-271-1/+6
* Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-05-26' into sta...Peter Maydell2020-05-264-46/+49
|\
| * xen/9pfs: increase max ring order to 9Stefano Stabellini2020-05-251-1/+1
| * xen/9pfs: yield when there isn't enough room on the ringStefano Stabellini2020-05-251-6/+25
| * Revert "9p: init_in_iov_from_pdu can truncate the size"Stefano Stabellini2020-05-254-39/+22Star
| * 9p: Lock directory streams with a CoMutexGreg Kurz2020-05-251-4/+4
| * 9pfs: include linux/limits.h for XATTR_SIZE_MAXDan Robertson2020-05-251-0/+1
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200526-pull-request...Peter Maydell2020-05-2613-22/+763
|\ \ | |/ |/|
| * hw/mips/mips_fulong2e: Remove unused 'audio/audio.h' includePhilippe Mathieu-Daudé2020-05-261-1/+0Star
| * audio: Let capture_callback handler use const buffer argumentPhilippe Mathieu-Daudé2020-05-263-3/+3
| * audio: Let audio_sample_to_uint64() use const samples argumentPhilippe Mathieu-Daudé2020-05-262-3/+3
| * audio: fix wavcapture segfaultBruce Rogers2020-05-261-2/+2
| * audio/mixeng: fix clang 10+ warningVolker Rümelin2020-05-261-2/+3
| * audio/jack: add JACK client audiodevGeoffrey McRae2020-05-256-2/+746
| * hw/audio/gus: Use AUDIO_HOST_ENDIANNESS definition from 'audio/audio.h'Philippe Mathieu-Daudé2020-05-251-7/+1Star
| * es1370: check total frame count against current framePrasad J Pandit2020-05-251-2/+5
|/
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/pflash-next-20200522...Peter Maydell2020-05-222-37/+42
|\
| * hw/block/pflash: Check return value of blk_pwrite()Mansour Ahmadi2020-05-222-2/+14
| * hw/block/pflash_cfi01: Rename 'reset_flash' label as 'mode_read_array'Philippe Mathieu-Daudé2020-05-221-15/+15
| * hw/block/pflash_cfi01: Document use of non-CFI compliant command '0x00'Philippe Mathieu-Daudé2020-05-221-5/+13
| * hw/block/pflash_cfi01: Removed an unused timerPhilippe Mathieu-Daudé2020-05-221-15/+0Star
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-openbios-20200521' i...Peter Maydell2020-05-224-0/+0
|\ \ | |/ |/|
| * Update OpenBIOS images to 4704d9eb built from submodule.Mark Cave-Ayland2020-05-214-0/+0
* | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200521-...Peter Maydell2020-05-2137-292/+855
|\ \ | |/ |/|
| * linux-user/arm/signal.c: Drop TARGET_CONFIG_CPU_32Peter Maydell2020-05-211-6/+0Star
| * linux-user/arm: Reset CPSR_E when entering a signal handlerAmanieu d'Antras2020-05-211-1/+7
| * target/arm: Allow user-mode code to write CPSR.E via MSRPeter Maydell2020-05-212-1/+2
| * target/arm: Use clear_vec_high more effectivelyRichard Henderson2020-05-211-21/+32
| * target/arm: Use tcg_gen_gvec_mov for clear_vec_highRichard Henderson2020-05-211-8/+2Star
| * ARM: PL061: Introduce N_GPIOSGeert Uytterhoeven2020-05-211-5/+7
| * hw/timer/exynos4210_mct: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-211-7/+5Star
| * hw/char/xilinx_uartlite: Replace hw_error() by qemu_log_mask()Philippe Mathieu-Daudé2020-05-211-2/+3