aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-13linux-user, mips: update syscall-args-o32.c.inc to Linux v5.13Laurent Vivier2-7/+11
2021-07-13linux-user: update syscall_nr.h to Linux v5.13Laurent Vivier6-6/+46
2021-07-12fd-trans: Fix race condition on reallocation of the translation table.Owen Anderson3-7/+52
2021-07-12linux-user/syscall: Remove ERRNO_TABLE_SIZE checkPhilippe Mathieu-Daudé1-5/+0
2021-07-12linux-user: Simplify host <-> target errno conversion using macrosPhilippe Mathieu-Daudé2-145/+154
2021-07-12linux-user/mips: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé4-423/+220
2021-07-12linux-user/hppa: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2-210/+214
2021-07-12linux-user/alpha: Move errno definitions to 'target_errno_defs.h'Philippe Mathieu-Daudé2-194/+198
2021-07-12linux-user: Extract target errno to 'target_errno_defs.h'Philippe Mathieu-Daudé24-7/+139
2021-07-12linux-user/sparc: Rename target_errno.h -> target_errno_defs.hPhilippe Mathieu-Daudé2-3/+3
2021-07-12linux-user/syscall: Fix RF-kill errno (typo in ERFKILL)Philippe Mathieu-Daudé1-1/+1
2021-07-12Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell46-439/+217
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell193-340/+885
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell15-66/+70
2021-07-11Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell50-125/+4496
2021-07-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210709'...Peter Maydell17-80/+792
2021-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell42-543/+1350
2021-07-10Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210709' in...Peter Maydell70-602/+3255
2021-07-09cpu: Add breakpoint tracepointsRichard Henderson2-4/+14
2021-07-09tcg: Remove TCG_TARGET_HAS_goto_ptrRichard Henderson12-18/+4
2021-07-09accel/tcg: Log tb->cflags with -d execRichard Henderson1-3/+3
2021-07-09accel/tcg: Split out log_cpu_execRichard Henderson1-27/+34
2021-07-09accel/tcg: Move tb_lookup to cpu-exec.cRichard Henderson2-50/+30
2021-07-09accel/tcg: Move helper_lookup_tb_ptr to cpu-exec.cRichard Henderson2-22/+30
2021-07-09target/i386: Use cpu_breakpoint_test in breakpoint_handlerRichard Henderson1-9/+3
2021-07-09tcg: Fix prologue disassemblyRichard Henderson1-2/+2
2021-07-09Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell11-124/+1168
2021-07-09util/guest-random: Fix size arg to tail memcpyMark Nelson1-1/+1
2021-07-09migration: fix typo in mig_throttle_guest_down commentOlaf Hering1-1/+1
2021-07-09target/xtensa/xtensa-semi: Fix compilation problem on HaikuThomas Huth1-45/+39
2021-07-09hw/virtio: Document *_should_notify() are called within rcu_read_lock()Philippe Mathieu-Daudé1-0/+2
2021-07-09misc: Remove redundant new line in perror()Li Zhijian2-2/+2
2021-07-09virtiofsd: Add missing newline in error messageHubert Jasudowicz1-1/+1
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé5-8/+14
2021-07-09memory: Display MemoryRegion name in read/write ops trace eventsPhilippe Mathieu-Daudé2-6/+10
2021-07-09qemu-option: Drop dead assertionMarkus Armbruster1-2/+0
2021-07-09target/xtensa: Use translator_use_goto_tbRichard Henderson1-5/+1
2021-07-09target/tricore: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-1/+2
2021-07-09target/tricore: Use translator_use_goto_tbRichard Henderson1-15/+2
2021-07-09target/sparc: Use translator_use_goto_tbRichard Henderson1-14/+5
2021-07-09target/sh4: Use translator_use_goto_tbRichard Henderson1-8/+3
2021-07-09target/s390x: Remove use_exit_tbRichard Henderson1-9/+2
2021-07-09target/s390x: Use translator_use_goto_tbRichard Henderson1-6/+1
2021-07-09target/rx: Use translator_use_goto_tbRichard Henderson1-10/+1
2021-07-09target/riscv: Use translator_use_goto_tbRichard Henderson1-19/+1
2021-07-09target/ppc: Use translator_use_goto_tbRichard Henderson1-9/+1
2021-07-09target/openrisc: Use translator_use_goto_tbRichard Henderson1-7/+8
2021-07-09target/nios2: Use translator_use_goto_tbRichard Henderson1-14/+1
2021-07-09target/mips: Fix missing else in gen_goto_tbRichard Henderson1-1/+2
2021-07-09target/mips: Use translator_use_goto_tbRichard Henderson1-15/+2