summary refs log tree commit diff stats
path: root/include/exec (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* memory: fix usage of find_next_bit and find_next_zero_bitPaolo Bonzini2016-02-101-19/+36
* memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi2016-02-091-24/+165
* memory: add early bail out from cpu_physical_memory_set_dirty_rangePaolo Bonzini2016-02-091-0/+4
* ram: Split host_from_stream_offset() into two helper functionszhanghailiang2016-02-051-2/+6
* log: do not unnecessarily include qom/cpu.hPaolo Bonzini2016-02-031-0/+60
* memory: Add address_space_init_shareable()Peter Crosthwaite2016-01-211-0/+18
* exec.c: Add cpu_get_address_space()Peter Maydell2016-01-211-0/+9
* exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell2016-01-211-1/+1
* cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell2016-01-211-2/+2
* exec-all.h: Document tlb_set_page_with_attrs, tlb_set_pagePeter Maydell2016-01-211-3/+31
* exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell2016-01-211-0/+4
* exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell2016-01-211-1/+15
* ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa2016-01-091-0/+1
* memory: try to inline constant-length readsPaolo Bonzini2015-12-172-18/+57
* memory: inline a few small accessorsPaolo Bonzini2015-12-171-4/+18
* memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini2015-12-171-0/+6
* memory: avoid unnecessary object_ref/unrefPaolo Bonzini2015-12-171-0/+1
* memory: reorder MemoryRegion fieldsPaolo Bonzini2015-12-171-10/+14
* exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini2015-12-171-2/+7
* exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost2015-12-171-1/+0
* translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini2015-12-021-3/+5
* qemu_ram_block_by_nameDr. David Alan Gilbert2015-11-101-0/+1
* qemu_ram_block_from_hostDr. David Alan Gilbert2015-11-102-2/+3
* Move page_size_init earlierDr. David Alan Gilbert2015-11-101-1/+0
* cpu-exec: allow temporary disabling icountPavel Dovgalyuk2015-11-051-0/+1
* hw/pci: Introduce pci_requester_id()Pavel Fedin2015-10-191-2/+2
* exec: remove non-TCG stuff from exec-all.h header.Paolo Bonzini2015-10-122-6/+1
* exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell2015-10-121-1/+1
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20151007.0' i...Peter Maydell2015-10-081-0/+13
|\
| * memory: Allow replay of IOMMU mapping notificationsDavid Gibson2015-10-051-0/+13
* | tcg: Adjust CODE_GEN_AVG_BLOCK_SIZERichard Henderson2015-10-071-5/+6
* | tcg: Check for overflow via highwater markRichard Henderson2015-10-071-6/+0
* | tcg: Remove gen_intermediate_code_pcRichard Henderson2015-10-071-1/+0
* | tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson2015-10-071-0/+1
* | tcg: Pass data argument to restore_state_to_opcRichard Henderson2015-10-071-1/+1
* | tcg: Merge cpu_gen_code into tb_gen_codeRichard Henderson2015-10-071-2/+0
|/
* include/exec: Move cputlb exec.c defs outPeter Crosthwaite2015-09-162-16/+18
* cputlb: Change tlb_set_dirty() arg to cpuPeter Crosthwaite2015-09-161-1/+1
* cputlb: move CPU_LOOP() for tlb_reset() to exec.cPeter Crosthwaite2015-09-161-1/+1
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-09-144-94/+51
|\
| * exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini2015-09-091-0/+6
| * remove unused spinlock.KONRAD Frederic2015-09-091-49/+0
| * replace spinlock by QemuMutex.KONRAD Frederic2015-09-091-2/+2
| * Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert2015-09-092-41/+40
| * tcg: signal-free qemu_cpu_kickPaolo Bonzini2015-09-091-2/+2
| * tcg: introduce tcg_current_cpuPaolo Bonzini2015-09-091-0/+1
* | cpu-exec: introduce loop exit with restore functionPavel Dovgalyuk2015-09-111-0/+1
* | softmmu: remove now unused functionsPavel Dovgalyuk2015-09-111-19/+0
* | softmmu: add helper function to pass through retaddrPavel Dovgalyuk2015-09-112-8/+76
* | tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt2015-09-111-2/+2