qemu-e2k/include/qapi
Marc-André Lureau 01b2ffcedd qapi: merge QInt and QFloat in QNum
We would like to use a same QObject type to represent numbers, whether
they are int, uint, or floats. Getters will allow some compatibility
between the various types if the number fits other representations.

Add a few more tests while at it.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20170607163635.17635-7-marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[parse_stats_intervals() simplified a bit, comment in
test_visitor_in_int_overflow() tidied up, suppress bogus warnings]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
2017-06-20 14:31:31 +02:00
..
qmp qapi: merge QInt and QFloat in QNum 2017-06-20 14:31:31 +02:00
clone-visitor.h qapi: New QAPI_CLONE_MEMBERS() 2017-05-09 09:14:40 +02:00
dealloc-visitor.h include: Fix typos found by codespell 2017-01-24 23:26:52 +03:00
error.h error: error_setg_errno(): errno gets preserved 2017-01-19 15:42:36 +01:00
opts-visitor.h opts-visitor: Favor new visit_free() function 2016-07-06 10:52:04 +02:00
qmp-event.h include: Clean up includes 2016-02-23 12:43:05 +00:00
qobject-input-visitor.h qapi: merge QInt and QFloat in QNum 2017-06-20 14:31:31 +02:00
qobject-output-visitor.h qapi: merge QInt and QFloat in QNum 2017-06-20 14:31:31 +02:00
string-input-visitor.h string-input-visitor: Favor new visit_free() function 2016-07-06 10:52:04 +02:00
string-output-visitor.h qapi: Add new visit_complete() function 2016-07-06 10:52:04 +02:00
util.h qapi: New parse_qapi_name() 2017-03-07 16:07:47 +01:00
visitor-impl.h qapi: Make input visitors detect unvisited list tails 2017-03-05 09:14:20 +01:00
visitor.h qapi: Document visit_type_any() issues with keyval input 2017-05-31 16:04:05 +02:00