xen: move debugtrace coding to common/debugtrace.c
authorJuergen Gross <jgross@suse.com>
Mon, 9 Sep 2019 12:36:10 +0000 (14:36 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 9 Sep 2019 12:36:10 +0000 (14:36 +0200)
commit7110d6d8d8cc974da34d9b60e9a5546277a41e0f
treeb59106da40b3ed47ed9392ead2c394317a1f66ea
parent36b312064b9b94e891c993bd1c70e784a23cfb49
xen: move debugtrace coding to common/debugtrace.c

Instead of living in drivers/char/console.c move the debugtrace
related coding to a new file common/debugtrace.c

No functional change, code movement only.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
xen/common/Makefile
xen/common/debugtrace.c [new file with mode: 0644]
xen/drivers/char/console.c