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

2016-02-19 Thread Alistair Francis
On Thu, Feb 18, 2016 at 5:16 PM, Alistair Francis wrote: > Add a generic loader to QEMU which can be used to load images or set > memory values. > > This only supports ARM architectures at the moment. > > Signed-off-by: Alistair Francis

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

2016-02-18 Thread Alistair Francis
Add a generic loader to QEMU which can be used to load images or set memory values. This only supports ARM architectures at the moment. Signed-off-by: Alistair Francis --- V2: - Add maintainers entry - Perform bounds checking - Register and unregister the reset