Re: [PATCH v13 1/2] generic-loader: Add a generic loader

2024-11-27 Thread Alistair Francis
On Thu, Nov 28, 2024 at 2:09 AM Philippe Mathieu-Daudé wrote: > > Hi, > > [very old patch merged as commit e481a1f63c93] > > On 30/9/16 02:25, Alistair Francis wrote: > > Add a generic loader to QEMU which can be used to load images or set > > memory values. > > > > Internally inside QEMU this is

Re: [PATCH v13 1/2] generic-loader: Add a generic loader

2024-11-27 Thread Philippe Mathieu-Daudé
Hi, [very old patch merged as commit e481a1f63c93] On 30/9/16 02:25, Alistair Francis wrote: Add a generic loader to QEMU which can be used to load images or set memory values. Internally inside QEMU this is a device. It is a strange device that provides no hardware interface but allows QEMU t

[Qemu-devel] [PATCH v13 1/2] generic-loader: Add a generic loader

2016-09-29 Thread Alistair Francis
Add a generic loader to QEMU which can be used to load images or set memory values. Internally inside QEMU this is a device. It is a strange device that provides no hardware interface but allows QEMU to monkey patch memory specified when it is created. To be able to do this it has a reset callback