aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-24ppc/spapr: Set the effective address provided flag in mc error log.Mahesh Salgaonkar1-0/+26
2020-03-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200323'...Peter Maydell24-28/+76
2020-03-23target/arm: Move computation of index in handle_simd_dupeRichard Henderson1-1/+2
2020-03-23target/arm: Assert immh != 0 in disas_simd_shift_immRichard Henderson1-0/+3
2020-03-23target/arm: Rearrange disabled check for watchpointsRichard Henderson1-5/+6
2020-03-23aspeed/smc: Fix DMA support for AST2600Cédric Le Goater3-2/+20
2020-03-23hw/arm/bcm283x: Correct the license textPhilippe Mathieu-Daudé19-20/+45
2020-03-23Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200323' into stagingPeter Maydell6-4/+31
2020-03-23linux-user, configure: improve syscall_nr.h dependencies checkingLaurent Vivier1-3/+3
2020-03-23s390/ipl: fix off-by-one in update_machine_ipl_properties()Halil Pasic1-1/+1
2020-03-23Documentation: create/move s390x documentationCornelia Huck5-3/+30
2020-03-22Merge remote-tracking branch 'remotes/elmarco/tags/slirp-pull-request' into s...Peter Maydell1-0/+0
2020-03-22slirp: update submodule to v4.2.0+Marc-André Lureau1-0/+0
2020-03-22Update copyright date for user-facing copyright stringsPeter Maydell2-2/+2
2020-03-21iotests: Increase pause_wait() timeoutKevin Wolf1-1/+1
2020-03-21python/qemu: Kill QEMU process if 'quit' doesn't workKevin Wolf1-0/+1
2020-03-21iotests.py: Enable faulthandlerKevin Wolf1-0/+3
2020-03-21Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into sta...Peter Maydell4-45/+39
2020-03-21Merge remote-tracking branch 'remotes/alistair/tags/pull-dtc-next-20200320-1'...Peter Maydell1-1/+6
2020-03-21hw/rdma: avoid suspicious strncpy() useStefan Hajnoczi1-0/+1
2020-03-21hw/rdma: Skip data-path mr_id translationYuval Shaia3-19/+20
2020-03-21hw/rdma: Cosmetic change - no need for two sge arraysYuval Shaia1-24/+16
2020-03-21hw/rdma/vmw/pvrdma_dev_ring: Replace strncpy with pstrcpyJulia Suvorova1-2/+2
2020-03-20device_tree: Add info message when dumping dtb to fileLeonardo Bras1-1/+6
2020-03-20Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.0-pull-re...Peter Maydell82-7838/+9465
2020-03-20linux-user, openrisc: sync syscall numbers with kernel v5.5Laurent Vivier1-247/+62
2020-03-20linux-user, nios2: sync syscall numbers with kernel v5.5Laurent Vivier1-330/+320
2020-03-20linux-user, aarch64: sync syscall numbers with kernel v5.5Laurent Vivier1-5/+29
2020-03-20scripts: add a script to generate syscall_nr.hLaurent Vivier2-0/+103
2020-03-20linux-user,mips: update syscall-args-o32.c.incLaurent Vivier3-438/+494
2020-03-20linux-user,mips: move content of mips_syscall_argsLaurent Vivier2-439/+439
2020-03-20linux-user: update syscall.tbl from linux 0bf999f9c5e7Laurent Vivier15-1/+31
2020-03-20linux-user, scripts: add a script to update syscall.tblLaurent Vivier2-0/+50
2020-03-20linux-user, mips64: add syscall table generation supportLaurent Vivier7-726/+777
2020-03-20linux-user, mips: add syscall table generation supportLaurent Vivier6-426/+469
2020-03-20linux-user, x86_64: add syscall table generation supportLaurent Vivier6-357/+438
2020-03-20linux-user, i386: add syscall table generation supportLaurent Vivier6-388/+478
2020-03-20linux-user, x86_64, i386: cleanup TARGET_NR_arch_prctlLaurent Vivier2-10/+13
2020-03-20linux-user, sparc, sparc64: add syscall table generation supportLaurent Vivier10-730/+1047
2020-03-20linux-user, s390x: add syscall table generation supportLaurent Vivier6-332/+480
2020-03-20linux-user, s390x: remove syscall definitions for !TARGET_S390XLaurent Vivier1-190/+123
2020-03-20linux-user, ppc: add syscall table generation supportLaurent Vivier7-404/+567
2020-03-20linux-user, arm: add syscall table generation supportLaurent Vivier7-450/+499
2020-03-20linux-user, microblaze: add syscall table generation supportLaurent Vivier6-443/+483
2020-03-20linux-user, sh4: add syscall table generation supportLaurent Vivier6-442/+480
2020-03-20linux-user, xtensa: add syscall table generation supportLaurent Vivier6-470/+448
2020-03-20linux-user, m68k: add syscall table generation supportLaurent Vivier6-435/+477
2020-03-20linux-user, hppa: add syscall table generation supportLaurent Vivier6-359/+475
2020-03-20linux-user, alpha: add syscall table generation supportLaurent Vivier6-493/+520
2020-03-20linux-user: introduce parameters to generate syscall_nr.hLaurent Vivier2-1/+16