From: Eric Blake <eblake@redhat.com>
To: Paolo Bonzini <pbonzini@redhat.com>
Cc: armbru@redhat.com, aliguori@us.ibm.com,
Lei Li <lilei@linux.vnet.ibm.com>,
qemu-devel@nongnu.org, kraxel@redhat.com
Subject: Re: [Qemu-devel] [for 1.5? Qemu-devel] [PATCH 2/3] chardev: Make the name of ringbuf device consistent
Date: Mon, 20 May 2013 09:05:58 -0600 [thread overview]
Message-ID: <519A3BD6.7050304@redhat.com> (raw)
In-Reply-To: <519A0226.8000105@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 2107 bytes --]
On 05/20/2013 04:59 AM, Paolo Bonzini wrote:
> Il 20/05/2013 12:43, Paolo Bonzini ha scritto:
>> Il 20/05/2013 08:51, Lei Li ha scritto:
>>> Now we have ringbuf char device, but the backend name of it
>>> is a little confusion. We actually register it by 'memory', but
>>> the description in qemu-option, the name of open functions
>>> and the new api backend called it 'ringbuf'. It should keep
>>> consistent. This patch named it all to 'ringbuf'.
>>>
>>> Signed-off-by: Lei Li <lilei@linux.vnet.ibm.com>
>>> ---
>>> qapi-schema.json | 2 +-
>>> qemu-char.c | 12 ++++++------
>>> 2 files changed, 7 insertions(+), 7 deletions(-)
>>>
>>> diff --git a/qapi-schema.json b/qapi-schema.json
>>> index 9302e7d..61f6b34 100644
>>> --- a/qapi-schema.json
>>> +++ b/qapi-schema.json
>>> @@ -3321,7 +3321,7 @@
>>> 'spicevmc' : 'ChardevSpiceChannel',
>>> 'spiceport' : 'ChardevSpicePort',
>>> 'vc' : 'ChardevVC',
>>> - 'memory' : 'ChardevRingbuf' } }
>>> + 'ringbuf': 'ChardevRingbuf' } }
This would be an ABI-visible change.
> Oh, actually this is different. The only inconsistency is in the name
> of the type, the enum is consistent with the -chardev option and it
> cannot be renamed because it was in QEMU 1.4.
>
> So we can change the type, but we can do that post 1.5.
Careful. While the union existed in 1.4, it had fewer elements; the
'memory' element was added in commit 1da48c65, which means it has never
been released yet. If you want to avoid an ABI change, then this commit
must go in NOW.
This also reiterates the question of how libvirt can know which members
of a union are present, since we have added members to the union that
were not available in 1.4 but still don't have a way to introspect which
chardevs can be added.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 621 bytes --]
next prev parent reply other threads:[~2013-05-20 15:06 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-20 6:51 [Qemu-devel] [PATCH 0/3] Chardev related fixes Lei Li
2013-05-20 6:51 ` [Qemu-devel] [PATCH 1/3] chardev: Make consistent with udp device for new qapi backend Lei Li
2013-05-20 10:43 ` [Qemu-devel] [PATCH for-1.5? " Paolo Bonzini
2013-05-20 15:00 ` [Qemu-devel] [PATCH " Eric Blake
2013-05-20 6:51 ` [Qemu-devel] [PATCH 2/3] chardev: Make the name of ringbuf device consistent Lei Li
2013-05-20 10:43 ` Paolo Bonzini
2013-05-20 10:59 ` Paolo Bonzini
2013-05-20 15:05 ` Eric Blake [this message]
2013-05-20 15:15 ` [Qemu-devel] [for 1.5? Qemu-devel] " Paolo Bonzini
2013-05-21 10:14 ` Lei Li
2013-05-20 6:51 ` [Qemu-devel] [PATCH 3/3] chardev: Get filename for new qapi backend Lei Li
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=519A3BD6.7050304@redhat.com \
--to=eblake@redhat.com \
--cc=aliguori@us.ibm.com \
--cc=armbru@redhat.com \
--cc=kraxel@redhat.com \
--cc=lilei@linux.vnet.ibm.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).