qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] fixup! dump: use system context in Windows dump


From: Viktor Prutyanov
Subject: [Qemu-devel] [PATCH] fixup! dump: use system context in Windows dump
Date: Fri, 18 May 2018 17:48:08 +0300

Fix building issues for targets other than x86_64

Signed-off-by: Viktor Prutyanov <address@hidden>
---
 Makefile.target | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.target b/Makefile.target
index 6ae2609..5be6d18 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -138,7 +138,9 @@ obj-y += hw/
 obj-y += memory.o
 obj-y += memory_mapping.o
 obj-y += dump.o
+ifeq ($(TARGET_NAME), x86_64)
 obj-y += win_dump.o
+endif
 obj-y += migration/ram.o
 LIBS := $(libs_softmmu) $(LIBS)
 
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]