]> Git Repo - qemu.git/blobdiff - target/arm/machine.c
Include hw/hw.h exactly where needed
[qemu.git] / target / arm / machine.c
index 09567d4fc667ae58ee63d7407839a65e973f97ab..bf2a0a6a09e1ced41e7689d25161bf1c85e4eda5 100644 (file)
@@ -1,7 +1,5 @@
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "cpu.h"
-#include "hw/hw.h"
 #include "hw/boards.h"
 #include "qemu/error-report.h"
 #include "sysemu/kvm.h"
@@ -646,7 +644,7 @@ static int cpu_pre_save(void *opaque)
             abort();
         }
     } else {
-        if (!write_cpustate_to_list(cpu)) {
+        if (!write_cpustate_to_list(cpu, false)) {
             /* This should never fail. */
             abort();
         }
This page took 0.033888 seconds and 4 git commands to generate.