]> Git Repo - qemu.git/blobdiff - target-s390x/misc_helper.c
fw_cfg: document ACPI device node information
[qemu.git] / target-s390x / misc_helper.c
index b601a3360609bd281dacafe220fa2202f15bf32b..71cbe34e05be8fbdcb459994dfbef9fb8d8832ec 100644 (file)
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "qemu/osdep.h"
 #include "cpu.h"
 #include "exec/memory.h"
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
-#include <string.h>
 #include "sysemu/kvm.h"
 #include "qemu/timer.h"
 #include "exec/address-spaces.h"
@@ -299,7 +299,7 @@ void HELPER(spx)(CPUS390XState *env, uint64_t a1)
     uint32_t prefix = a1 & 0x7fffe000;
 
     env->psa = prefix;
-    qemu_log("prefix: %#x\n", prefix);
+    HELPER_LOG("prefix: %#x\n", prefix);
     tlb_flush_page(cs, 0);
     tlb_flush_page(cs, TARGET_PAGE_SIZE);
 }
This page took 0.024027 seconds and 4 git commands to generate.