[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 0/4] Basic early_printk and smoke test implementation
- To: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Thu, 19 Jan 2023 14:23:51 +0100
- 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=JIikQV39SMjuhG6HnwSum4oSPVVScefkQ1pRnIx2Ogc=; b=CnLy8uzmKYL/RKUkKjs6ViocsJoHhhcVh9dEIKbUkpIzCoxspOXSsVSEEjcmGe2ZC6jmHK8hKsWS5NPRMftR/C2UZCHCDLqNrH7OA5AgSwMiFNSpgQ1MN7UteieIxp1g0aOCOyAB52SUS3QRMyimtpQBLJzqPo7Vv06t4oTgiZSoQWD2kG9XLwJ51u+hEOS75qu5DCI28HlsXrglFyO8G7YAYtGO9/Ns50Fyot2aMLt3hiRkmJNyW9/8u0yvlxcZ3WOvUVSSdyLEo8I5AMsg8cg39jwAEJbh5FXLJoMsNItqHMyx3KdQYLK+6kQqMnisHyWsC48zjhDu1w86z5/i0g==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=htqmZVaDyToog7T8KvEoVUfW6zC8ChsIbnqunZ+f9DB6ZDrmD5FcFXOEiQGdral+2SRtlMl8qQlnm5qIxCOlYwqJbD9IhtWY/dWYBvFl/GfJF7fUHraHAEwzjBZY3iRm6TjlvRc54/Z8jAxev5zVrrnRaTC9Rs4yUeb2tkp9jm8wtWFTUEoBY2hQY+85zb+CI/9ey5iLZhzhXwg0VB89IgplXWIO2KoRVjWKB9PxUrbGbkR/0Y5WZn+DEDVF7zroXBQS7Bv3qSiMJU56Lbkf1GfD9EDbRs+nnSvdYJVgXfRJhEMztSC4cELhNehY/IACq9Snj6PHACdZ4mM4b4+NXA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Julien Grall <julien@xxxxxxx>, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Gianluca Guida <gianluca@xxxxxxxxxxxx>, Bob Eshleman <bobbyeshleman@xxxxxxxxx>, Alistair Francis <alistair.francis@xxxxxxx>, Connor Davis <connojdavis@xxxxxxxxx>, Doug Goldstein <cardoe@xxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Thu, 19 Jan 2023 13:24:07 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 19.01.2023 13:45, Oleksii Kurochko wrote:
> The patch series introduces the following:
> - the minimal set of headers and changes inside them.
> - SBI (RISC-V Supervisor Binary Interface) things necessary for basic
> early_printk implementation.
> - things needed to set up the stack.
> - early_printk() function to print only strings.
> - RISC-V smoke test which checks if "Hello from C env" message is
> present in serial.tmp
>
> ---
> Changes in V4:
> - Patches "xen/riscv: introduce dummy asm/init.h" and "xen/riscv:
> introduce
> stack stuff" were removed from the patch series as they were merged
> separately
> into staging.
> - Remove "depends on RISCV*" from Kconfig.debug as Kconfig.debug is
> located
> in arch specific folder.
> - fix code style.
> - Add "ifdef __riscv_cmodel_medany" to early_printk.c.
Did you really mean to send v4 another time?
Jan
|