1. 28 3月, 2018 3 次提交
    • K
      gdbstub: send a termination packet instead of crashing gdb · 1bb982b8
      KONRAD Frederic 提交于
      Since the commit:
      commit 4486e89c
      Author: Stefan Hajnoczi <stefanha@redhat.com>
      Date:   Wed Mar 7 14:42:05 2018 +0000
      
          vl: introduce vm_shutdown()
      
      GDB crashes when qemu exits (at least on sparc-softmmu):
      Remote communication error.  Target disconnected.: Connection reset by peer.
      Quitting: putpkt: write failed: Broken pipe.
      
      So send a packet to exit GDB before we exit QEMU:
      [Inferior 1 (Thread 0) exited normally]
      Reviewed-by: NPhilippe Mathieu-Daudé <f4bug@amsat.org>
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NKONRAD Frederic <frederic.konrad@adacore.com>
      Message-id: 1521538773-30802-1-git-send-email-frederic.konrad@adacore.com
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      1bb982b8
    • P
      Merge remote-tracking branch 'remotes/ericb/tags/pull-qapi-2018-03-27-v2' into staging · f55e88f2
      Peter Maydell 提交于
      qapi patches for 2018-03-27, 2.12-rc1
      
      - Marc-André Lureau: qmp-test: fix response leak
      - Eric Blake: tests: Silence false positive warning on generated test name
      - Laurent Vivier: 0/4 (partial) coccinelle: re-run scripts from scripst/coccinelle
      - Peter Xu: 0/8 Monitor: some oob related patches (fixes, new param, tests)
      - Satheesh Rajendran: hmp.c: Revert hmp_info_cpus output format change
      
      # gpg: Signature made Tue 27 Mar 2018 16:18:36 BST
      # gpg:                using RSA key A7A16B4A2527436A
      # gpg: Good signature from "Eric Blake <eblake@redhat.com>"
      # gpg:                 aka "Eric Blake (Free Software Programmer) <ebb9@byu.net>"
      # gpg:                 aka "[jpeg image of size 6874]"
      # Primary key fingerprint: 71C2 CC22 B1C4 6029 27D2  F3AA A7A1 6B4A 2527 436A
      
      * remotes/ericb/tags/pull-qapi-2018-03-27-v2:
        hmp.c: Revert hmp_info_cpus output format change
        tests: qmp-test: add test for new "x-oob"
        tests: Add parameter to qtest_init_without_qmp_handshake
        monitor: new parameter "x-oob"
        qmp: cleanup qmp queues properly
        tests: add oob-test for qapi-schema
        tests: let qapi-schema tests detect oob
        qapi: restrict allow-oob value to be "true"
        qmp: fix qmp_capabilities error regression
        qdict: remove useless cast
        error: Remove NULL checks on error_propagate() calls
        error: Strip trailing '\n' from error string arguments (again again)
        tests: Silence false positive warning on generated test name
        qmp-test: fix response leak
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      f55e88f2
    • P
      Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging · 6cf38cbf
      Peter Maydell 提交于
      # gpg: Signature made Tue 27 Mar 2018 15:41:11 BST
      # gpg:                using RSA key 9CA4ABB381AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>"
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>"
      # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
      
      * remotes/stefanha/tags/block-pull-request:
        MAINTAINERS: add include/block/aio-wait.h
        coroutine: add test-aio coroutine queue chaining test case
        coroutine: avoid co_queue_wakeup recursion
        queue: add QSIMPLEQ_PREPEND()
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      6cf38cbf
  2. 27 3月, 2018 34 次提交
  3. 26 3月, 2018 3 次提交