Skip to content
Snippets Groups Projects
  1. Dec 15, 2020
  2. Dec 14, 2020
    • Peter Maydell's avatar
      Merge remote-tracking branch... · 5bfbd817
      Peter Maydell authored
      Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pull-request' into staging
      
      Pull request trivial-patches 20201214
      
      # gpg: Signature made Mon 14 Dec 2020 15:52:07 GMT
      # 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/trivial-branch-for-6.0-pull-request:
        configure / meson: Move check for linux/btrfs.h to meson.build
        configure / meson: Move check for sys/kcov.h to meson.build
        configure / meson: Move check for sys/signal.h to meson.build
        configure / meson: Move check for drm.h to meson.build
        configure / meson: Move check for pty.h to meson.build
        configure: Remove the obsolete check for ifaddrs.h
        blockdev: Fix a memleak in drive_backup_prepare()
        block/file-posix: fix a possible undefined behavior
        elf2dmp/pdb: Plug memleak in pdb_init_from_file
        elf2dmp/qemu_elf: Plug memleak in QEMU_Elf_init
        configure: Test if $make actually exists
        ads7846: moves from the hw/display folder to the hw/input folder.
        CODING_STYLE.rst: Be less strict about 80 character limit
        fsdev: open brace '{' following struct go on the same line
        hw/pci-host/pam: Replace magic number by PAM_REGIONS_COUNT definition
        hw/xen: Don't use '#' flag of printf format
        MAINTAINERS: update my email address
        qemu-options.hx: Fix minor issues in icount documentation
        target/i386: tracing: format length values as hex
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      5bfbd817
    • Eduardo Habkost's avatar
      tmp421: Register properties as class properties · 0b43b6e5
      Eduardo Habkost authored
      
      Class properties make QOM introspection simpler and easier, as
      they don't require an object to be instantiated.
      
      Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
      Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Message-Id: <20201111183823.283752-4-ehabkost@redhat.com>
      Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
      0b43b6e5
    • Eduardo Habkost's avatar
      vexpress-a15: Register "virtualization" as class property · fdfe5ba4
      Eduardo Habkost authored
      
      Class properties make QOM introspection simpler and easier, as
      they don't require an object to be instantiated.
      
      Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
      Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Message-Id: <20201111183823.283752-3-ehabkost@redhat.com>
      Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
      fdfe5ba4
    • Eduardo Habkost's avatar
      vexpress: Register "secure" as class property · 4433bb3d
      Eduardo Habkost authored
      
      Class properties make QOM introspection simpler and easier, as
      they don't require an object to be instantiated.
      
      Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
      Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Message-Id: <20201111183823.283752-2-ehabkost@redhat.com>
      Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
      4433bb3d
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-20201213' into staging · aa14de08
      Peter Maydell authored
      MIPS patches queue
      
      . Allow executing MSA instructions on Loongson-3A4000
      . Update Huacai Chen email address
      . Various cleanups:
        - unused headers removal
        - use definitions instead of magic values
        - remove dead code
        - avoid calling unused code
      . Various code movements
      
      CI jobs results:
        https://gitlab.com/philmd/qemu/-/pipelines/229120169
        https://cirrus-ci.com/build/4857731557359616
      
      
      
      # gpg: Signature made Sun 13 Dec 2020 20:18:52 GMT
      # gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
      # gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <f4bug@amsat.org>" [full]
      # Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE
      
      * remotes/philmd-gitlab/tags/mips-20201213: (26 commits)
        target/mips: Use FloatRoundMode enum for FCR31 modes conversion
        target/mips: Remove unused headers from fpu_helper.c
        target/mips: Inline cpu_mips_realize_env() in mips_cpu_realizefn()
        target/mips: Move cpu definitions, reset() and realize() to cpu.c
        target/mips: Move mips_cpu_add_definition() from helper.c to cpu.c
        target/mips: Extract cpu_supports*/cpu_set* translate.c
        hw/mips/malta: Rewrite CP0_MVPConf0 access using deposit()
        hw/mips/malta: Do not initialize MT registers if MT ASE absent
        target/mips: Do not initialize MT registers if MT ASE absent
        target/mips: Introduce ase_mt_available() helper
        target/mips: Remove mips_def_t unused argument from mvp_init()
        target/mips: Remove unused headers from op_helper.c
        target/mips: Remove unused headers from translate.c
        hw/mips: Move address translation helpers to target/mips/
        target/mips: Introduce cpu_supports_isa() taking CPUMIPSState argument
        target/mips: Rename cpu_supports_FEAT() as cpu_type_supports_FEAT()
        target/mips: Explicit Release 6 MMU types
        target/mips: Allow executing MSA instructions on Loongson-3A4000
        target/mips: Also display exception names in user-mode
        target/mips: Remove unused headers from cp0_helper.c
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      aa14de08
Loading