index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
qobject
/
qlist.c
Age
Commit message (
Expand
)
Author
2020-12-19
qobject: Move internals to qobject-internal.h
Markus Armbruster
2020-04-30
qobject: Eliminate qlist_iter(), use QLIST_FOREACH_ENTRY() instead
Markus Armbruster
2018-08-24
qobject: Drop superfluous includes of qemu-common.h
Markus Armbruster
2018-05-04
qobject: Replace qobject_incref/QINCREF qobject_decref/QDECREF
Marc-André Lureau
2018-03-19
qapi: Remove qobject_to_X() functions
Max Reitz
2018-03-19
qapi: Replace qobject_to_X(o) by qobject_to(X, o)
Max Reitz
2018-02-09
Include qapi/qmp/qobject.h exactly where needed
Markus Armbruster
2018-02-09
qdict qlist: Make most helper macros functions
Markus Armbruster
2017-11-17
qapi: Add qobject_is_equal()
Max Reitz
2016-06-20
coccinelle: Remove unnecessary variables for function return value
Eduardo Habkost
2016-02-04
qobject: Clean up includes
Peter Maydell
2015-12-17
qobject: Simplify QObject
Eric Blake
2015-10-29
qlist: Make conversion from QObject * accept null
Markus Armbruster
2013-01-12
build: move qobject files to qobject/ and libqemuutil.a
Paolo Bonzini