qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 1/2] Remove leading underscores from QEMU defines


From: Thomas Huth
Subject: Re: [PATCH 1/2] Remove leading underscores from QEMU defines
Date: Mon, 7 Jun 2021 08:32:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.0

On 05/06/2021 19.49, Ahmed Abouzied wrote:
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>
---
  include/fpu/softfloat-helpers.h             | 4 ++--
  include/hw/usb/dwc2-regs.h                  | 4 ++--
  include/hw/usb/xlnx-usb-subsystem.h         | 4 ++--
  include/hw/usb/xlnx-versal-usb2-ctrl-regs.h | 4 ++--
  include/qemu/plugin-memory.h                | 4 ++--
  include/qemu/selfmap.h                      | 4 ++--
  include/user/syscall-trace.h                | 4 ++--
  plugins/plugin.h                            | 4 ++--
  tests/qtest/fuzz/qos_fuzz.h                 | 4 ++--
  tests/tcg/minilib/minilib.h                 | 4 ++--
  10 files changed, 20 insertions(+), 20 deletions(-)

Reviewed-by: Thomas Huth <thuth@redhat.com>




reply via email to

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