]> www.infradead.org Git - qemu-nvme.git/commitdiff
hw/ppc/mac.h: Rename to include/hw/nvram/mac_nvram.h
authorBALATON Zoltan <balaton@eik.bme.hu>
Fri, 28 Oct 2022 11:56:27 +0000 (13:56 +0200)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 31 Oct 2022 18:48:23 +0000 (18:48 +0000)
All that is left in mac.h now belongs to the nvram emulation so rename
it accordingly and only include it where it is really used.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <b82449369f718c0e207fe8c332fab550fa0230c0.1666957578.git.balaton@eik.bme.hu>
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
15 files changed:
MAINTAINERS
hw/ide/macio.c
hw/intc/heathrow_pic.c
hw/intc/openpic.c
hw/misc/macio/cuda.c
hw/misc/macio/gpio.c
hw/misc/macio/macio.c
hw/misc/macio/pmu.c
hw/nvram/mac_nvram.c
hw/pci-host/grackle.c
hw/pci-host/uninorth.c
hw/ppc/mac_newworld.c
hw/ppc/mac_oldworld.c
include/hw/misc/macio/macio.h
include/hw/nvram/mac_nvram.h [moved from hw/ppc/mac.h with 89% similarity]

index 9f424bceb1348a38dd4d52250612755ec02882b7..223afc2e13509a02597693d1a62f0d86680c7e92 100644 (file)
@@ -1327,6 +1327,7 @@ F: hw/nvram/mac_nvram.c
 F: hw/input/adb*
 F: include/hw/misc/macio/
 F: include/hw/misc/mos6522.h
+F: include/hw/nvram/mac_nvram.h
 F: include/hw/ppc/mac_dbdma.h
 F: include/hw/pci-host/uninorth.h
 F: include/hw/input/adb*
index 1c15c37ec5e85f6588a0efa84edffcbca7a1d969..e604466acb11773b9dc9877950bdac1e614deeb8 100644 (file)
@@ -24,7 +24,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "hw/ppc/mac.h"
 #include "hw/ppc/mac_dbdma.h"
 #include "hw/qdev-properties.h"
 #include "migration/vmstate.h"
index cb97c315dac5742ee7be01ff83681981fc2ce0d4..13048a2735402f47122447f87205a38e89b2730e 100644 (file)
@@ -24,7 +24,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "hw/ppc/mac.h"
 #include "migration/vmstate.h"
 #include "qemu/module.h"
 #include "hw/intc/heathrow_pic.h"
index b0787e8ee78c5b3e3e8cf8a85ba50ffcdfe4885f..c757adbe5382a2db53d735a51766ecda17a3b0b2 100644 (file)
@@ -32,7 +32,6 @@
 
 #include "qemu/osdep.h"
 #include "hw/irq.h"
-#include "hw/ppc/mac.h"
 #include "hw/pci/pci.h"
 #include "hw/ppc/openpic.h"
 #include "hw/ppc/ppc_e500.h"
index 1498113cfc5167546cf44ba7782e7ba48e75002a..0d4c13319a8560d0969e8791e2b582cc0f9e4624 100644 (file)
@@ -25,7 +25,6 @@
 
 #include "qemu/osdep.h"
 #include "hw/irq.h"
-#include "hw/ppc/mac.h"
 #include "hw/qdev-properties.h"
 #include "migration/vmstate.h"
 #include "hw/input/adb.h"
index b1bcf830c38ada608e146f21e8aa4b19ed55fdc3..c8ac5633b2f41ee9202674851430565624ac03a0 100644 (file)
@@ -24,7 +24,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "hw/ppc/mac.h"
 #include "hw/qdev-properties.h"
 #include "migration/vmstate.h"
 #include "hw/misc/macio/macio.h"
index f9f0758b033dd927fe0711b8a7a0d60d843f0a2f..93a7c7bbc8a2813743a11d70e0a3dc09f9f93b9e 100644 (file)
@@ -26,7 +26,6 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "qemu/module.h"
-#include "hw/ppc/mac.h"
 #include "hw/misc/macio/cuda.h"
 #include "hw/pci/pci.h"
 #include "hw/ppc/mac_dbdma.h"
