]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
firmware_abi: move to include/hw/nvram/
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 30 May 2013 09:13:06 +0000 (12:13 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 2 Jun 2013 15:13:54 +0000 (18:13 +0300)
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>
hw/nvram/mac_nvram.c
hw/sparc/sun4m.c
hw/sparc64/sun4u.c
include/hw/nvram/openbios_firmware_abi.h [moved from include/hw/sparc/firmware_abi.h with 100% similarity]

index 52233308387798fbcfd86bbc0860cc6e776e841f..d76a06c4861887ebe68fd882b96ca05e26c6eda1 100644 (file)
@@ -23,7 +23,7 @@
  * THE SOFTWARE.
  */
 #include "hw/hw.h"
-#include "hw/sparc/firmware_abi.h"
+#include "hw/nvram/openbios_firmware_abi.h"
 #include "sysemu/sysemu.h"
 #include "hw/ppc/mac.h"
 
index 884088150b3621fda5ee6362051757b6aafb5fc0..6e62d17c9a229039eb5e533b0b668d18f6ad75ba 100644 (file)
@@ -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"
index 5c2bbd44f52fdfc61c40df010072f49b9317f671..13672de496590e5221377eba3be38b3523e5b6d9 100644 (file)
@@ -32,7 +32,7 @@
 #include "qemu/timer.h"
 #include "sysemu/sysemu.h"
 #include "hw/boards.h"
-#include "hw/sparc/firmware_abi.h"
+#include "hw/nvram/openbios_firmware_abi.h"
 #include "hw/nvram/fw_cfg.h"
 #include "hw/sysbus.h"
 #include "hw/ide.h"