1. 22 2月, 2019 6 次提交
  2. 21 2月, 2019 2 次提交
    • P
      Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into staging · fc3dbb90
      Peter Maydell 提交于
      Pull request
      
      # gpg: Signature made Wed 20 Feb 2019 18:01:00 GMT
      # gpg:                using RSA key F9B7ABDBBCACDF95BE76CBD07DEF8106AAFC390E
      # gpg: Good signature from "John Snow (John Huston) <jsnow@redhat.com>" [full]
      # Primary key fingerprint: FAEB 9711 A12C F475 812F  18F2 88A9 064D 1835 61EB
      #      Subkey fingerprint: F9B7 ABDB BCAC DF95 BE76  CBD0 7DEF 8106 AAFC 390E
      
      * remotes/jnsnow/tags/bitmaps-pull-request:
        blockdev: acquire aio_context for bitmap add/remove
        block/dirty-bitmap: Documentation and Comment fixups
        dirty-bitmap: Expose persistent flag to 'query-block'
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      fc3dbb90
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/usb-20190220-pull-request' into staging · 039e4066
      Peter Maydell 提交于
      usb: usb_ep_get() fixes
      
      # gpg: Signature made Wed 20 Feb 2019 11:13:32 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/usb-20190220-pull-request:
        usb: remove unnecessary NULL device check from usb_ep_get()
        usb: add device checks before redirector calls to usb_ep_get()
        usb: check device is not NULL before calling usb_ep_get()
        uhci: check device is not NULL before calling usb_ep_get()
        ohci: check device is not NULL before calling usb_ep_get()
        ehci: check device is not NULL before calling usb_ep_get()
        xhci: check device is not NULL before calling usb_ep_get()
        xhci: add asserts to help with static code analysis
        usb: rearrange usb_ep_get()
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      039e4066
  3. 20 2月, 2019 12 次提交
  4. 19 2月, 2019 1 次提交
    • P
      Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-4.0-20190219' into staging · 2e68b862
      Peter Maydell 提交于
      ppc patch queue 2019-02-19
      
      Here's the next batch of ppc and spapr patches.  Higlights are:
      
       * A bunch of improvements to TCG handling of vector instructions from
         Richard Henderson and Marc Cave-Ayland
      
       * Cleanup to the XICS interrupt controller from Greg Kurz, removing
         the special KVM subclasses which were a bad idea
      
       * Some refinements to the XIVE interrupt controller from Cédric Le
         Goater
      
       * Fix from Fabiano Rosas for a really dumb buffer overflow in the
         device tree code for memory hotplug
      
       * Code for allowing access to SPRs from the gdb stub from Fabiano
         Rosas
      
       * Assorted minor fixes and cleanups
      
      # gpg: Signature made Mon 18 Feb 2019 13:47:54 GMT
      # gpg:                using RSA key 75F46586AE61A66CC44E87DC6C38CACA20D9B392
      # gpg: Good signature from "David Gibson <david@gibson.dropbear.id.au>" [full]
      # gpg:                 aka "David Gibson (Red Hat) <dgibson@redhat.com>" [full]
      # gpg:                 aka "David Gibson (ozlabs.org) <dgibson@ozlabs.org>" [full]
      # gpg:                 aka "David Gibson (kernel.org) <dwg@kernel.org>" [unknown]
      # Primary key fingerprint: 75F4 6586 AE61 A66C C44E  87DC 6C38 CACA 20D9 B392
      
      * remotes/dgibson/tags/ppc-for-4.0-20190219: (43 commits)
        target/ppc: convert vmin* and vmax* to vector operations
        target/ppc: convert vadd*s and vsub*s to vector operations
        target/ppc: Split out VSCR_SAT to a vector field
        target/ppc: Add set_vscr_sat
        target/ppc: Use mtvscr/mfvscr for vmstate
        target/ppc: Add helper_mfvscr
        target/ppc: Remove vscr_nj and vscr_sat
        target/ppc: Use helper_mtvscr for reset and gdb
        target/ppc: Pass integer to helper_mtvscr
        target/ppc: convert xxsel to vector operations
        target/ppc: convert xxspltw to vector operations
        target/ppc: convert xxspltib to vector operations
        target/ppc: convert VSX logical operations to vector operations
        target/ppc: convert vsplt[bhw] to use vector operations
        target/ppc: convert vspltis[bhw] to use vector operations
        target/ppc: convert vaddu[b,h,w,d] and vsubu[b,h,w,d] over to use vector operations
        target/ppc: convert VMX logical instructions to use vector operations
        xics: Drop the KVM ICS class
        spapr/irq: Use the "simple" ICS class for KVM
        xics: Handle KVM interrupt presentation from "simple" ICS code
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      2e68b862
  5. 18 2月, 2019 19 次提交