qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 8/9] misc: remove qemu/osdep.h from headers / included sou


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 8/9] misc: remove qemu/osdep.h from headers / included source files
Date: Mon, 11 Jul 2022 18:20:42 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:91.0) Gecko/20100101 Thunderbird/91.11.0

On 7/7/22 18:37, Daniel P. Berrangé wrote:
Since qemu/osdep.h is guaranteed present in all C source files,
there is hno reason for it to be present in header files. Some
C source files are not directly directly, but rather included
from other source files. These should also not have qemu/osdep.h
present, as the primary source will have already included it.
---
  crypto/akcipher-gcrypt.c.inc                              | 1 -
  crypto/akcipher-nettle.c.inc                              | 1 -
  crypto/cipher-gnutls.c.inc                                | 1 -
  crypto/rsakey-nettle.c.inc                                | 1 -
  crypto/rsakey.h                                           | 1 -
  include/hw/cxl/cxl_host.h                                 | 1 -
  include/hw/tricore/triboard.h                             | 1 -
  include/qemu/userfaultfd.h                                | 1 -
  net/vmnet_int.h                                           | 1 -
  qga/cutils.h                                              | 2 --
  target/cris/translate_v10.c.inc                           | 1 -
  target/hexagon/hex_arch_types.h                           | 1 -
  target/hexagon/mmvec/macros.h                             | 1 -
  target/riscv/pmu.h                                        | 1 -
  target/xtensa/core-dc232b/xtensa-modules.c.inc            | 1 -
  target/xtensa/core-dc233c/xtensa-modules.c.inc            | 1 -
  target/xtensa/core-de212/xtensa-modules.c.inc             | 1 -
  target/xtensa/core-fsf/xtensa-modules.c.inc               | 1 -
  target/xtensa/core-sample_controller/xtensa-modules.c.inc | 1 -
  ui/vnc-enc-zrle.c.inc                                     | 3 ---
  ui/vnc-enc-zywrle-template.c.inc                          | 1 -
  21 files changed, 24 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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