aboutsummaryrefslogtreecommitdiff
path: root/include/qom
AgeCommit message (Expand)Author
2018-10-17cpu: Provide a proper prototype for target_words_bigendian() in a headerThomas Huth
2018-08-23qom: convert the CPU list to RCUEmilio G. Cota
2018-08-14accel/tcg: Pass read access type through to io_readx()Peter Maydell
2018-07-17qom/object: Add a new function object_initialize_child()Thomas Huth
2018-07-02cpu: Assert asidx_from_attrs return value in rangeRichard Henderson
2018-06-15exec.c: Handle IOMMUs in address_space_translate_for_iotlb()Peter Maydell
2018-06-12object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalenceMarc-André Lureau
2018-05-18target/arm: Add the XML dynamic generationAbdallah Bouassida
2018-05-09qom: allow object_get_canonical_path_component without parentPaolo Bonzini
2018-03-19Use cpu_create(type) instead of cpu_init(cpu_model)Igor Mammedov
2018-03-12qom: introduce object_class_get_list_sortedPaolo Bonzini
2018-03-06qmp: Add qom-list-properties to list QOM object propertiesAlexey Kardashevskiy
2018-03-02qapi: Move qapi-schema.json to qapi/, rename generated filesMarkus Armbruster
2018-03-02Include less of the generated modular QAPI headersMarkus Armbruster
2018-02-09Include qapi/qmp/qdict.h exactly where neededMarkus Armbruster
2018-01-25accel/tcg: add size paremeter in tlb_fill()Laurent Vivier
2017-12-22i386: hvf: add code base from Google's QEMU repositorySergio Andres Gomez Del Real
2017-11-13qom: move CPUClass.tcg_initialize to a globalEmilio G. Cota
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson
2017-10-17qom: add helper macro DEFINE_TYPES()Igor Mammedov
2017-10-17qom: introduce type_register_static_array()Igor Mammedov
2017-10-09qom: update doc comment for type_register[_static]()Igor Mammedov
2017-10-03qom: provide root container for internal objsPeter Xu
2017-09-20Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...Peter Maydell
2017-09-19cpu: drop old comments describing membersDavid Hildenbrand
2017-09-19cpu: make cpu_generic_init() abort QEMU on errorIgor Mammedov
2017-09-19qom: cpus: split cpu_generic_init() on feature parsing and cpu creation partsIgor Mammedov
2017-09-19vl: Clean up user-creatable objects when exitingEduardo Habkost
2017-09-07boards.h: Define new flag ignore_memory_transaction_failuresPeter Maydell
2017-09-04cpu: Define new cpu_transaction_failed() hookPeter Maydell
2017-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-09-01-v3' in...Peter Maydell
2017-09-04qapi: Change data type of the FOO_lookup generated for enum FOOMarc-André Lureau
2017-09-01cpu: cpu_by_arch_id() helperEduardo Habkost
2017-09-01qom: Remove unused errp parameter from can_be_deleted()Eduardo Habkost
2017-08-09Revert "cpu: add APIs to allocate/free CPU environment"Michael S. Tsirkin
2017-08-08cpu: add APIs to allocate/free CPU environmentMichael S. Tsirkin
2017-07-17trace: [tcg] Delay changes to dynamic state when translatingLluís Vilanova
2017-07-17trace: Allocate cpu->trace_dstate in placeLluís Vilanova
2017-07-14cpu: Convert to DEFINE_PROP_LINKFam Zheng
2017-07-14qom: enforce readonly nature of link's check callbackIgor Mammedov
2017-07-14qom/cpu: remove host_tid fieldAlex Bennée
2017-07-04include/exec/poison: Mark CONFIG_SOFTMMU as poisonedThomas Huth
2017-07-04vcpu_dirty: share the same field in CPUState for all acceleratorsSergio Andres Gomez Del Real
2017-06-30tcg: consistently access cpu->tb_jmp_cache atomicallyEmilio G. Cota
2017-06-20object: add uint property setter/getterMarc-André Lureau
2017-06-05numa: move numa_node from CPUState into target specific classesIgor Mammedov
2017-05-11spapr: add node-id property to sPAPR coreIgor Mammedov
2017-04-10cpus: don't credit executed instructions before they have runAlex Bennée
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini