qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH for-2.5 0/2] Promote 'input-send-event' to supported
@ 2015-11-11 21:57 Eric Blake
  2015-11-11 21:57 ` [Qemu-devel] [PATCH for-2.5 1/2] input: Avoid CamelCase in InputEvent enums Eric Blake
  2015-11-11 21:57 ` [Qemu-devel] [PATCH for-2.5 2/2] input: Promote 'input-send-event' to stable API Eric Blake
  0 siblings, 2 replies; 8+ messages in thread
From: Eric Blake @ 2015-11-11 21:57 UTC (permalink / raw)
  To: qemu-devel; +Cc: armbru, kraxel

Now that we have introspection, we should consider what we
are exposing to the end user, and try to avoid spurious changes
in future versions.  There has been debate about switching the
qapi code generator to produce different output for 'CamelCase'
enum values; the easiest way to ensure this doesn't bite us in
later releases is to rename the QMP spellings now in a way that
doesn't impact the C spelling.  Promoting the experimental
command to supported will be the easiest way to learn about the
switch in spelling.

This isn't quite a bug fix, and it won't hurt us if we delay to
2.6 (the command remains expermental for one more release).  But
delaying will let the churn show up in introspection results,
so I'm arguing that it would be nice to get this series into 2.5;
even though any proposed changes to the generator won't go into
effect until 2.6.

Eric Blake (2):
  input: Avoid CamelCase in InputEvent enums
  input: Promote 'input-send-event' to stable API

 qapi-schema.json | 14 ++++++--------
 qmp-commands.hx  | 24 +++++++++++-------------
 ui/input.c       |  4 ++--
 3 files changed, 19 insertions(+), 23 deletions(-)

-- 
2.4.3

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-11-12 13:24 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-11 21:57 [Qemu-devel] [PATCH for-2.5 0/2] Promote 'input-send-event' to supported Eric Blake
2015-11-11 21:57 ` [Qemu-devel] [PATCH for-2.5 1/2] input: Avoid CamelCase in InputEvent enums Eric Blake
2015-11-12  8:23   ` Markus Armbruster
2015-11-12 13:24     ` Eric Blake
2015-11-11 21:57 ` [Qemu-devel] [PATCH for-2.5 2/2] input: Promote 'input-send-event' to stable API Eric Blake
2015-11-12  8:23   ` Markus Armbruster
2015-11-12  9:09     ` Gerd Hoffmann
2015-11-12 11:10       ` Markus Armbruster

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).