aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2016-05-19qemu-common: stop including qemu/host-utils.h from qemu-common.hPaolo Bonzini
2016-05-19cpu: move endian-dependent load/store functions to cpu-all.hPaolo Bonzini
2016-05-19include: poison symbols in osdep.hPaolo Bonzini
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov
2016-05-12tcg: Clarify thread safety check in tb_add_jump()Sergey Fedorov
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12tcg: Note requirement on atomic direct jump patchingSergey Fedorov
2016-05-12tcg/arm: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/s390: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tcg/i386: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tci: Make direct jump patching thread-safeSergey Fedorov
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota
2016-05-12gen-icount: Use tcg_set_insn_paramEdgar E. Iglesias
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée
2016-03-22qemu-log: Improve the "exec" TB execution loggingPeter Maydell
2016-03-22Use scripts/clean-includes to drop redundant qemu/typedefs.hMarkus Armbruster
2016-03-07exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng
2016-03-07memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng
2016-03-07exec: Return RAMBlock pointer from allocating functionsFam Zheng
2016-02-25Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2016-02-25memory: Remove unreachable return statementGonglei
2016-02-25memory: optimize qemu_get_ram_ptr and qemu_ram_ptr_lengthGonglei
2016-02-25exec: store RAMBlock pointer into memory regionGonglei
2016-02-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2016-02-23include: Clean up includesPeter Maydell
2016-02-23move get_current_ram_size to virtio-balloon.cVladimir Sementsov-Ogievskiy
2016-02-10memory: fix usage of find_next_bit and find_next_zero_bitPaolo Bonzini
2016-02-09memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi
2016-02-09memory: add early bail out from cpu_physical_memory_set_dirty_rangePaolo Bonzini
2016-02-05ram: Split host_from_stream_offset() into two helper functionszhanghailiang
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-21memory: Add address_space_init_shareable()Peter Crosthwaite
2016-01-21exec.c: Add cpu_get_address_space()Peter Maydell
2016-01-21exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell
2016-01-21cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell
2016-01-21exec-all.h: Document tlb_set_page_with_attrs, tlb_set_pagePeter Maydell
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell
2016-01-21exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell
2016-01-09ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa
2015-12-17memory: try to inline constant-length readsPaolo Bonzini
2015-12-17memory: inline a few small accessorsPaolo Bonzini
2015-12-17memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini
2015-12-17memory: avoid unnecessary object_ref/unrefPaolo Bonzini
2015-12-17memory: reorder MemoryRegion fieldsPaolo Bonzini
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini
2015-11-10qemu_ram_block_by_nameDr. David Alan Gilbert