index 336502a84b584ca0c9a886f4cc1ea8d5feac9eac..70562ed8d075a760ad7c910c4aefc9cf2ba75b7f 100644 (file)
@@ -29,7 +29,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "hw/ppc/mac.h"
 #include "hw/qdev-properties.h"
 #include "migration/vmstate.h"
 #include "hw/input/adb.h"
index 11f2d31cdb2024e55cf1f8ab7bd2d34ea785bd18..3d9ddda217321b9dba837eadb565fdf594888d15 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "qemu/osdep.h"
 #include "hw/nvram/chrp_nvram.h"
-#include "hw/ppc/mac.h"
+#include "hw/nvram/mac_nvram.h"
 #include "hw/qdev-properties.h"
 #include "migration/vmstate.h"
 #include "qemu/cutils.h"
index e4c7303859f7db4abd5234205f4b28c373c09e6b..95945ac0f40b06592f984f48fe935dd33962abe5 100644 (file)
@@ -24,7 +24,6 @@
  */
 
 #include "qemu/osdep.h"
-#include "hw/ppc/mac.h"
 #include "hw/qdev-properties.h"
 #include "hw/pci/pci.h"
 #include "hw/irq.h"
index d25b62d6a5b2c34e3ced939f217d80955c46a9e5..aebd44d26584e8b39f52e5fa93afc6afbee006d4 100644 (file)
@@ -24,7 +24,6 @@
 
 #include "qemu/osdep.h"
 #include "hw/irq.h"
-#include "hw/ppc/mac.h"
 #include "hw/qdev-properties.h"
 #include "qemu/module.h"
 #include "hw/pci/pci.h"
index c75c59fe3eebca1bcbd6d88cd1a448b39b873b20..eb597bbe20af3391e3d13cf95e2ae4a78f19e19d 100644 (file)
@@ -52,7 +52,7 @@
 #include "qapi/error.h"
 #include "hw/ppc/ppc.h"
 #include "hw/qdev-properties.h"
-#include "hw/ppc/mac.h"
+#include "hw/nvram/mac_nvram.h"
 #include "hw/boards.h"
 #include "hw/pci-host/uninorth.h"
 #include "hw/input/adb.h"
index ae8e0ff30a30a6771ccd295e9e39eafc44dcfaa0..23d92682816ef94983f0e3c6520dacd9e5cdab5f 100644 (file)
@@ -30,7 +30,6 @@
 #include "qapi/error.h"
 #include "hw/ppc/ppc.h"
 #include "hw/qdev-properties.h"
-#include "mac.h"
 #include "hw/boards.h"
 #include "hw/input/adb.h"
 #include "sysemu/sysemu.h"
index 26cf15b1ce65d51b7774e62f4e70cf7912078ac3..95d30a1745a6c3ed5e2de2f7967854f367c98c4f 100644 (file)
@@ -33,7 +33,7 @@
 #include "hw/misc/macio/cuda.h"
 #include "hw/misc/macio/gpio.h"
 #include "hw/misc/macio/pmu.h"
-#include "hw/ppc/mac.h"
+#include "hw/nvram/mac_nvram.h"
 #include "hw/ppc/mac_dbdma.h"
 #include "hw/ppc/openpic.h"
 #include "qom/object.h"
similarity index 89%
rename from hw/ppc/mac.h
rename to include/hw/nvram/mac_nvram.h
index 3e2df262eef1270f3654e44f1dca94062f77424b..baa9f6a5a6557d2c783c067b41fa765f60a6c2e2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * QEMU PowerMac emulation shared definitions and prototypes
+ * PowerMac NVRAM emulation
  *
  * Copyright (c) 2004-2007 Fabrice Bellard
  * Copyright (c) 2007 Jocelyn Mayer
@@ -23,8 +23,8 @@
  * THE SOFTWARE.
  */
 
-#ifndef PPC_MAC_H
-#define PPC_MAC_H
+#ifndef MAC_NVRAM_H
+#define MAC_NVRAM_H
 
 #include "exec/memory.h"
 #include "hw/sysbus.h"
@@ -47,5 +47,6 @@ struct MacIONVRAMState {
     uint8_t *data;
 };
 
-void pmac_format_nvram_partition (MacIONVRAMState *nvr, int len);
-#endif /* PPC_MAC_H */
+void pmac_format_nvram_partition(MacIONVRAMState *nvr, int len);
+
+#endif /* MAC_NVRAM_H */