Skip to content
Snippets Groups Projects
  1. Dec 30, 2021
  2. Dec 29, 2021
    • Richard Henderson's avatar
      Merge tag 'pull-jobs-2021-12-29' of https://src.openvz.org/scm/~vsementsov/qemu into staging · d5a9f352
      Richard Henderson authored
      Jobs patches:
       - small fix of job_create()
       - refactoring: drop BlockJob.blk field
      
      # gpg: Signature made Wed 29 Dec 2021 11:11:25 AM PST
      # gpg:                using RSA key 8B9C26CDB2FD147C880E86A1561F24C1F19F79FB
      # gpg: Good signature from "Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.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: 8B9C 26CD B2FD 147C 880E  86A1 561F 24C1 F19F 79FB
      
      * tag 'pull-jobs-2021-12-29' of https://src.openvz.org/scm/~vsementsov/qemu
      
      :
        blockjob: drop BlockJob.blk field
        test-bdrv-drain: don't use BlockJob.blk
        block/stream: add own blk
        test-blockjob-txn: don't abuse job->blk
        blockjob: implement and use block_job_get_aio_context
        job.c: add missing notifier initialization
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      d5a9f352
  3. Dec 28, 2021
  4. Dec 24, 2021
  5. Dec 23, 2021
  6. Dec 22, 2021
  7. Dec 21, 2021
    • Richard Henderson's avatar
      Merge tag 'pull-loong-20211221-2' of https://gitlab.com/rth7680/qemu into staging · 8c5f94cd
      Richard Henderson authored
      Initial commit of tcg/loongarch64
      
      # gpg: Signature made Tue 21 Dec 2021 01:19:00 PM PST
      # gpg:                using RSA key 7A481E78868B4DB6A85A05C064DF38E8AF7E215F
      # gpg:                issuer "richard.henderson@linaro.org"
      # gpg: Good signature from "Richard Henderson <richard.henderson@linaro.org>" [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: 7A48 1E78 868B 4DB6 A85A  05C0 64DF 38E8 AF7E 215F
      
      * tag 'pull-loong-20211221-2' of https://gitlab.com/rth7680/qemu
      
      : (30 commits)
        configure, meson.build: Mark support for loongarch64 hosts
        linux-user: Implement CPU-specific signal handler for loongarch64 hosts
        common-user: Add safe syscall handling for loongarch64 hosts
        tcg/loongarch64: Register the JIT
        tcg/loongarch64: Implement tcg_target_init
        tcg/loongarch64: Implement exit_tb/goto_tb
        tcg/loongarch64: Implement tcg_target_qemu_prologue
        tcg/loongarch64: Add softmmu load/store helpers, implement qemu_ld/qemu_st ops
        tcg/loongarch64: Implement simple load/store ops
        tcg/loongarch64: Implement tcg_out_call
        tcg/loongarch64: Implement setcond ops
        tcg/loongarch64: Implement br/brcond ops
        tcg/loongarch64: Implement mul/mulsh/muluh/div/divu/rem/remu ops
        tcg/loongarch64: Implement add/sub ops
        tcg/loongarch64: Implement shl/shr/sar/rotl/rotr ops
        tcg/loongarch64: Implement clz/ctz ops
        tcg/loongarch64: Implement bswap{16,32,64} ops
        tcg/loongarch64: Implement deposit/extract ops
        tcg/loongarch64: Implement not/and/or/xor/nor/andc/orc ops
        tcg/loongarch64: Implement sign-/zero-extension ops
        ...
      
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      8c5f94cd
    • WANG Xuerui's avatar
      configure, meson.build: Mark support for loongarch64 hosts · dfcf900b
      WANG Xuerui authored
      
      Example output of `uname -a` on an initial Gentoo LA64 port, running
      the upstream submission version of Linux (with some very minor patches
      not influencing output here):
      
      > Linux <hostname> 5.14.0-10342-g37a00851b145 #5 SMP PREEMPT Tue Aug 10 12:56:24 PM CST 2021 loongarch64 GNU/Linux
      
      And the same on the vendor-supplied Loongnix 20 system, with an early
      in-house port of Linux, and using the old-world ABI:
      
      > Linux <hostname> 4.19.167-rc5.lnd.1-loongson-3 #1 SMP Sat Apr 17 07:32:32 UTC 2021 loongarch64 loongarch64 loongarch64 GNU/Linux
      
      So a name of "loongarch64" matches both, fortunately.
      
      Signed-off-by: default avatarWANG Xuerui <git@xen0n.name>
      Reviewed-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Message-Id: <20211221054105.178795-31-git@xen0n.name>
      Signed-off-by: default avatarRichard Henderson <richard.henderson@linaro.org>
      dfcf900b
Loading