Re: [Qemu-devel] [RFC v1 0/2] Add a generic loader

2016-01-28 Thread Christopher Covington
Hi Alistair, On 01/15/2016 07:19 PM, Alistair Francis wrote: > This work is based on the original work by Li Guang with extra > features added by Peter C. > > The idea of this loader is to allow the user to load multiple images > or values into QEMU at startup. > I have tested this on ARM and

Re: [Qemu-devel] [RFC v1 0/2] Add a generic loader

2016-01-28 Thread Alistair Francis
On Thu, Jan 28, 2016 at 12:59 PM, Christopher Covington wrote: > Hi Alistair, > > On 01/15/2016 07:19 PM, Alistair Francis wrote: >> This work is based on the original work by Li Guang with extra >> features added by Peter C. >> >> The idea of this loader is to allow the user

[Qemu-devel] [RFC v1 0/2] Add a generic loader

2016-01-15 Thread Alistair Francis
This work is based on the original work by Li Guang with extra features added by Peter C. The idea of this loader is to allow the user to load multiple images or values into QEMU at startup. Memory values can be loaded like this: -device loader,addr=0xfd1a0104,data=0x800e,data-len=4 Images