qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Jiaxun Yang <jiaxun.yang@flygoat.com>
To: qemu-devel@nongnu.org
Cc: f4bug@amsat.org, Jiaxun Yang <jiaxun.yang@flygoat.com>
Subject: [RFC PATCH 1/3] hw/intc: Add missing include for goldfish_pic.h
Date: Thu, 24 Nov 2022 21:29:14 +0000	[thread overview]
Message-ID: <20221124212916.723490-2-jiaxun.yang@flygoat.com> (raw)
In-Reply-To: <20221124212916.723490-1-jiaxun.yang@flygoat.com>

hw/sysbus.h is missed in goldfish_pic.h.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
---
 include/hw/intc/goldfish_pic.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/hw/intc/goldfish_pic.h b/include/hw/intc/goldfish_pic.h
index e9d552f796..3e79580367 100644
--- a/include/hw/intc/goldfish_pic.h
+++ b/include/hw/intc/goldfish_pic.h
@@ -10,6 +10,8 @@
 #ifndef HW_INTC_GOLDFISH_PIC_H
 #define HW_INTC_GOLDFISH_PIC_H
 
+#include "hw/sysbus.h"
+
 #define TYPE_GOLDFISH_PIC "goldfish_pic"
 OBJECT_DECLARE_SIMPLE_TYPE(GoldfishPICState, GOLDFISH_PIC)
 
-- 
2.37.1 (Apple Git-137.1)



  reply	other threads:[~2022-11-24 21:35 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-24 21:29 [RFC PATCH 0/3] MIPS VirtIO Machine Jiaxun Yang
2022-11-24 21:29 ` Jiaxun Yang [this message]
2022-11-25 13:28   ` [RFC PATCH 1/3] hw/intc: Add missing include for goldfish_pic.h Philippe Mathieu-Daudé
2022-11-24 21:29 ` [RFC PATCH 2/3] hw/misc: Add MIPS Trickbox device Jiaxun Yang
2022-11-25 12:57   ` BALATON Zoltan
2022-11-24 21:29 ` [RFC PATCH 3/3] hw/mips: Add MIPS VirtIO board Jiaxun Yang
2022-11-25 13:05   ` BALATON Zoltan
2022-11-25 13:25   ` Philippe Mathieu-Daudé
2022-11-25 18:06     ` Jiaxun Yang

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=20221124212916.723490-2-jiaxun.yang@flygoat.com \
    --to=jiaxun.yang@flygoat.com \
    --cc=f4bug@amsat.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).