[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] [Qemu-devel] ARRAYS :QMP Declaration
From: |
Luiz Capitulino |
Subject: |
Re: [Qemu-discuss] [Qemu-devel] ARRAYS :QMP Declaration |
Date: |
Tue, 16 Jul 2013 09:30:22 -0400 |
On Tue, 16 Jul 2013 09:27:27 +0800
Saptarshi Sen <address@hidden> wrote:
> Hi,
>
> Is it possible to use fixed array data structures for use through the
> qmp-interface.
>
> My aim is to monitor IDE level activity in terms of sectors being
> accessed. So
> I plan to have a fixed size buffer. But I find no way of doing so when I
> use the
> qapi-schema.json.
>
> I think the qmp -interface uses linked lists as a replacement for array
> type structures.
Yes, what JSON calls an array is actually a list. Why can't you use that?