aboutsummaryrefslogtreecommitdiff
path: root/include/qom
AgeCommit message (Expand)AuthorFilesLines
2019-08-21hw/core: Move cpu.c, cpu.h from qom/ to hw/core/Markus Armbruster1-1129/+0
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-1/+0
2019-08-16migration: Move the VMStateDescription typedef to typedefs.hMarkus Armbruster1-2/+2
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-06-10cpu: Move icount_decr to CPUNegativeOffsetStateRichard Henderson1-22/+18
2019-05-22cpus: Initialize pseudo-random seeds for all guest cpusRichard Henderson1-0/+1
2019-05-10tcg: Remove CPUClass::handle_mmu_faultRichard Henderson1-3/+0
2019-05-10tcg: Add CPUClass::tlb_fillRichard Henderson1-0/+9
2019-04-25cpu: Rename parse_cpu_model() to parse_cpu_option()Eduardo Habkost1-3/+3
2019-04-18disas: Rename include/disas/bfd.h back to include/disas/dis-asm.hMarkus Armbruster1-1/+1
2019-04-18qom/cpu: Simplify how CPUClass:cpu_dump_state() printsMarkus Armbruster1-8/+3
2019-04-18qom/cpu: Simplify how CPUClass::dump_statistics() printsMarkus Armbruster1-7/+4
2019-03-11qom: Move compat_props machinery from qdev to QOMMarkus Armbruster1-0/+3
2019-02-01arm: Clarify the logic of set_pc()Julia Suvorova1-2/+14
2019-01-29qom/cpu: Add cluster_index to CPUStatePeter Maydell1-0/+7
2019-01-11qemu/queue.h: typedef QTAILQ headsPaolo Bonzini1-2/+3
2019-01-11qemu/queue.h: leave head structs anonymous unless necessaryPaolo Bonzini1-2/+2
2019-01-09qom: Include qemu/fprintf-fn.h in cpu.hPriit Laes1-0/+1
2019-01-07hw: apply accel compat properties without touching globalsMarc-André Lureau1-0/+3
2018-12-11qom: remove unimplemented class_finalizeMarc-André Lureau1-5/+2
2018-12-11qom: make user_creatable_complete() specific to UserCreatableMarc-André Lureau1-2/+2
2018-12-11qom: make interface types abstractMarc-André Lureau1-5/+1
2018-12-11move ObjectClass to typedefs.hGerd Hoffmann1-1/+0
2018-10-31cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flushRichard Henderson1-6/+0
2018-10-26cpu.h: fix a typo in commentLi Qiang1-1/+1
2018-10-17cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth1-0/+11
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota1-6/+5
2018-08-14accel/tcg: Pass read access type through to io_readx()Peter Maydell1-0/+6
2018-07-17qom/object: Add a new function object_initialize_child()Thomas Huth1-2/+43
2018-07-02cpu: Assert asidx_from_attrs return value in rangeRichard Henderson1-2/+4
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell1-0/+3
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau1-3/+9
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida1-1/+4
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini1-0/+1
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov1-14/+2
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini1-0/+11
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy1-0/+16
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster1-1/+1
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster2-1/+2
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster1-1/+0
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier1-1/+1
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real1-0/+2
2017-11-13qom: move CPUClass.tcg_initialize to a globalEmilio G. Cota1-1/+0
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson1-0/+1
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson1-2/+6
2017-10-17qom: add helper macro DEFINE_TYPES()Igor Mammedov1-0/+36
2017-10-17qom: introduce type_register_static_array()Igor Mammedov1-0/+10
2017-10-09qom: update doc comment for type_register[_static]()Igor Mammedov1-2/+2
2017-10-03qom: provide root container for internal objsPeter Xu1-0/+11
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell2-0/+30