qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v4 01/46] windbg: added empty windbgstub files


From: Paolo Bonzini
Subject: Re: [Qemu-devel] [PATCH v4 01/46] windbg: added empty windbgstub files
Date: Fri, 12 Jan 2018 09:46:12 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 11/12/2017 14:21, Mihail Abakumov wrote:
> +# WinDbg support
> +ifeq ($(TARGET_NAME), i386)
> +obj-y += windbgstub.o windbgstub-utils.o
> +endif
> +

Please add CONFIG_WINDBGSTUB=y to default-i386/softmmu.mak, and use
obj-$(CONFIG_WINDBGSTUB) here.

> +obj-y += helper.o cpu.o gdbstub.o windbgstub.o xsave_helper.o

Same here; put windbgstub.o in a separate obj-$(CONFIG_WINDBGSTUB) line.

Paolo



reply via email to

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