qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL 19/53] hw/misc/sga: Use the correct ISA include


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL 19/53] hw/misc/sga: Use the correct ISA include
Date: Thu, 31 May 2018 19:12:19 +0200

From: Philippe Mathieu-Daudé <address@hidden>

The SGA BIOS loader is an ISA device, it does not require the PCI header.

Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-Id: <address@hidden>
Acked-by: Michael S. Tsirkin <address@hidden>
Reviewed-by: Marcel Apfelbaum<address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>
---
 hw/misc/sga.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hw/misc/sga.c b/hw/misc/sga.c
index 97fd63f176..4a22a52a60 100644
--- a/hw/misc/sga.c
+++ b/hw/misc/sga.c
@@ -25,7 +25,7 @@
  *
  */
 #include "qemu/osdep.h"
-#include "hw/pci/pci.h"
+#include "hw/isa/isa.h"
 #include "hw/loader.h"
 #include "sysemu/sysemu.h"
 
-- 
2.17.0





reply via email to

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