qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Cédric Le Goater" <clg@redhat.com>
To: qemu-devel@nongnu.org
Cc: qemu-arm@nongnu.org, "Eric Auger" <eric.auger@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Alex Williamson" <alex.williamson@redhat.com>,
	"Cédric Le Goater" <clg@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Aurelien Jarno" <aurelien@aurel32.net>,
	"Jiaxun Yang" <jiaxun.yang@flygoat.com>
Subject: [PATCH v2 4/8] hw/mips/malta: Include 'system/system.h'
Date: Mon,  1 Sep 2025 08:46:27 +0200	[thread overview]
Message-ID: <20250901064631.530723-5-clg@redhat.com> (raw)
In-Reply-To: <20250901064631.530723-1-clg@redhat.com>

Files using serial_hd() should include 'system/system.h'. Fix that.

Cc: Philippe Mathieu-Daudé <philmd@linaro.org>
Cc: Aurelien Jarno <aurelien@aurel32.net>
Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Cédric Le Goater <clg@redhat.com>
---
 hw/mips/malta.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hw/mips/malta.c b/hw/mips/malta.c
index cbdbb21056807538f495a2a75581e38627b69727..344dc8ca76675e16ebbeba42604e829b6140a19a 100644
--- a/hw/mips/malta.c
+++ b/hw/mips/malta.c
@@ -52,6 +52,7 @@
 #include "system/qtest.h"
 #include "system/reset.h"
 #include "system/runstate.h"
+#include "system/system.h"
 #include "qapi/error.h"
 #include "qemu/error-report.h"
 #include "system/kvm.h"
-- 
2.51.0



  parent reply	other threads:[~2025-09-01  6:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-01  6:46 [PATCH v2 0/8] vfio: Remove 'vfio-platform' Cédric Le Goater
2025-09-01  6:46 ` [PATCH v2 1/8] hw/arm/virt: Include 'system/system.h' Cédric Le Goater
2025-09-01  6:46 ` [PATCH v2 2/8] hw/isa/superio: " Cédric Le Goater
2025-09-02 10:46   ` Philippe Mathieu-Daudé
2025-09-01  6:46 ` [PATCH v2 3/8] hw/mips/loongson3_virt: " Cédric Le Goater
2025-09-02 10:46   ` Philippe Mathieu-Daudé
2025-09-01  6:46 ` Cédric Le Goater [this message]
2025-09-02 10:46   ` [PATCH v2 4/8] hw/mips/malta: " Philippe Mathieu-Daudé
2025-09-01  6:46 ` [PATCH v2 5/8] vfio: Remove 'vfio-amd-xgbe' device Cédric Le Goater
2025-09-01  6:46 ` [PATCH v2 6/8] vfio: Remove 'vfio-calxeda-xgmac' device Cédric Le Goater
2025-09-01  6:46 ` [PATCH v2 7/8] vfio: Remove 'vfio-platform' Cédric Le Goater
2025-09-01  6:46 ` [PATCH v2 8/8] vfio: Move vfio-region.h under hw/vfio/ Cédric Le Goater
2025-09-02 10:48 ` [PATCH v2 0/8] vfio: Remove 'vfio-platform' Philippe Mathieu-Daudé
2025-09-08 14:14 ` Cédric Le Goater

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=20250901064631.530723-5-clg@redhat.com \
    --to=clg@redhat.com \
    --cc=alex.williamson@redhat.com \
    --cc=aurelien@aurel32.net \
    --cc=eric.auger@redhat.com \
    --cc=jiaxun.yang@flygoat.com \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@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).