1. 11 11月, 2014 1 次提交
  2. 10 11月, 2014 5 次提交
    • P
      Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20141105' into staging · 7a8dda7e
      Peter Maydell 提交于
      Several bugfixes for s390x:
      - instruction decoding and sparse warning in kvm
      - overlong input and hangs in the sclp consoles
      
      # gpg: Signature made Wed 05 Nov 2014 15:42:14 GMT using RSA key ID C6F02FAF
      # gpg: Good signature from "Cornelia Huck <huckc@linux.vnet.ibm.com>"
      # gpg:                 aka "Cornelia Huck <cornelia.huck@de.ibm.com>"
      
      * remotes/cohuck/tags/s390x-20141105:
        s390x/sclpconsole: Avoid hanging SCLP ASCII console
        s390x/sclpconsole-lm: Fix hanging SCLP line mode console
        s390x/sclpconsole-lm: truncate input if line is too long
        s390x/kvm: Fix warning from sparse
        s390x/kvm: Fix opcode decoding for eb instruction handler
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      7a8dda7e
    • P
      Merge remote-tracking branch 'remotes/lalrae/tags/mips-20141107' into staging · 2d917758
      Peter Maydell 提交于
      * remotes/lalrae/tags/mips-20141107:
        target-mips: fix multiple TCG registers covering same data
        mips: Ensure PC update with MTC0 single-stepping
        target-mips: fix for missing delay slot in BC1EQZ and BC1NEZ
        mips: Set the CP0.Config3.DSP and CP0.Config3.DSP2P bits
        mips: Add macros for CP0.Config3 and CP0.Config4 bits
        mips: Respect CP0.Status.CU1 for microMIPS FP branches
        mips: Remove CONFIG_VT82C686 from non-Fulong configs
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      2d917758
    • P
      Merge remote-tracking branch 'remotes/amit/tags/vser-2.2.0-queue-2' into staging · 7b4b7c5f
      Peter Maydell 提交于
      Fixes a crash when a virtio-serial port is added without a name to it.
      
      # gpg: Signature made Fri 07 Nov 2014 04:58:05 GMT using RSA key ID 854083B6
      # gpg: Good signature from "Amit Shah <amit@amitshah.net>"
      # gpg:                 aka "Amit Shah <amit@kernel.org>"
      # gpg:                 aka "Amit Shah <amitshah@gmx.net>"
      
      * remotes/amit/tags/vser-2.2.0-queue-2:
        virtio-serial: avoid crash when port has no name
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      7b4b7c5f
    • K
      Merge remote-tracking branch 'mreitz/block' into queue-block · ea3beed4
      Kevin Wolf 提交于
      * mreitz/block:
        block/vdi: Limit maximum size even futher
      ea3beed4
    • M
      block/vdi: Limit maximum size even futher · d20418ee
      Max Reitz 提交于
      The block layer read and write functions do not like requests which are
      bigger than INT_MAX bytes. Since the VDI bmap is read and written in a
      single operation, its size is therefore limited accordingly. This
      reduces the maximum VDI image size supported by QEMU to half of what it
      currently is (down to approximately 512 TB).
      
      The VDI test 084 has to be adapted accordingly. Actually, one could
      clearly see that it was broken from the "Could not open
      'TEST_DIR/t.IMGFMT': Invalid argument" line for an image which was
      supposed to work just fine.
      Signed-off-by: NMax Reitz <mreitz@redhat.com>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Reviewed-by: NPeter Lieven <pl@kamp.de>
      d20418ee
  3. 08 11月, 2014 1 次提交
  4. 07 11月, 2014 8 次提交
  5. 06 11月, 2014 3 次提交
  6. 05 11月, 2014 22 次提交