1. 10 2月, 2016 6 次提交
    • P
      Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging · c9f19dff
      Peter Maydell 提交于
      * switch to C11 atomics (Alex)
      * Coverity fixes for IPMI (Corey), i386 (Paolo), qemu-char (Paolo)
      * at long last, fail on wrong .pc files if -m32 is in use (Daniel)
      * qemu-char regression fix (Daniel)
      * SAS1068 device (Paolo)
      * memory region docs improvements (Peter)
      * target-i386 cleanups (Richard)
      * qemu-nbd docs improvements (Sitsofe)
      * thread-safe memory hotplug (Stefan)
      
      # gpg: Signature made Tue 09 Feb 2016 16:09:30 GMT using RSA key ID 78C7AE83
      # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
      # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>"
      
      * remotes/bonzini/tags/for-upstream: (33 commits)
        qemu-char, io: fix ordering of arguments for UDP socket creation
        MAINTAINERS: add all-match entry for qemu-devel@
        get_maintainer.pl: fall back to git if only lists are found
        target-i386: fix PSE36 mode
        docs/memory.txt: Improve list of different memory regions
        ipmi_bmc_sim: Add break to correct watchdog NMI check
        ipmi_bmc_sim: Fix off by one in check.
        ipmi: do not take/drop iothread lock
        target-i386: Deconstruct the cpu_T array
        target-i386: Tidy gen_add_A0_im
        target-i386: Rewrite leave
        target-i386: Rewrite gen_enter inline
        target-i386: Use gen_lea_v_seg in pusha/popa
        target-i386: Access segs via TCG registers
        target-i386: Use gen_lea_v_seg in stack subroutines
        target-i386: Use gen_lea_v_seg in gen_lea_modrm
        target-i386: Introduce mo_stacksize
        target-i386: Create gen_lea_v_seg
        char: fix repeated registration of tcp chardev I/O handlers
        kvm-all: trace: strerror fixup
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      c9f19dff
    • P
      Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging · f075c89f
      Peter Maydell 提交于
      # gpg: Signature made Tue 09 Feb 2016 15:11:25 GMT using RSA key ID 81AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>"
      
      * remotes/stefanha/tags/block-pull-request:
        block: add missing call to bdrv_drain_recurse
        blockjob: Fix hang in block_job_finish_sync
        iov: avoid memcpy for "simple" iov_from_buf/iov_to_buf
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      f075c89f
    • P
      qemu-char, io: fix ordering of arguments for UDP socket creation · 150dcd1a
      Paolo Bonzini 提交于
      Two wrongs make a right, but they should be fixed anyway.
      
      Cc: Daniel P. Berrange <berrange@redhat.com>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Message-Id: <1455015557-15106-1-git-send-email-pbonzini@redhat.com>
      150dcd1a
    • P
      Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2016-02-09' into staging · 84c07811
      Peter Maydell 提交于
      Error reporting patches for 2016-02-09
      
      # gpg: Signature made Tue 09 Feb 2016 12:38:33 GMT using RSA key ID EB918653
      # gpg: Good signature from "Markus Armbruster <armbru@redhat.com>"
      # gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>"
      
      * remotes/armbru/tags/pull-error-2016-02-09:
        HACKING: Add a section on error handling and reporting
        error: Improve documentation some more
        Use error_fatal to simplify obvious fatal errors (again)
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      84c07811
    • S
      MAINTAINERS: add all-match entry for qemu-devel@ · c9a19d5b
      Stephen Warren 提交于
      Add an entry to MAINTAINERS that matches every patch, and requests the
      user send patches to qemu-devel@nongnu.org.
      
      It's not 100% obvious to project newcomers that all patches should be sent
      there; checkpatch doesn't say so, and since it mentions other lists to CC,
      the wording "the list" from the SubmitAPatch wiki page can be taken
      to mean only those lists, not the main list too.
      
      The F: entries were taken from a similar entry in the Linux kernel.
      
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Markus Armbruster <armbru@redhat.com>
      Cc: John Snow <jsnow@redhat.com>
      Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
      Message-Id: <1454987065-12961-1-git-send-email-swarren@wwwdotorg.org>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      c9a19d5b
    • P
      get_maintainer.pl: fall back to git if only lists are found · 4db84796
      Paolo Bonzini 提交于
      It's not 100% obvious to project newcomers that all patches should be sent
      there; checkpatch doesn't say so, and since it mentions other lists to CC,
      the wording "the list" from the SubmitAPatch wiki page can be taken
      to mean only those lists, not the main list too.  We would like therefore
      to add a catch-all entry for qemu-devel@nongnu.org.
      
      On its own, this would break fallback to git, because now every file
      has a maintainer of sorts.  Modify get_maintainer.pl so that mailing
      lists (L: lines) no longer prevent the fallback, only humans (M:
      entries).
      
      Several pre-existing entries have a list but no human.  These now
      fall back to git.  That's a feature.
      
      Cc: Paolo Bonzini <pbonzini@redhat.com>
      Cc: Markus Armbruster <armbru@redhat.com>
      Cc: John Snow <jsnow@redhat.com>
      Signed-off-by: NStephen Warren <swarren@wwwdotorg.org>
      Message-Id: <1454987065-12961-1-git-send-email-swarren@wwwdotorg.org>
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      4db84796
  2. 09 2月, 2016 34 次提交