qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 2c1730: docs/interop/live-block-operations: D


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 2c1730: docs/interop/live-block-operations: Do not hard-co...
Date: Thu, 24 Jun 2021 04:55:00 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 2c1730f780b2baf37acd7c466d6111061370d117
      
https://github.com/qemu/qemu/commit/2c1730f780b2baf37acd7c466d6111061370d117
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    M docs/interop/live-block-operations.rst

  Log Message:
  -----------
  docs/interop/live-block-operations: Do not hard-code the QEMU binary name

In downstream, we want to use a different name for the QEMU binary,
and some people might also use the docs for non-x86 binaries, that's
why we already created the |qemu_system| placeholder in the past.
Use it now in the live-block-operations doc, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210607172311.915385-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: 771f3be1b5d6c540c427bc7274ab36e2cccba694
      
https://github.com/qemu/qemu/commit/771f3be1b5d6c540c427bc7274ab36e2cccba694
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    M docs/tools/virtiofsd.rst

  Log Message:
  -----------
  docs/tools/virtiofsd.rst: Do not hard-code the QEMU binary name

In downstream, we want to use a different name for the QEMU binary,
and some people might also use the docs for non-x86 binaries, that's
why we already created the |qemu_system| placeholder in the past.
Use it now in the virtiofsd doc, too.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20210607174250.920226-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: af94f14046e29e667edb6f802a108162b4890972
      
https://github.com/qemu/qemu/commit/af94f14046e29e667edb6f802a108162b4890972
  Author: Thomas Huth <thuth@redhat.com>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    M docs/tools/virtiofsd.rst

  Log Message:
  -----------
  docs/tools/virtiofsd: Fix bad rst syntax

For literal blocks, there has to be an empty line after the two colons,
and the block itself should be indented.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-Id: <20210607180015.924571-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: e2abbeac7a0c19e7757370da4c5164c862016d31
      
https://github.com/qemu/qemu/commit/e2abbeac7a0c19e7757370da4c5164c862016d31
  Author: Stefan Weil <sw@weilnetz.de>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    M .github/lockdown.yml
    M README.rst

  Log Message:
  -----------
  Update documentation to refer to new location for issues

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20210619154253.553446-1-sw@weilnetz.de>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: e52ee00dab8678b26a5b7312275daa6ac4899046
      
https://github.com/qemu/qemu/commit/e52ee00dab8678b26a5b7312275daa6ac4899046
  Author: Ahmed Abouzied <email@aabouzied.com>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    M include/fpu/softfloat-helpers.h
    M include/hw/usb/dwc2-regs.h
    M include/hw/usb/xlnx-usb-subsystem.h
    M include/hw/usb/xlnx-versal-usb2-ctrl-regs.h
    M include/qemu/plugin-memory.h
    M include/qemu/selfmap.h
    M include/user/syscall-trace.h
    M plugins/plugin.h
    M tests/qtest/fuzz/qos_fuzz.h
    M tests/tcg/minilib/minilib.h

  Log Message:
  -----------
  Remove leading underscores from QEMU defines

Leading underscores followed by a capital letter or underscore are
reserved by the C standard.

Resolves: https://gitlab.com/qemu-project/qemu/-/issues/369

Signed-off-by: Ahmed Abouzied <email@aabouzied.com>
Message-Id: <20210605174938.13782-1-email@aabouzied.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: a8fbec7ed80f4cc7ffec87144a03d990ff8002ff
      
https://github.com/qemu/qemu/commit/a8fbec7ed80f4cc7ffec87144a03d990ff8002ff
  Author: Philippe Mathieu-Daudé <f4bug@amsat.org>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    M tests/qtest/fuzz/generic_fuzz.c

  Log Message:
  -----------
  fuzz: Display hexadecimal value with '0x' prefix

Use memory_region_size() to get the MemoryRegion size,
and display it with the '0x' prefix.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Alexander Bulekov <alxndr@bu.edu>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20210612195842.1595999-1-f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: c32c3d68ed0629910d5a1cd72bfb57d7f89b553b
      
https://github.com/qemu/qemu/commit/c32c3d68ed0629910d5a1cd72bfb57d7f89b553b
  Author: Philippe Mathieu-Daudé <philmd@redhat.com>
  Date:   2021-06-21 (Mon, 21 Jun 2021)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section

We want the ARM maintainers and the qemu-arm@ list to be
notified when this file is modified. Add an entry to the
'ARM TCG CPUs' section in the MAINTAINERS file.

Acked-by: Andrew Jones <drjones@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210526170432.343588-2-philmd@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>


  Commit: d0ac9a61474cf594d19082bc8976247e984ea9a3
      
https://github.com/qemu/qemu/commit/d0ac9a61474cf594d19082bc8976247e984ea9a3
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2021-06-24 (Thu, 24 Jun 2021)

  Changed paths:
    M .github/lockdown.yml
    M MAINTAINERS
    M README.rst
    M docs/interop/live-block-operations.rst
    M docs/tools/virtiofsd.rst
    M include/fpu/softfloat-helpers.h
    M include/hw/usb/dwc2-regs.h
    M include/hw/usb/xlnx-usb-subsystem.h
    M include/hw/usb/xlnx-versal-usb2-ctrl-regs.h
    M include/qemu/plugin-memory.h
    M include/qemu/selfmap.h
    M include/user/syscall-trace.h
    M plugins/plugin.h
    M tests/qtest/fuzz/generic_fuzz.c
    M tests/qtest/fuzz/qos_fuzz.h
    M tests/tcg/minilib/minilib.h

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/thuth-gitlab/tags/pull-request-2021-06-21' into staging

* Documentation updates
* Remove leading underscores from header guards
* Display hexadecimal value with '0x' prefix

# gpg: Signature made Mon 21 Jun 2021 11:33:53 BST
# gpg:                using RSA key 27B88847EEE0250118F3EAB92ED9D774FE702DB5
# gpg:                issuer "thuth@redhat.com"
# gpg: Good signature from "Thomas Huth <th.huth@gmx.de>" [full]
# gpg:                 aka "Thomas Huth <thuth@redhat.com>" [full]
# gpg:                 aka "Thomas Huth <huth@tuxfamily.org>" [full]
# gpg:                 aka "Thomas Huth <th.huth@posteo.de>" [unknown]
# Primary key fingerprint: 27B8 8847 EEE0 2501 18F3  EAB9 2ED9 D774 FE70 2DB5

* remotes/thuth-gitlab/tags/pull-request-2021-06-21:
  MAINTAINERS: Add qtest/arm-cpu-features.c to ARM TCG CPUs section
  fuzz: Display hexadecimal value with '0x' prefix
  Remove leading underscores from QEMU defines
  Update documentation to refer to new location for issues
  docs/tools/virtiofsd: Fix bad rst syntax
  docs/tools/virtiofsd.rst: Do not hard-code the QEMU binary name
  docs/interop/live-block-operations: Do not hard-code the QEMU binary name

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/b22726abdfa5...d0ac9a61474c



reply via email to

[Prev in Thread] Current Thread [Next in Thread]