1. 30 3月, 2015 2 次提交
  2. 28 3月, 2015 3 次提交
    • P
      Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging · 627f91b1
      Peter Maydell 提交于
      # gpg: Signature made Fri Mar 27 22:19:31 2015 GMT using RSA key ID AAFC390E
      # gpg: Good signature from "John Snow (John Huston) <jsnow@redhat.com>"
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # 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/ide-pull-request:
        AHCI: Protect cmd register
        AHCI: Do not (re)map FB/CLB buffers while not running
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      627f91b1
    • J
      AHCI: Protect cmd register · fc3d8e11
      John Snow 提交于
      Many bits in the CMD register are supposed to be strictly read-only.
      We should not be deleting them on every write.
      
      As a side-effect: pay explicit attention to when a guest marks off
      the FIS Receive or Start bits, and disable the status bits ourselves,
      instead of letting them implicitly fall off.
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Message-id: 1426283454-15590-3-git-send-email-jsnow@redhat.com
      fc3d8e11
    • J
      AHCI: Do not (re)map FB/CLB buffers while not running · a13ab5a3
      John Snow 提交于
      The FIS Receive Buffer and Command List Buffer pointers
      should not be edited while the FIS receive engine or
      Command Receive engines are running.
      
      Currently, we attempt to re-map the buffers every time they
      are adjusted, but while the AHCI engines are off, these registers
      may contain stale values, so we should not attempt to re-map these
      values until the engines are reactivated.
      Reported-by: NJordan Hargrave <jharg93@gmail.com>
      Signed-off-by: NJohn Snow <jsnow@redhat.com>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Message-id: 1426283454-15590-2-git-send-email-jsnow@redhat.com
      a13ab5a3
  3. 27 3月, 2015 11 次提交
  4. 26 3月, 2015 15 次提交
  5. 25 3月, 2015 9 次提交