summaryrefslogtreecommitdiffstats
path: root/hw/sparc
diff options
context:
space:
mode:
authorMichael S. Tsirkin2013-05-30 11:13:06 +0200
committerMichael S. Tsirkin2013-06-02 17:13:54 +0200
commitec0503b4f0a37b55fedc164185369bf5f0030f7b (patch)
tree6905ba387ee6be84f2cc60ea54072002644daf14 /hw/sparc
parentdec.c - move to pci-bridge (diff)
downloadqemu-ec0503b4f0a37b55fedc164185369bf5f0030f7b.tar.gz
qemu-ec0503b4f0a37b55fedc164185369bf5f0030f7b.tar.xz
qemu-ec0503b4f0a37b55fedc164185369bf5f0030f7b.zip
firmware_abi: move to include/hw/nvram/
firmware_abi.h with structs for OpenBIOS landed in hw/sparc/ by mistake - move it to hw/nvram/ alongside fw_cfg.h. In addition to sparc it's included from ppc mac_nvram.c and will need to include it from prep.c in the future. Acked-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/sparc')
-rw-r--r--hw/sparc/sun4m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/sparc/sun4m.c b/hw/sparc/sun4m.c
index 884088150b..6e62d17c9a 100644
--- a/hw/sparc/sun4m.c
+++ b/hw/sparc/sun4m.c
@@ -30,7 +30,7 @@
#include "sysemu/sysemu.h"
#include "net/net.h"
#include "hw/boards.h"
-#include "hw/sparc/firmware_abi.h"
+#include "hw/nvram/openbios_firmware_abi.h"
#include "hw/scsi/esp.h"
#include "hw/i386/pc.h"
#include "hw/isa/isa.h"