1. 22 12月, 2016 24 次提交
  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 2 次提交
    • 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