Age | Commit message (Expand) | Author | Files | Lines |
2020-05-15 | qom: Drop object_property_set_description() parameter @errp | Markus Armbruster | 1 | -4/+2 |
2020-05-15 | qom: Make all the object_property_add_FOO() return the property | Markus Armbruster | 1 | -13/+37 |
2020-05-15 | qom: Drop convenience method object_property_get_uint16List() | Markus Armbruster | 1 | -14/+0 |
2020-05-15 | qom: Clean up inconsistent use of gchar * vs. char * | Markus Armbruster | 1 | -6/+6 |
2020-04-30 | qemu-storage-daemon: Fix non-string --object properties | Kevin Wolf | 1 | -1/+5 |
2020-04-30 | qom: Factor out user_creatable_add_dict() | Kevin Wolf | 1 | -0/+12 |
2020-03-16 | qom/object: enable setter for uint types | Felipe Franciosi | 1 | -8/+40 |
2020-03-06 | qapi: Flatten object-add | Kevin Wolf | 1 | -0/+7 |
2020-01-24 | qom: introduce object_property_help() | Marc-André Lureau | 1 | -0/+13 |
2020-01-24 | object: return self in object_ref() | Marc-André Lureau | 1 | -1/+2 |
2020-01-24 | object: add object_class_property_add_link() | Marc-André Lureau | 1 | -0/+9 |
2020-01-24 | object: add direct link flag | Marc-André Lureau | 1 | -0/+3 |
2020-01-24 | object: rename link "child" to "target" | Marc-André Lureau | 1 | -2/+2 |
2020-01-24 | object: add object_property_set_default | Marc-André Lureau | 1 | -0/+37 |
2020-01-24 | object: make object_class_property_add* return property | Marc-André Lureau | 1 | -8/+16 |
2020-01-24 | object: add class property initializer | Marc-André Lureau | 1 | -2/+14 |
2020-01-02 | object: add g_autoptr support | Marc-André Lureau | 1 | -0/+3 |
2019-12-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -2/+21 |
2019-12-18 | include/qom/object.h: rename Error ** parameter to more common errp | Vladimir Sementsov-Ogievskiy | 1 | -2/+2 |
2019-12-17 | object: Improve documentation of interfaces | Greg Kurz | 1 | -2/+8 |
2019-12-17 | qom: add object_new_with_class | Paolo Bonzini | 1 | -0/+12 |
2019-12-17 | qom: introduce object_register_sugar_prop | Paolo Bonzini | 1 | -0/+1 |
2019-10-14 | vl: Split off user_creatable_print_help() | Kevin Wolf | 1 | -0/+12 |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 1 | -1129/+0 |
2019-08-16 | Include qemu/queue.h slightly less | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | migration: Move the VMStateDescription typedef to typedefs.h | Markus Armbruster | 1 | -2/+2 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2019-06-10 | cpu: Move icount_decr to CPUNegativeOffsetState | Richard Henderson | 1 | -22/+18 |
2019-05-22 | cpus: Initialize pseudo-random seeds for all guest cpus | Richard Henderson | 1 | -0/+1 |
2019-05-10 | tcg: Remove CPUClass::handle_mmu_fault | Richard Henderson | 1 | -3/+0 |
2019-05-10 | tcg: Add CPUClass::tlb_fill | Richard Henderson | 1 | -0/+9 |
2019-04-25 | cpu: Rename parse_cpu_model() to parse_cpu_option() | Eduardo Habkost | 1 | -3/+3 |
2019-04-18 | disas: Rename include/disas/bfd.h back to include/disas/dis-asm.h | Markus Armbruster | 1 | -1/+1 |
2019-04-18 | qom/cpu: Simplify how CPUClass:cpu_dump_state() prints | Markus Armbruster | 1 | -8/+3 |
2019-04-18 | qom/cpu: Simplify how CPUClass::dump_statistics() prints | Markus Armbruster | 1 | -7/+4 |
2019-03-11 | qom: Move compat_props machinery from qdev to QOM | Markus Armbruster | 1 | -0/+3 |
2019-02-01 | arm: Clarify the logic of set_pc() | Julia Suvorova | 1 | -2/+14 |
2019-01-29 | qom/cpu: Add cluster_index to CPUState | Peter Maydell | 1 | -0/+7 |
2019-01-11 | qemu/queue.h: typedef QTAILQ heads | Paolo Bonzini | 1 | -2/+3 |
2019-01-11 | qemu/queue.h: leave head structs anonymous unless necessary | Paolo Bonzini | 1 | -2/+2 |
2019-01-09 | qom: Include qemu/fprintf-fn.h in cpu.h | Priit Laes | 1 | -0/+1 |
2019-01-07 | hw: apply accel compat properties without touching globals | Marc-André Lureau | 1 | -0/+3 |
2018-12-11 | qom: remove unimplemented class_finalize | Marc-André Lureau | 1 | -5/+2 |
2018-12-11 | qom: make user_creatable_complete() specific to UserCreatable | Marc-André Lureau | 1 | -2/+2 |
2018-12-11 | qom: make interface types abstract | Marc-André Lureau | 1 | -5/+1 |
2018-12-11 | move ObjectClass to typedefs.h | Gerd Hoffmann | 1 | -1/+0 |
2018-10-31 | cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush | Richard Henderson | 1 | -6/+0 |
2018-10-26 | cpu.h: fix a typo in comment | Li Qiang | 1 | -1/+1 |
2018-10-17 | cpu: Provide a proper prototype for target_words_bigendian() in a header | Thomas Huth | 1 | -0/+11 |
2018-08-23 | qom: convert the CPU list to RCU | Emilio G. Cota | 1 | -6/+5 |