1. 17 1月, 2020 2 次提交
    • A
      hw/misc: Add the STM32F4xx Sysconfig device · 870c034d
      Alistair Francis 提交于
      Signed-off-by: NAlistair Francis <alistair@alistair23.me>
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      Message-id: 49b01423a09cef2ca832ff73a84a996568f1a8fc.1576658572.git.alistair@alistair23.me
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      870c034d
    • P
      Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200115' into staging · cbf01142
      Peter Maydell 提交于
      Add cpu_{ld,st}*_mmuidx_ra
      Remove MMU_MODE*_SUFFIX
      Move tcg headers under include/
      
      # gpg: Signature made Thu 16 Jan 2020 01:36:41 GMT
      # 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/tags/pull-tcg-20200115: (34 commits)
        MAINTAINERS: Replace Claudio Fontana for tcg/aarch64
        configure: Remove tcg/ from the preprocessor include search list
        tcg: Move TCG headers to include/tcg/
        tcg: Search includes in the parent source directory
        tcg: Search includes from the project root source directory
        cputlb: Expand cpu_ldst_template.h in cputlb.c
        cputlb: Remove support for MMU_MODE*_SUFFIX
        target/ppc: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
        target/s390x: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
        target/mips: Use cpu_*_mmuidx_ra instead of MMU_MODE*_SUFFIX
        target/m68k: Use cpu_*_mmuidx_ra instead of MMU_MODE{0,1}_SUFFIX
        target/xtensa: Remove MMU_MODE{0,1,2,3}_SUFFIX
        target/unicore32: Remove MMU_MODE{0,1}_SUFFIX
        target/sh4: Remove MMU_MODE{0,1}_SUFFIX
        target/microblaze: Remove MMU_MODE{0,1,2}_SUFFIX
        target/i386: Remove MMU_MODE{0,1,2}_SUFFIX
        target/cris: Remove MMU_MODE{0,1}_SUFFIX
        target/alpha: Remove MMU_MODE{0,1}_SUFFIX
        target/nios2: Remove MMU_MODE{0,1}_SUFFIX
        cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      cbf01142
  2. 16 1月, 2020 35 次提交
  3. 15 1月, 2020 2 次提交
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-01-14' into staging · e021e6fe
      Peter Maydell 提交于
      QAPI patches for 2020-01-14
      
      # gpg: Signature made Tue 14 Jan 2020 10:15:22 GMT
      # gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
      # gpg:                issuer "armbru@redhat.com"
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
      # Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653
      
      * remotes/armbru/tags/pull-qapi-2020-01-14:
        qapi: Simplify QAPISchemaModularCVisitor
        qapi: Fix code generation for empty modules
        qapi: Proper intermediate representation for modules
        qapi: Generate command registration stuff into separate files
        tests/Makefile.include: Fix missing test-qapi-emit-events.[ch]
        qapi: Tweak "command returns a nice type" check for clarity
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e021e6fe
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200114-pull-request' into staging · 3a63b24a
      Peter Maydell 提交于
      ui: add "-display help", gtk refresh rate.
      
      # gpg: Signature made Tue 14 Jan 2020 10:01:14 GMT
      # gpg:                using RSA key 4CB6D8EED3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" [full]
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>" [full]
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>" [full]
      # Primary key fingerprint: A032 8CFF B93A 17A7 9901  FE7D 4CB6 D8EE D3E8 7138
      
      * remotes/kraxel/tags/ui-20200114-pull-request:
        display/gtk: get proper refreshrate
        ui: Print available display backends with '-display help'
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3a63b24a
  4. 14 1月, 2020 1 次提交