1. 06 11月, 2017 6 次提交
  2. 05 11月, 2017 2 次提交
  3. 03 11月, 2017 6 次提交
  4. 02 11月, 2017 3 次提交
  5. 01 11月, 2017 20 次提交
  6. 31 10月, 2017 3 次提交
    • P
      Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20171031' into staging · 7fa00e20
      Peter Maydell 提交于
      target-arm queue:
       * fix instruction-length bit in syndrome for WFI/WFE traps
       * xlnx-zcu102: Specify the max number of CPUs
       * msf2: Remove dead code reported by Coverity
       * msf2: Wire up SYSRESETREQ in SoC for system reset
       * hw/pci-host/gpex: Improve INTX to gsi routing error checking
      
      # gpg: Signature made Tue 31 Oct 2017 13:10:02 GMT
      # gpg:                using RSA key 0x3C2525ED14360CDE
      # gpg: Good signature from "Peter Maydell <peter.maydell@linaro.org>"
      # gpg:                 aka "Peter Maydell <pmaydell@gmail.com>"
      # gpg:                 aka "Peter Maydell <pmaydell@chiark.greenend.org.uk>"
      # Primary key fingerprint: E1A5 C593 CD41 9DE2 8E83  15CF 3C25 25ED 1436 0CDE
      
      * remotes/pmaydell/tags/pull-target-arm-20171031:
        hw/pci-host/gpex: Improve INTX to gsi routing error checking
        msf2: Wire up SYSRESETREQ in SoC for system reset
        msf2: Remove dead code reported by Coverity
        xlnx-zcu102: Specify the max number of CPUs
        fix WFI/WFE length in syndrome register
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      7fa00e20
    • P
      Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2017-10-30' into staging · 92c7ec5c
      Peter Maydell 提交于
      nbd patches for 2017-10-30
      
      Vladimir Sementsov-Ogievskiy (some patches co-authored by Eric Blake):
      00/12 nbd minimal structured read
      
      # gpg: Signature made Mon 30 Oct 2017 20:54:54 GMT
      # gpg:                using RSA key 0xA7A16B4A2527436A
      # gpg: Good signature from "Eric Blake <eblake@redhat.com>"
      # gpg:                 aka "Eric Blake (Free Software Programmer) <ebb9@byu.net>"
      # gpg:                 aka "[jpeg image of size 6874]"
      # Primary key fingerprint: 71C2 CC22 B1C4 6029 27D2  F3AA A7A1 6B4A 2527 436A
      
      * remotes/ericb/tags/pull-nbd-2017-10-30:
        nbd: Minimal structured read for client
        nbd: Move nbd_read() to common header
        nbd/client: prepare nbd_receive_reply for structured reply
        nbd/client: refactor nbd_receive_starttls
        nbd/server: Include human-readable message in structured errors
        nbd: Minimal structured read for server
        nbd/server: Refactor zero-length option check
        nbd/server: Simplify nbd_negotiate_options loop
        nbd/server: Report error for write to read-only export
        nbd: Expose constants and structs for structured read
        nbd: Move nbd_errno_to_system_errno() to public header
        nbd: Include error names in trace messages
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      92c7ec5c
    • E
      hw/pci-host/gpex: Improve INTX to gsi routing error checking · 168df2de
      Eric Auger 提交于
      We exposed gpex_set_irq_num() for machines to set the INTx to
      GSI routing. However if the machine forgets to call that
      function we currently do not check the association was properly
      done. Let's initialize gsi values to -1 and if this value is
      found in gpex_route_intx_pin_to_irq, set the routing mode as
      disabled.
      Signed-off-by: NEric Auger <eric.auger@redhat.com>
      Message-id: 1508776211-22175-1-git-send-email-eric.auger@redhat.com
      Reviewed-by: NPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      168df2de