Re: [Qemu-devel] [PATCH v1 1/1] docs/generic-loader: Add restrictions and ToDos

2016-10-04 Thread Alistair Francis
On Mon, Oct 3, 2016 at 1:45 PM, Eric Blake wrote: > On 10/03/2016 03:42 PM, Alistair Francis wrote: > An example of loading an ELF file which CPU0 will boot is shown below: -device loader,file=./images/boot.elf,cpu-num=0 + +Restrictions and ToDos +---

Re: [Qemu-devel] [PATCH v1 1/1] docs/generic-loader: Add restrictions and ToDos

2016-10-03 Thread Eric Blake
On 10/03/2016 03:42 PM, Alistair Francis wrote: >>> An example of loading an ELF file which CPU0 will boot is shown below: >>> -device loader,file=./images/boot.elf,cpu-num=0 >>> + >>> +Restrictions and ToDos >>> +- >> >> Might be worth it to have the --- line up with the

Re: [Qemu-devel] [PATCH v1 1/1] docs/generic-loader: Add restrictions and ToDos

2016-10-03 Thread Alistair Francis
On Mon, Oct 3, 2016 at 1:35 PM, Eric Blake wrote: > On 10/03/2016 03:18 PM, Alistair Francis wrote: >> Add a list of known restrictions and future work that will fix these >> restrictions. >> >> Signed-off-by: Alistair Francis >> --- >> >> docs/generic-loader.txt | 7 +++ >> 1 file changed,

Re: [Qemu-devel] [PATCH v1 1/1] docs/generic-loader: Add restrictions and ToDos

2016-10-03 Thread Eric Blake
On 10/03/2016 03:18 PM, Alistair Francis wrote: > Add a list of known restrictions and future work that will fix these > restrictions. > > Signed-off-by: Alistair Francis > --- > > docs/generic-loader.txt | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/docs/generic-loader.txt b

[Qemu-devel] [PATCH v1 1/1] docs/generic-loader: Add restrictions and ToDos

2016-10-03 Thread Alistair Francis
Add a list of known restrictions and future work that will fix these restrictions. Signed-off-by: Alistair Francis --- docs/generic-loader.txt | 7 +++ 1 file changed, 7 insertions(+) diff --git a/docs/generic-loader.txt b/docs/generic-loader.txt index 8fcb550..305cbc8 100644 --- a/docs/ge