1. 20 12月, 2017 3 次提交
    • M
      qemu-options: Remove stray colons from output of --help · de6b4f90
      Markus Armbruster 提交于
      Commit 43f187a5 broke --help: it put colons into blank lines.  It
      removed the colon from DEFHEADING(TITLE:) and added it back in the
      macro expansion of DEFHEADING(TITLE), so hxtool can emit "@subsection
      TITLE" more easily.  Trouble is it's added back even for the blank
      lines made with DEFHEADING().
      
      Put the colons back where they were before commit 43f187a5, and strip
      them in hxtool instead.
      
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      CC: qemu-stable@nongnu.org
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Message-Id: <20171002140307.5292-2-armbru@redhat.com>
      Reviewed-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
      de6b4f90
    • P
      Merge remote-tracking branch 'remotes/aurel/tags/pull-target-sh4-20171218' into staging · af352675
      Peter Maydell 提交于
      Queued target/sh4 patches
      
      # gpg: Signature made Mon 18 Dec 2017 22:36:42 GMT
      # gpg:                using RSA key 0x1388C0F899E8336B
      # gpg: Good signature from "Aurelien Jarno <aurelien@aurel32.net>"
      # gpg:                 aka "Aurelien Jarno <aurelien@jarno.fr>"
      # gpg:                 aka "Aurelien Jarno <aurel32@debian.org>"
      # 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: 7746 2642 A9EF 94FD 0F77  196D BA9C 7806 1DDD 8C9B
      #      Subkey fingerprint: 52BC 8695 BE34 F90A D7D4  0CB8 1388 C0F8 99E8 336B
      
      * remotes/aurel/tags/pull-target-sh4-20171218:
        target/sh4: Convert to DisasContextBase
        target/sh4: Do not singlestep after exceptions
        target/sh4: Convert to DisasJumpType
        target/sh4: Use cmpxchg for movco when parallel_cpus
        target/sh4: fix TCG leak during gusa sequence
        target/sh4: add missing tcg_temp_free() in _decode_opc()
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      af352675
    • P
      Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging · 03c1c09d
      Peter Maydell 提交于
      # gpg: Signature made Mon 18 Dec 2017 21:05:53 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
      
      * remotes/cody/tags/block-pull-request:
        block/curl: fix minor memory leaks
        block/curl: check error return of curl_global_init()
        block/sheepdog: code beautification
        block/sheepdog: remove spurious NULL check
        blockjob: kick jobs on set-speed
        backup: use copy_bitmap in incremental backup
        backup: simplify non-dirty bits progress processing
        backup: init copy_bitmap from sync_bitmap for incremental
        backup: move from done_bitmap to copy_bitmap
        hbitmap: add next_zero function
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      03c1c09d
  2. 19 12月, 2017 13 次提交
  3. 18 12月, 2017 24 次提交