index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
qapi
/
qmp
Age
Commit message (
Expand
)
Author
2017-11-17
qapi: Add qobject_is_equal()
Max Reitz
2017-11-17
qapi/qlist: Add qlist_append_null() macro
Max Reitz
2017-11-17
qapi/qnull: Add own header
Max Reitz
2017-09-04
qlit: add QLIT_QNULL and QLIT_BOOL
Marc-André Lureau
2017-09-04
qlit: make qlit_equal_qobject() take const arguments
Marc-André Lureau
2017-09-04
qlit: make qlit_equal_qobject return a bool
Marc-André Lureau
2017-09-04
qlit: rename compare_litqobj_to_qobj() to qlit_equal_qobject()
Marc-André Lureau
2017-09-04
qlit: Change compound literals to initializers
Marc-André Lureau
2017-09-04
qlit: use QLit prefix consistently
Marc-André Lureau
2017-09-04
qlit: move qlit from check-qjson to qobject/
Marc-André Lureau
2017-09-04
qdict: Add qdict_put_null() helper, and put it to use
Marc-André Lureau
2017-09-04
qobject: Explain how QNum works, and why
Markus Armbruster
2017-07-24
qapi: Introduce a first class 'null' type
Markus Armbruster
2017-07-24
qapi: Separate type QNull from QObject
Markus Armbruster
2017-06-20
qnum: add uint type
Marc-André Lureau
2017-06-20
qapi: merge QInt and QFloat in QNum
Marc-André Lureau
2017-05-08
qobject: Add helper macros for common scalar insertions
Eric Blake
2017-03-07
qobject: Propagate parse errors through qobject_from_json()
Markus Armbruster
2017-03-07
qobject: Propagate parse errors through qobject_from_jsonv()
Markus Armbruster
2017-03-05
qmp: Eliminate silly QERR_QMP_* macros
Markus Armbruster
2017-03-05
qapi: Support multiple command registries per program
Markus Armbruster
2016-10-25
qdict: implement a qdict_crumple method for un-flattening a dict
Daniel P. Berrange
2016-09-19
qapi: Support unregistering QMP commands
Markus Armbruster
2016-07-13
blockjob: Update description of the 'id' field
Alberto Garcia
2016-07-12
Clean up header guards that don't match their file name
Markus Armbruster
2016-07-06
qapi: Improve use of qmp/types.h
Eric Blake
2016-05-12
qmp: Drop dead command->type
Eric Blake
2016-03-17
qapi: Drop QERR_UNKNOWN_BLOCK_FORMAT_FEATURE
Max Reitz
2016-02-23
include: Clean up includes
Peter Maydell
2015-12-17
qapi: Convert QType into QAPI built-in enum type
Eric Blake
2015-12-17
qobject: Rename qtype_code to QType
Eric Blake
2015-12-17
qobject: Simplify QObject
Eric Blake
2015-11-26
qjson: surprise, allocating 6 QObjects per token is expensive
Paolo Bonzini
2015-11-26
qjson: store tokens in a GQueue
Paolo Bonzini
2015-11-26
qjson: replace QString in JSONLexer with GString
Paolo Bonzini
2015-11-26
qjson: Give each of the six structural chars its own token type
Markus Armbruster
2015-11-26
qjson: Spell out some silent assumptions
Markus Armbruster
2015-11-09
qobject: Protect against use-after-free in qobject_decref()
Eric Blake
2015-11-06
replay: replay blockers for devices
Pavel Dovgalyuk
2015-10-29
qobject: Drop QObject_HEAD
Markus Armbruster
2015-06-22
qerror: Move #include out of qerror.h
Markus Armbruster
2015-06-22
qerror: Finally unused, clean up
Markus Armbruster
2015-06-22
qerror: Clean up QERR_ macros to expand into a single string
Markus Armbruster
2015-06-22
qerror: Eliminate QERR_DEVICE_NOT_FOUND
Markus Armbruster
2015-06-22
qdev-monitor: Convert qbus_find() to Error
Markus Armbruster
2015-06-22
qobject: Use 'bool' inside qdict
Eric Blake
2015-06-22
qobject: Use 'bool' for qbool
Eric Blake
2015-06-12
qdict: Add qdict_{set,copy}_default()
Kevin Wolf
2015-06-12
qdict: Add qdict_array_entries()
Kevin Wolf
2015-05-11
qobject: Add a special null QObject
Markus Armbruster
[next]