Re: [RFC PATCH v2 18/44] hw/i386: refactor e820_add_entry()

2021-08-26 Thread Gerd Hoffmann
On Wed, Jul 07, 2021 at 05:54:48PM -0700, isaku.yamah...@gmail.com wrote: > From: Isaku Yamahata > > The following patch will utilize this refactoring. More verbose commit message please. thanks, Gerd

[RFC PATCH v2 18/44] hw/i386: refactor e820_add_entry()

2021-07-07 Thread isaku . yamahata
From: Isaku Yamahata The following patch will utilize this refactoring. Signed-off-by: Isaku Yamahata --- hw/i386/e820_memory_layout.c | 42 1 file changed, 28 insertions(+), 14 deletions(-) diff --git a/hw/i386/e820_memory_layout.c