Skip to content
Snippets Groups Projects
  1. Feb 02, 2020
  2. Jan 31, 2020
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging · 28db64fc
      Peter Maydell authored
      
      Pull request
      
      # gpg: Signature made Thu 30 Jan 2020 21:38:06 GMT
      # gpg:                using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]
      # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
      
      * remotes/stefanha/tags/tracing-pull-request:
        qemu_set_log_filename: filename argument may be NULL
        hw/display/qxl.c: Use trace_event_get_state_backends()
        memory.c: Use trace_event_get_state_backends()
        docs/devel/tracing.txt: Recommend only trace_event_get_state_backends()
        Makefile: Keep trace-events-subdirs ordered
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      28db64fc
    • Alex Bennée's avatar
      target/arm: fix TCG leak for fcvt half->double · aeab8e5e
      Alex Bennée authored
      
      When support for the AHP flag was added we inexplicably only freed the
      new temps in one of the two legs. Move those tcg_temp_free to the same
      level as the allocation to fix that leak.
      
      Fixes: 486624fc
      Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
      Message-id: 20200131153439.26027-1-alex.bennee@linaro.org
      Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
      Reviewed-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      aeab8e5e
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging · adcd6e93
      Peter Maydell authored
      
      Pull request
      
      # gpg: Signature made Thu 30 Jan 2020 21:31:02 GMT
      # gpg:                using RSA key 8695A8BFD3F97CDAAC35775A9CA4ABB381AB73C8
      # gpg: Good signature from "Stefan Hajnoczi <stefanha@redhat.com>" [full]
      # gpg:                 aka "Stefan Hajnoczi <stefanha@gmail.com>" [full]
      # Primary key fingerprint: 8695 A8BF D3F9 7CDA AC35  775A 9CA4 ABB3 81AB 73C8
      
      * remotes/stefanha/tags/block-pull-request:
        tests/qemu-iotests: use AIOMODE with various tests
        tests/qemu-iotests: enable testing with aio options
        qemu-nbd: adds option for aio engines
        qemu-img: adds option to use aio engine for benchmarking
        qemu-io: adds option to use aio engine
        block/io_uring: adds userspace completion polling
        block: add trace events for io_uring
        block/file-posix.c: extend to use io_uring
        blockdev: adds bdrv_parse_aio to use io_uring
        util/async: add aio interfaces for io_uring
        stubs: add stubs for io_uring interface
        block/io_uring: implements interfaces for io_uring
        block/block: add BDRV flag for io_uring
        qapi/block-core: add option for io_uring
        configure: permit use of io_uring
        block/io: take bs->reqs_lock in bdrv_mark_request_serialising
        block/io: wait for serialising requests when a request becomes serialising
        block: eliminate BDRV_REQ_NO_SERIALISING
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      adcd6e93
  3. Jan 30, 2020
Loading