1. 15 5月, 2019 4 次提交
  2. 14 5月, 2019 32 次提交
  3. 13 5月, 2019 4 次提交
    • P
      Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-13' into staging · e24f44db
      Peter Maydell 提交于
      Kconfig settings for the Arm machines
      
      # gpg: Signature made Mon 13 May 2019 09:19:43 BST
      # gpg:                using RSA key 2ED9D774FE702DB5
      # gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
      # gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
      # gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
      # gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
      # Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5
      
      * remotes/huth-gitlab/tags/pull-request-2019-05-13: (29 commits)
        hw/arm: Remove hard-enablement of the remaining PCI devices
        hw/arm: Express dependencies of the musca machines with Kconfig
        hw/arm: Express dependencies of the xlnx-versal-virt machine with Kconfig
        hw/arm: Express dependencies of the ZynqMP zcu102 machine with Kconfig
        hw/arm: Express dependencies of the microbit / nrf51 machine with Kconfig
        hw/arm: Express dependencies of the remaining IMX boards with Kconfig
        hw/arm: Express dependencies of the MSF2 / EMCRAFT_SF2 machine with Kconfig
        hw/arm: Express dependencies of sabrelite with Kconfig
        hw/arm: Express dependencies of canon-a1100 with Kconfig
        hw/arm: Express dependencies of the raspi machines with Kconfig
        hw/arm: Express dependencies of the MPS2 boards with Kconfig
        hw/arm: Express dependencies of allwinner / cubieboard with Kconfig
        hw/arm: Express dependencies of netduino / stm32f2xx with Kconfig
        hw/arm: Express dependencies of the virt machine with Kconfig
        hw/arm: Express dependencies of the aspeed boards with Kconfig
        hw/arm: Express dependencies of collie with Kconfig
        hw/arm: Express dependencies of xilinx-zynq with Kconfig
        hw/arm: Express dependencies of the PXA2xx machines with Kconfig
        hw/arm: Express dependencies of realview, versatile and vexpress with Kconfig
        hw/arm: Express dependencies of stellaris with Kconfig
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      e24f44db
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-05-13' into staging · 01807c8b
      Peter Maydell 提交于
      Miscellaneous patches for 2019-05-13
      
      # gpg: Signature made Mon 13 May 2019 08:04:02 BST
      # gpg:                using RSA key 3870B400EB918653
      # 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-misc-2019-05-13:
        Clean up decorations and whitespace around header guards
        Normalize header guard symbol definition.
        Clean up ill-advised or unusual header guards
        Clean up header guards that don't match their file name
        target/xtensa: Clean up core-isa.h header guards
        linux-user/nios2 linux-user/riscv: Clean up header guards
        authz: Normalize #include "authz/trace.h" to "trace.h"
        Use #include "..." for our own headers, <...> for others
        Clean up includes
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      01807c8b
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/input-20190513-v2-pull-request' into staging · 082b4061
      Peter Maydell 提交于
      input: add vhost-user-input, virtio-input fixes.
      
      # gpg: Signature made Mon 13 May 2019 07:52:39 BST
      # 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/input-20190513-v2-pull-request:
        virtio-input: fix Kconfig dependency and Makefile
        virtio-input-host-pci: cleanup types
        util: simplify unix_listen()
        Add vhost-user-input-pci
        Add vhost-user-backend
        libvhost-user: add PROTOCOL_F_CONFIG if {set, get}_config
        libvhost-user: fix -Waddress-of-packed-member
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      082b4061
    • P
      Merge remote-tracking branch 'remotes/stsquad/tags/pull-demacro-softmmu-100519-1' into staging · 04d6556c
      Peter Maydell 提交于
      Demacrofy the SoftMMU
      
        - the demacro itself
        - refactor TLB_RECHECK and fix bug
        - move unaligned handler out
      
      # gpg: Signature made Fri 10 May 2019 20:34:14 BST
      # gpg:                using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
      # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
      # Primary key fingerprint: 6685 AE99 E751 67BC AFC8  DF35 FBD0 DB09 5A9E 2A44
      
      * remotes/stsquad/tags/pull-demacro-softmmu-100519-1:
        cputlb: Do unaligned store recursion to outermost function
        cputlb: Do unaligned load recursion to outermost function
        cputlb: Drop attribute flatten
        cputlb: Move TLB_RECHECK handling into load/store_helper
        accel/tcg: demacro cputlb
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      04d6556c