[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file
From: |
Stefano Stabellini |
Subject: |
Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file |
Date: |
Mon, 29 Jun 2009 15:41:18 +0100 |
User-agent: |
Alpine 2.00 (DEB 1167 2008-08-23) |
On Mon, 29 Jun 2009, Anthony Liguori wrote:
> >
> > Yes, I meant { 'type': 'respose', 'id': 'foo', 'return': value }.
> > 'type' is the new =, and 'id' is the tag. If multiple return values
> > are needed, value can be a list or dictionary.
>
> I really don't like the syntax you proposed but that's an aesthetic
> problem. This is an interface consumed by non humans so I don't think
> it's worth arguing about something that is just as easily parsed by a
> computer even if it's hideously ugly :-)
>
> So I'll defer to whatever Luiz (or whoever sends patches) decides to do
> as long as it meets the same requirements.
>
> The main thing missing from the first patchset that this thread has
> revealed is a formal grammar for the data. This is an important
> requirement to ensure that it's reasonably parse-able by both ends.
>
Even though it is not a fun thing to do I think the interface should be
written in a more formal specification language than a spec.txt or a C
header file.
We can even come up with our own language to do it as long as it forces
us to maintain a robust interface and allow us to write simple scripts
to validate the methods we use to implement the interface in our own
language of choice.
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, (continued)
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Stefano Stabellini, 2009/06/29
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Anthony Liguori, 2009/06/29
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Avi Kivity, 2009/06/30
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Anthony Liguori, 2009/06/30
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Stefano Stabellini, 2009/06/30
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Avi Kivity, 2009/06/30
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Anthony Liguori, 2009/06/30
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Luiz Capitulino, 2009/06/30
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Avi Kivity, 2009/06/30
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Anthony Liguori, 2009/06/30
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file,
Stefano Stabellini <=
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Avi Kivity, 2009/06/29
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Filip Navara, 2009/06/28
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Vincent Hanquez, 2009/06/26
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Jamie Lokier, 2009/06/24
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Avi Kivity, 2009/06/23
- Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Vincent Hanquez, 2009/06/23
Re: [Qemu-devel] [PATCH 01/11] QMP: Introduce specification file, Blue Swirl, 2009/06/23