1. 21 2月, 2018 18 次提交
  2. 20 2月, 2018 18 次提交
  3. 19 2月, 2018 4 次提交
    • S
      trace: avoid SystemTap "char const" warnings · 7f1d87ab
      Stefan Hajnoczi 提交于
      SystemTap's dtrace(1) produces the following warning when it encounters
      "char const" instead of "const char":
      
        Warning: /usr/bin/dtrace:trace-dtrace-root.dtrace:66: syntax error near:
        probe flatview_destroy_rcu
      
        Warning: Proceeding as if --no-pyparsing was given.
      
      This is a limitation in current SystemTap releases.  I have sent a patch
      upstream to accept "char const" since it is valid C:
      
        https://sourceware.org/ml/systemtap/2018-q1/msg00017.html
      
      In QEMU we still wish to avoid warnings in the current SystemTap
      release.  It's simple enough to replace "char const" with "const char".
      
      I'm not changing the documentation or implementing checks to prevent
      this from occurring again in the future.  The next release of SystemTap
      will hopefully resolve this issue.
      
      Cc: Daniel P. Berrange <berrange@redhat.com>
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      Reviewed-by: NDaniel P. Berrange <berrange@redhat.com>
      Message-id: 20180201162625.4276-1-stefanha@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      7f1d87ab
    • J
      tracetool: For ust trace bool type as ctf_integer · 61b01bbc
      Jon Emil Jahren 提交于
      Previously functions having arguments of type bool was not traced
      properly. The bool arguments were missing from the trace.
      Signed-off-by: NJon Emil Jahren <jonemilj@gmail.com>
      Message-id: 20180129041648.30884-3-jonemilj@gmail.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      61b01bbc
    • J
      tracetool: Update argument format regex to non-greedy star · fb1a66bc
      Jon Emil Jahren 提交于
      Using the greedy star matching, arguments like "...%"PRIx64 caused issues
      for functions with multiple PRI formats.
      
      The issue was only seen with the ust backend, as it is the only one
      using the format regex.
      
      The result for many functions was that the arguments coming after the
      greedy star end was left out of the tracepoint, and in some cases some
      of the arguments that was traced had the wrong format.
      Signed-off-by: NJon Emil Jahren <jonemilj@gmail.com>
      Message-id: 20180129041648.30884-2-jonemilj@gmail.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      fb1a66bc
    • P
      Merge remote-tracking branch 'remotes/marcel/tags/rdma-pull-request' into staging · 299a2e6f
      Peter Maydell 提交于
      PVRDMA implementation
      
      # gpg: Signature made Mon 19 Feb 2018 11:08:49 GMT
      # gpg:                using RSA key 36D4C0F0CF2FE46D
      # gpg: Good signature from "Marcel Apfelbaum <marcel@redhat.com>"
      # 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: B1C6 3A57 F92E 08F2 640F  31F5 36D4 C0F0 CF2F E46D
      
      * remotes/marcel/tags/rdma-pull-request:
        MAINTAINERS: add entry for hw/rdma
        hw/rdma: Implementation of PVRDMA device
        hw/rdma: PVRDMA commands and data-path ops
        hw/rdma: Implementation of generic rdma device layers
        hw/rdma: Definitions for rdma device and rdma resource manager
        hw/rdma: Add wrappers and macros
        include/standard-headers: add pvrdma related headers
        scripts/update-linux-headers: import pvrdma headers
        docs: add pvrdma device documentation.
        mem: add share parameter to memory-backend-ram
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      299a2e6f
反馈
建议
客服 返回
顶部