1. 19 3月, 2015 1 次提交
    • A
      virtio: serial: expose a 'guest_writable' callback for users · 4add73aa
      Amit Shah 提交于
      Users of virtio-serial may want to know when a port becomes writable.  A
      port can stop accepting writes if the guest port is open but not being
      read from.  In this case, data gets queued up in the virtqueue, and
      after the vq is full, writes to the port do not succeed.
      
      When the guest reads off a vq element, and adds a new one for the host
      to put data in, we can tell users the port is available for more writes,
      via the new ->guest_writable() callback.
      Reviewed-by: NMarkus Armbruster <armbru@redhat.com>
      Signed-off-by: NAmit Shah <amit.shah@redhat.com>
      4add73aa
  2. 17 3月, 2015 2 次提交
    • P
      Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150316' into staging · 17b11a14
      Peter Maydell 提交于
      TriCore RRR1, RRRR, RRRW, and SYS instructions
      
      # gpg: Signature made Mon Mar 16 15:55:24 2015 GMT using RSA key ID 6B69CA14
      # gpg: Good signature from "Bastian Koppelmann <kbastian@mail.uni-paderborn.de>"
      
      * remotes/bkoppelmann/tags/pull-tricore-20150316:
        target-tricore: Add instructions of SYS opcode format
        target-tricore: Add instructions of RRRW opcode format
        target-tricore: Add instructions of RRRR opcode format
        target-tricore: Add instructions of RRR1 opcode format, which have 0xe3 as first opcode
        target-tricore: Add instructions of RRR1 opcode format, which have 0x63 as first opcode
        target-tricore: Add instructions of RRR1 opcode format, which have 0xa3 as first opcode
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      17b11a14
    • P
      Merge remote-tracking branch 'remotes/rth/tags/tcg-pull-20150316' into staging · 9575234d
      Peter Maydell 提交于
      tcg opt fix for or x,a,a
      
      # gpg: Signature made Mon Mar 16 15:47:19 2015 GMT using RSA key ID 4DD0279B
      # gpg: Good signature from "Richard Henderson <rth7680@gmail.com>"
      # gpg:                 aka "Richard Henderson <rth@redhat.com>"
      # gpg:                 aka "Richard Henderson <rth@twiddle.net>"
      
      * remotes/rth/tags/tcg-pull-20150316:
        tcg/optimize: Handle or r,a,a with constant a
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      9575234d
  3. 16 3月, 2015 37 次提交