aboutsummaryrefslogtreecommitdiff
path: root/include/qom
AgeCommit message (Expand)Author
2016-09-27cpus-common: lock-free fast path for cpu_exec_start/endPaolo Bonzini
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov
2016-09-27cpus-common: Introduce async_safe_run_on_cpu()Paolo Bonzini
2016-09-27cpus-common: simplify locking for start_exclusive/end_exclusivePaolo Bonzini
2016-09-27cpus-common: move exclusive work infrastructure from linux-userPaolo Bonzini
2016-09-27cpus-common: move CPU work item management to common codeSergey Fedorov
2016-09-27cpus-common: move CPU list management to common codePaolo Bonzini
2016-09-27cpus: pass CPUState to run_on_cpu helpersAlex Bennée
2016-07-26exec: Set cpu_index only if it's not been explictly setIgor Mammedov
2016-07-18trace: Add per-vCPU tracing states for events with the 'vcpu' propertyLluís Vilanova
2016-07-12Fix confusing argument names in some common functionsSergey Sorokin
2016-07-07cpu: Use CPUClass->parse_features() as convertor to global propertiesIgor Mammedov
2016-07-06qom: Fix comment typoChanglong Xie
2016-06-17qom: API to get instance_size of a typeBharata B Rao
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-05-30cpu: Add a sync version of cpu_remove()Bharata B Rao
2016-05-30cpu: Reclaim vCPU objectsGu Zheng
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-19include: move CPU-related definitions out of qemu-common.hPaolo Bonzini
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov
2016-04-28qom: -object error messages lost location, restore itMarkus Armbruster
2016-03-24Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-22Remove unneeded include statements for setjmp.hStefan Weil
2016-03-01typedefs: Add CPUStateLluís Vilanova
2016-02-23include: Clean up includesPeter Maydell
2016-02-16qom: add helpers for UserCreatable object typesDaniel P. Berrange
2016-02-11Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2016-02-1...Peter Maydell
2016-02-11qom: Correct object_property_get_int() descriptionAlistair Francis
2016-02-11cpu: Add callback to check architectural watchpoint matchSergey Fedorov
2016-02-08qom: Swap 'name' next to visitor in ObjectPropertyAccessorEric Blake
2016-02-08qom: Use typedef for VisitorEric Blake
2016-01-27gdb: provide the name of the architecture in the target.xmlDavid Hildenbrand
2016-01-21qom/cpu: Add MemoryRegion propertyPeter Crosthwaite
2016-01-21cpu: Add new asidx_from_attrs() methodPeter Maydell
2016-01-21cpu: Add new get_phys_page_attrs_debug() methodPeter Maydell
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell
2016-01-18qom: Change object property iterator API contractDaniel P. Berrange
2016-01-18qom: Allow properties to be registered against classesDaniel P. Berrange
2015-12-03qom: Update documentation comment of struct ObjectCao jin
2015-11-19qom: Replace object property list with GHashTablePavel Fedin
2015-11-18qom: Introduce ObjectPropertyIterator struct for iterationDaniel P. Berrange
2015-11-06qom/object: fix 2 comment typosCao jin
2015-10-12exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell
2015-10-07target-*: Introduce and use cpu_breakpoint_testRichard Henderson
2015-09-30cpu: Provide vcpu throttling interfaceJason J. Herne
2015-09-16cpu: Add crash_occurred flag into CPUStateAndrey Smetanin
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell