Skip to content
Snippets Groups Projects
  1. May 19, 2021
  2. May 18, 2021
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-request' into staging · c313e52e
      Peter Maydell authored
      
      linux-user pull request 20210517
      
      - alpha sigaction fixes/cleanups
      - s390x sigaction fixes/cleanup
      - sparc sigaction fixes/cleanup
      - s390x core dumping support
      - core dump fix (app name)
      - arm  fpa11 fix and cleanup
      - strace fixes (unshare(), llseek())
      - fix copy_file_range()
      - use GDateTime
      - Remove dead code
      
      # gpg: Signature made Tue 18 May 2021 06:31:12 BST
      # gpg:                using RSA key CD2F75DDC8E3A4DC2E4F5173F30C38BD3F2FBE3C
      # gpg:                issuer "laurent@vivier.eu"
      # gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>" [full]
      # gpg:                 aka "Laurent Vivier <laurent@vivier.eu>" [full]
      # gpg:                 aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>" [full]
      # Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F  5173 F30C 38BD 3F2F BE3C
      
      * remotes/vivier2/tags/linux-user-for-6.1-pull-request: (59 commits)
        linux-user/elfload: add s390x core dumping support
        linux-user/elfload: fix filling psinfo->pr_psargs
        linux-user: Tidy TARGET_NR_rt_sigaction
        linux-user/alpha: Share code for TARGET_NR_sigaction
        linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORER
        linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscall
        linux-user: Pass ka_restorer to do_sigaction
        linux-user/alpha: Rename the sigaction restorer field
        linux-user/alpha: Fix rt sigframe return
        linux-user: use GDateTime for formatting timestamp for core file
        linux-user: Fix erroneous conversion in copy_file_range
        linux-user: Add copy_file_range to strace.list
        linux-user/s390x: Handle vector regs in signal stack
        linux-user/s390x: Clean up signal.c
        linux-user/s390x: Add build asserts for sigset sizes
        linux-user/s390x: Fix frame_addr corruption in setup_frame
        linux-user/s390x: Add stub sigframe argument for last_break
        linux-user/s390x: Set psw.mask properly for the signal handler
        linux-user/s390x: Clean up single-use gotos in signal.c
        linux-user/s390x: Tidy save_sigregs
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      c313e52e
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into staging · 15e147b3
      Peter Maydell authored
      
      emulated nvme updates
      
      * various fixes (Gollu Appalanaidu)
      * refactoring (me)
      * move to hw/nvme from hw/block (me)
      
      # gpg: Signature made Mon 17 May 2021 10:16:01 BST
      # gpg:                using RSA key 522833AA75E2DCE6A24766C04DE1AF316D4F0DE9
      # gpg: Good signature from "Klaus Jensen <its@irrelevant.dk>" [unknown]
      # gpg:                 aka "Klaus Jensen <k.jensen@samsung.com>" [unknown]
      # gpg: WARNING: This key is not certified with a trusted signature!
      # gpg:          There is no indication that the signature belongs to the owner.
      # Primary key fingerprint: DDCA 4D9C 9EF9 31CC 3468  4272 63D5 6FC5 E55D A838
      #      Subkey fingerprint: 5228 33AA 75E2 DCE6 A247  66C0 4DE1 AF31 6D4F 0DE9
      
      * remotes/nvme/tags/nvme-next-pull-request:
        hw/nvme: move nvme emulation out of hw/block
        hw/block/nvme: move zoned constraints checks
        hw/block/nvme: remove irrelevant zone resource checks
        hw/block/nvme: remove num_namespaces member
        hw/block/nvme: streamline namespace array indexing
        hw/block/nvme: add metadata offset helper
        hw/block/nvme: cache lba and ms sizes
        hw/block/nvme: replace nvme_ns_status
        hw/block/nvme: remove non-shared defines from header file
        hw/block/nvme: cleanup includes
        hw/block/nvme: consolidate header files
        hw/block/nvme: rename __nvme_select_ns_iocs
        hw/block/nvme: rename __nvme_advance_zone_wp
        hw/block/nvme: rename __nvme_zrm_open
        hw/block/nvme: align with existing style
        hw/block/nvme: function formatting fix
        hw/block/nvme: fix io-command set profile feature
        hw/block/nvme: consider metadata read aio return value in compare
        hw/block/nvme: rename reserved fields declarations
        hw/block/nvme: remove redundant invalid_lba_range trace
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      15e147b3
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into staging · 8e22b279
      Peter Maydell authored
      
      Minor MAINTAINERS update.
      Tweak to includes.
      Add tcg_constant_tl.
      Improve constant pool dump.
      
      # gpg: Signature made Sun 16 May 2021 15:08:42 BST
      # gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
      # gpg:                issuer "richard.henderson@linaro.org"
      # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [full]
      # Primary key fingerprint: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
      
      * remotes/rth-gitlab/tags/pull-tcg-20210516:
        accel/tcg: Align data dumped at end of TB
        tcg: Add tcg_constant_tl
        exec/gen-icount.h: Add missing "exec/exec-all.h" include
        MAINTAINERS: Add include/exec/gen-icount.h to 'Main Loop' section
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      8e22b279
Loading