1. 22 12月, 2016 22 次提交
  2. 21 12月, 2016 3 次提交
    • T
      Move target-* CPU file into a target/ folder · fcf5ef2a
      Thomas Huth 提交于
      We've currently got 18 architectures in QEMU, and thus 18 target-xxx
      folders in the root folder of the QEMU source tree. More architectures
      (e.g. RISC-V, AVR) are likely to be included soon, too, so the main
      folder of the QEMU sources slowly gets quite overcrowded with the
      target-xxx folders.
      To disburden the main folder a little bit, let's move the target-xxx
      folders into a dedicated target/ folder, so that target-xxx/ simply
      becomes target/xxx/ instead.
      
      Acked-by: Laurent Vivier <laurent@vivier.eu> [m68k part]
      Acked-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> [tricore part]
      Acked-by: Michael Walle <michael@walle.cc> [lm32 part]
      Acked-by: Cornelia Huck <cornelia.huck@de.ibm.com> [s390x part]
      Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> [s390x part]
      Acked-by: Eduardo Habkost <ehabkost@redhat.com> [i386 part]
      Acked-by: Artyom Tarasenko <atar4qemu@gmail.com> [sparc part]
      Acked-by: Richard Henderson <rth@twiddle.net> [alpha part]
      Acked-by: Max Filippov <jcmvbkbc@gmail.com> [xtensa part]
      Reviewed-by: David Gibson <david@gibson.dropbear.id.au> [ppc part]
      Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> [cris&microblaze part]
      Acked-by: Guan Xuetao <gxt@mprc.pku.edu.cn> [unicore32 part]
      Signed-off-by: NThomas Huth <thuth@redhat.com>
      fcf5ef2a
    • S
      Open 2.9 development tree · 82ecffa8
      Stefan Hajnoczi 提交于
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      82ecffa8
    • S
      Update version for v2.8.0 release · 0737f32d
      Stefan Hajnoczi 提交于
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      0737f32d
  3. 15 12月, 2016 4 次提交
  4. 14 12月, 2016 1 次提交
  5. 07 12月, 2016 6 次提交
  6. 06 12月, 2016 4 次提交
    • E
      qcow2: Don't strand clusters near 2G intervals during commit · a3e1505d
      Eric Blake 提交于
      The qcow2_make_empty() function is reached during 'qemu-img commit',
      in order to clear out ALL clusters of an image.  However, if the
      image cannot use the fast code path (true if the image is format
      0.10, or if the image contains a snapshot), the cluster size is
      larger than 512, and the image is larger than 2G in size, then our
      choice of sector_step causes problems.  Since it is not cluster
      aligned, but qcow2_discard_clusters() silently ignores an unaligned
      head or tail, we are leaving clusters allocated.
      
      Enhance the testsuite to expose the flaw, and patch the problem by
      ensuring our step size is aligned.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      Reviewed-by: NJohn Snow <jsnow@redhat.com>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      a3e1505d
    • S
      Merge remote-tracking branch 'jasowang/tags/net-pull-request' into staging · ce1f3e88
      Stefan Hajnoczi 提交于
      # gpg: Signature made Tue 06 Dec 2016 02:24:23 AM GMT
      # gpg:                using RSA key 0xEF04965B398D6211
      # gpg: Good signature from "Jason Wang (Jason Wang on RedHat) <jasowang@redhat.com>"
      # Primary key fingerprint: 215D 46F4 8246 689E C77F  3562 EF04 965B 398D 6211
      
      * jasowang/tags/net-pull-request:
        fsl_etsec: Fix various small problems in hexdump code
        fsl_etsec: Pad short payloads with zeros
        net: mcf: check receive buffer size register value
      
      Message-id: 1480991552-14360-1-git-send-email-jasowang@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      ce1f3e88
    • S
      Merge remote-tracking branch 'jtc/tags/block-pull-request' into staging · 8a04c80f
      Stefan Hajnoczi 提交于
      # gpg: Signature made Mon 05 Dec 2016 09:30:45 PM GMT
      # gpg:                using RSA key 0xBDBE7B27C0DE3057
      # gpg: Good signature from "Jeffrey Cody <jcody@redhat.com>"
      # gpg:                 aka "Jeffrey Cody <jeff@codyprime.org>"
      # gpg:                 aka "Jeffrey Cody <codyprime@gmail.com>"
      # Primary key fingerprint: 9957 4B4D 3474 90E7 9D98  D624 BDBE 7B27 C0DE 3057
      
      * jtc/tags/block-pull-request:
        qemu-doc: update gluster protocol usage guide
        block/nfs: fix QMP to match debug option
        block/gluster: fix QMP to match debug option
      
      Message-id: 1480973521-28945-1-git-send-email-jcody@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      8a04c80f
    • S
      Merge remote-tracking branch 'pm215/tags/pull-target-arm-20161205' into staging · 5d3074f0
      Stefan Hajnoczi 提交于
      target-arm queue:
       * fix gen_load_exclusive handling of ldaxp
      
      # gpg: Signature made Mon 05 Dec 2016 05:57:51 PM 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
      
      * pm215/tags/pull-target-arm-20161205:
        target-arm/translate-a64: fix gen_load_exclusive
      
      Message-id: 1480960775-5002-1-git-send-email-peter.maydell@linaro.org
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      5d3074f0