qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [RFC v2 18/34] HACK: monitor: uninclude cpu_ldst


From: Peter Crosthwaite
Subject: [Qemu-devel] [RFC v2 18/34] HACK: monitor: uninclude cpu_ldst
Date: Sat, 30 May 2015 23:11:51 -0700

This won't work in multi-arch where this service is not provided to
core code. The architecture specific uses of this in monitor.c should
have their functionality migrated out of monitor.c to arch specific
virtualised hooks. For the moment, just get rid of it to enable testing
of multi-arch on platforms that don't need this.

Signed-off-by: Peter Crosthwaite <address@hidden>
---
 monitor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/monitor.c b/monitor.c
index f3ee785..ab6024a 100644
--- a/monitor.c
+++ b/monitor.c
@@ -66,7 +66,6 @@
 #include "trace/simple.h"
 #endif
 #include "exec/memory.h"
-#include "exec/cpu_ldst.h"
 #include "qmp-commands.h"
 #include "hmp.h"
 #include "qemu/thread.h"
-- 
1.9.1




reply via email to

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