Re: [RFC PATCH v3 24/26] hw/core/loader: Add fields to RomLoaderNotify

2024-12-10 Thread Jean-Philippe Brucker
On Thu, Dec 05, 2024 at 11:21:19PM +0100, Philippe Mathieu-Daudé wrote: > On 25/11/24 20:56, Jean-Philippe Brucker wrote: > > In order to write an event log, the ROM load notification handler needs > > two more fields. > > IMHO it makes more sense to squash that in the "hw/core/loader: > Add ROM l

Re: [RFC PATCH v3 24/26] hw/core/loader: Add fields to RomLoaderNotify

2024-12-05 Thread Philippe Mathieu-Daudé
On 25/11/24 20:56, Jean-Philippe Brucker wrote: In order to write an event log, the ROM load notification handler needs two more fields. IMHO it makes more sense to squash that in the "hw/core/loader: Add ROM loader notifier" patch introducing that API. Signed-off-by: Jean-Philippe Brucker

[RFC PATCH v3 24/26] hw/core/loader: Add fields to RomLoaderNotify

2024-11-25 Thread Jean-Philippe Brucker
In order to write an event log, the ROM load notification handler needs two more fields. Signed-off-by: Jean-Philippe Brucker --- v2->v3: New --- include/hw/loader.h | 2 ++ hw/core/loader.c| 2 ++ 2 files changed, 4 insertions(+) diff --git a/include/hw/loader.h b/include/hw/loader.h index