Re: [PATCH] hw/x86: add a couple of comments explaining how the kernel image is parsed

2024-07-21 Thread Zhao Liu
On Fri, Jul 19, 2024 at 07:19:37PM +0530, Ani Sinha wrote: > Date: Fri, 19 Jul 2024 19:19:37 +0530 > From: Ani Sinha > Subject: [PATCH] hw/x86: add a couple of comments explaining how the kernel > image is parsed > X-Mailer: git-send-email 2.42.0 > > Cosmetic: add comments in x86_load_linux()

[PATCH] hw/x86: add a couple of comments explaining how the kernel image is parsed

2024-07-19 Thread Ani Sinha
Cosmetic: add comments in x86_load_linux() pointing to the kernel documentation so that users can better understand the code. CC: qemu-triv...@nongnu.org Signed-off-by: Ani Sinha --- hw/i386/x86-common.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git