All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.5] default-configs/aarch64-linux-user.mak: Remove unused define
@ 2015-11-16 16:09 Peter Maydell
  2015-11-17  6:41 ` Laurent Desnogues
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Maydell @ 2015-11-16 16:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: patches

The uses of the CONFIG_GDBSTUB_XML define were removed in commit
b77abd95a9484c, but the define in aarch64-linux-user.mak somehow
escaped the cull (the patchset probably crossed in the mail with
the patches adding aarch64 support). Remove the stray define.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
---
Harmless, but we might as well drop this patch into 2.5...

 default-configs/aarch64-linux-user.mak | 2 --
 1 file changed, 2 deletions(-)

diff --git a/default-configs/aarch64-linux-user.mak b/default-configs/aarch64-linux-user.mak
index 3df7de5..0a5b08a 100644
--- a/default-configs/aarch64-linux-user.mak
+++ b/default-configs/aarch64-linux-user.mak
@@ -1,3 +1 @@
 # Default configuration for aarch64-linux-user
-
-CONFIG_GDBSTUB_XML=y
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-11-17  6:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-16 16:09 [Qemu-devel] [PATCH for-2.5] default-configs/aarch64-linux-user.mak: Remove unused define Peter Maydell
2015-11-17  6:41 ` Laurent Desnogues

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.