qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 21/24] gdbstub: only compile gdbstub twice for whole build


From: Richard Henderson
Subject: Re: [PATCH v3 21/24] gdbstub: only compile gdbstub twice for whole build
Date: Tue, 21 Feb 2023 21:18:24 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 2/21/23 12:52, Alex Bennée wrote:
-# and BSD?
-specific_ss.add(when: 'CONFIG_LINUX_USER', if_true: files('user-target.c'))
+# The user-target is specialised by the guest
+specific_ss.add(when: 'CONFIG_USER_ONLY', if_true: files('user-target.c'))

Looks like should be folded to patch 10.


r~



reply via email to

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