qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Gibson <david@gibson.dropbear.id.au>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>
Cc: Lucas Mateus Castro <lucas.araujo@eldorado.org.br>,
	qemu-ppc@nongnu.org, qemu-devel@nongnu.org,
	Greg Kurz <groug@kaod.org>
Subject: Re: [PATCH] hw/ppc/spapr_softmmu: Reduce include list
Date: Thu, 7 Oct 2021 11:46:55 +1100	[thread overview]
Message-ID: <YV5DfyHw8FMTtpBv@yekko> (raw)
In-Reply-To: <20211006170801.178023-1-philmd@redhat.com>

[-- Attachment #1: Type: text/plain, Size: 1535 bytes --]

On Wed, Oct 06, 2021 at 07:08:01PM +0200, Philippe Mathieu-Daudé wrote:
> Commit 962104f0448 ("hw/ppc: moved hcalls that depend on softmmu")
> introduced a lot of unnecessary #include directives. Remove them.

Applied to ppc-for-6.2, thanks.

> 
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
>  hw/ppc/spapr_softmmu.c | 15 ---------------
>  1 file changed, 15 deletions(-)
> 
> diff --git a/hw/ppc/spapr_softmmu.c b/hw/ppc/spapr_softmmu.c
> index 6c6b86dd3c6..f8924270eff 100644
> --- a/hw/ppc/spapr_softmmu.c
> +++ b/hw/ppc/spapr_softmmu.c
> @@ -1,25 +1,10 @@
>  #include "qemu/osdep.h"
>  #include "qemu/cutils.h"
> -#include "qapi/error.h"
> -#include "sysemu/hw_accel.h"
> -#include "sysemu/runstate.h"
> -#include "qemu/log.h"
> -#include "qemu/main-loop.h"
> -#include "qemu/module.h"
> -#include "qemu/error-report.h"
>  #include "cpu.h"
> -#include "exec/exec-all.h"
>  #include "helper_regs.h"
>  #include "hw/ppc/spapr.h"
> -#include "hw/ppc/spapr_cpu_core.h"
>  #include "mmu-hash64.h"
> -#include "cpu-models.h"
> -#include "trace.h"
> -#include "kvm_ppc.h"
> -#include "hw/ppc/fdt.h"
> -#include "hw/ppc/spapr_ovec.h"
>  #include "mmu-book3s-v3.h"
> -#include "hw/mem/memory-device.h"
>  
>  static inline bool valid_ptex(PowerPCCPU *cpu, target_ulong ptex)
>  {

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      reply	other threads:[~2021-10-07  0:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06 17:08 [PATCH] hw/ppc/spapr_softmmu: Reduce include list Philippe Mathieu-Daudé
2021-10-07  0:46 ` David Gibson [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YV5DfyHw8FMTtpBv@yekko \
    --to=david@gibson.dropbear.id.au \
    --cc=groug@kaod.org \
    --cc=lucas.araujo@eldorado.org.br \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-ppc@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).