Re: [Qemu-devel] [RFC 17/18] validator.py script

2018-04-18 Thread Eduardo Habkost
On Wed, Apr 18, 2018 at 08:58:00AM +0200, Markus Armbruster wrote: > Eduardo Habkost writes: > > > On Tue, Apr 17, 2018 at 02:01:53PM +0200, Markus Armbruster wrote: > >> Eduardo Habkost writes: > [...] > >> > +command-line: '$QEMU -nodefaults -machine none' > >> > +monitor-commands: > >

Re: [Qemu-devel] [RFC 17/18] validator.py script

2018-04-17 Thread Markus Armbruster
Eduardo Habkost writes: > On Tue, Apr 17, 2018 at 02:01:53PM +0200, Markus Armbruster wrote: >> Eduardo Habkost writes: [...] >> > +command-line: '$QEMU -nodefaults -machine none' >> > +monitor-commands: >> > +- qmp: >> > + - execute: qom-list-types >> > +arguments: >> >

Re: [Qemu-devel] [RFC 17/18] validator.py script

2018-04-17 Thread Eduardo Habkost
On Tue, Apr 17, 2018 at 05:17:13PM +0200, Paolo Bonzini wrote: > On 17/04/2018 16:42, Eduardo Habkost wrote: > >> Should we introduce yet another markup language into QEMU? (pardon the > >> pun). > > Fair question. What are the existing markup languages in QEMU we > > could use? > > > > JSON is

Re: [Qemu-devel] [RFC 17/18] validator.py script

2018-04-17 Thread Paolo Bonzini
On 17/04/2018 16:42, Eduardo Habkost wrote: >> Should we introduce yet another markup language into QEMU? (pardon the >> pun). > Fair question. What are the existing markup languages in QEMU we > could use? > > JSON is an option, but I believe YAML is more readable. Isn't YAML actually a supers

Re: [Qemu-devel] [RFC 17/18] validator.py script

2018-04-17 Thread Eduardo Habkost
On Tue, Apr 17, 2018 at 02:01:53PM +0200, Markus Armbruster wrote: > Eduardo Habkost writes: > > > See cover letter for a description of the new test system. > > > > TODO: code clean up > > TODO: write description. > > > > Signed-off-by: Eduardo Habkost > > --- > > scripts/validator.py | 724 >

Re: [Qemu-devel] [RFC 17/18] validator.py script

2018-04-17 Thread Markus Armbruster
Eduardo Habkost writes: > See cover letter for a description of the new test system. > > TODO: code clean up > TODO: write description. > > Signed-off-by: Eduardo Habkost > --- > scripts/validator.py | 724 > +++ > 1 file changed, 724 insertions(

[Qemu-devel] [RFC 17/18] validator.py script

2018-03-29 Thread Eduardo Habkost
See cover letter for a description of the new test system. TODO: code clean up TODO: write description. Signed-off-by: Eduardo Habkost --- scripts/validator.py | 724 +++ 1 file changed, 724 insertions(+) create mode 100755 scripts/validator.py