[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v5 6/6] xen: Split x86/debugger.h into common and arch specific parts
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 21 Apr 2022 15:12:22 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=FEhOx39Vh3u+diaBYHdOaToLd7oDXDRK7iqTC04f/1s=; b=QPyd2OVoZouCA7omhhEB9gUdya2kN7Z1gjWT5K2S4J1QqgScLL3nkankizQGE2IzGt+ZtlGHavhSAyKPUc+SnBFi2vVsfzIWGHv3lHEvprDJ6q0cJnIdmz/GvuP0dPTa09HS8HNT+RXzM3q1013xhL2cp54pthZno2ZgNbZ3iWDXBlrP7JwL2UGt+4ciziyFL2/Rt9LoVfDg+qTKO9XPXKFxR18pE7Ihe2fmsobk18yB2ruFX6pv7hYgTSEEouz08SbJGg0Y94Ga+75AGRW6+WTiAE6cgRoAgj/ld1yzxXWmx2l/LGRmeRRwv6MZd5Ud006fXpEC9ihkyVkJH19+sw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=g66ZoQ5twHK80kZO0Doko+jYerT96/K2u/8EMPOhvB4/ObVkjZj7gWABIP+QU2aBmQ5D9eHY1vTSCSnR/FkcOtZdGTbYeNt1nowZvF6PWqETXOGwpMXEh/NejfhuP8XfLOjKrP+IjLewlKyEMxCf6He8nzsC4DsSEeW+VLp1UTZ+F8oX6nBxkb8LSaY/oUuBaA199bjGZ3+H3lz9CPtVlQM5/5B1pOnLLWrqREB2vvA0X8QQ+YRHuhPXw4YAabclhKF4BOfga8QoU/C+jLrhcFtGCS9Z+o2CXcPDt08ymixdLu8q+3L+X1JjTWOnoH9Wx2QGqS5LXJ3Evvy318e3RQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Bobby Eshleman <bobby.eshleman@xxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Thu, 21 Apr 2022 13:12:31 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 20.04.2022 16:13, Andrew Cooper wrote:
> From: Bobby Eshleman <bobby.eshleman@xxxxxxxxx>
>
> With all the non-CONFIG_CRASH_DEBUG functionality moved elsewhere, split
> x86/debugger.h in two, with the stubs and explanation moved to xen/debugger.h.
>
> In particular, this means that arches only need to provide an $arch/debugger.h
> if they implement CONFIG_CRASH_DEBUG, and ARM's stub can be deleted.
>
> Signed-off-by: Bobby Eshleman <bobby.eshleman@xxxxxxxxx>
> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
> Acked-by: Julien Grall <jgrall@xxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|