Re: [Qemu-devel] [PATCH 04/13] target-arm: Add secure qemu machine option

2014-12-05 Thread Greg Bellows
Thanks for the clarification Marcel. I'm not sure my stuff is quite ready to go in either, so why don't we both move ahead and we can address it when we have a better idea of who might make it in first. Yes, 2.3 would be the target and we have plenty of time. Greg On 5 December 2014 at 16:44, M

Re: [Qemu-devel] [PATCH 04/13] target-arm: Add secure qemu machine option

2014-12-05 Thread Marcel Apfelbaum
On Fri, 2014-12-05 at 14:40 -0600, Greg Bellows wrote: > Thanks Marcel. > > > Just to make sure I understand, at this point do to limitations in the > existing functionality, there is nothing that can be done other than > adding the option to the global qemu_machine_opts list. Once you add > a f

Re: [Qemu-devel] [PATCH 04/13] target-arm: Add secure qemu machine option

2014-12-05 Thread Greg Bellows
Thanks Marcel. Just to make sure I understand, at this point do to limitations in the existing functionality, there is nothing that can be done other than adding the option to the global qemu_machine_opts list. Once you add a fix then it will be possible to add it dynamically. If I missed anythi

Re: [Qemu-devel] [PATCH 04/13] target-arm: Add secure qemu machine option

2014-12-05 Thread Marcel Apfelbaum
On Fri, 2014-12-05 at 15:39 +, Peter Maydell wrote: > On 5 December 2014 at 15:33, Greg Bellows wrote: > > > > > > On 5 December 2014 at 09:18, Peter Maydell wrote: > >> > >> On 3 December 2014 at 20:05, Greg Bellows wrote: > >> > Added 'secure' qemu boolean option to qemu_machine_opts[]. >

Re: [Qemu-devel] [PATCH 04/13] target-arm: Add secure qemu machine option

2014-12-05 Thread Peter Maydell
On 5 December 2014 at 15:33, Greg Bellows wrote: > > > On 5 December 2014 at 09:18, Peter Maydell wrote: >> >> On 3 December 2014 at 20:05, Greg Bellows wrote: >> > Added 'secure' qemu boolean option to qemu_machine_opts[]. >> > >> > Signed-off-by: Greg Bellows >> > --- >> > vl.c | 4 >> >

Re: [Qemu-devel] [PATCH 04/13] target-arm: Add secure qemu machine option

2014-12-05 Thread Greg Bellows
On 5 December 2014 at 09:18, Peter Maydell wrote: > On 3 December 2014 at 20:05, Greg Bellows wrote: > > Added 'secure' qemu boolean option to qemu_machine_opts[]. > > > > Signed-off-by: Greg Bellows > > --- > > vl.c | 4 > > 1 file changed, 4 insertions(+) > > > > diff --git a/vl.c b/vl.

Re: [Qemu-devel] [PATCH 04/13] target-arm: Add secure qemu machine option

2014-12-05 Thread Peter Maydell
On 3 December 2014 at 20:05, Greg Bellows wrote: > Added 'secure' qemu boolean option to qemu_machine_opts[]. > > Signed-off-by: Greg Bellows > --- > vl.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/vl.c b/vl.c > index eb89d62..5d640f7 100644 > --- a/vl.c > +++ b/vl.c > @@ -387,

[Qemu-devel] [PATCH 04/13] target-arm: Add secure qemu machine option

2014-12-03 Thread Greg Bellows
Added 'secure' qemu boolean option to qemu_machine_opts[]. Signed-off-by: Greg Bellows --- vl.c | 4 1 file changed, 4 insertions(+) diff --git a/vl.c b/vl.c index eb89d62..5d640f7 100644 --- a/vl.c +++ b/vl.c @@ -387,6 +387,10 @@ static QemuOptsList qemu_machine_opts = { .nam