summaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)AuthorFilesLines
2016-02-10memory: fix usage of find_next_bit and find_next_zero_bitPaolo Bonzini1-19/+36
2016-02-09memory: RCU ram_list.dirty_memory[] for safe RAM hotplugStefan Hajnoczi1-24/+165
2016-02-09memory: add early bail out from cpu_physical_memory_set_dirty_rangePaolo Bonzini1-0/+4
2016-02-05ram: Split host_from_stream_offset() into two helper functionszhanghailiang1-2/+6
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini1-0/+60
2016-01-21memory: Add address_space_init_shareable()Peter Crosthwaite1-0/+18
2016-01-21exec.c: Add cpu_get_address_space()Peter Maydell1-0/+9
2016-01-21exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell1-1/+1
2016-01-21cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell1-2/+2
2016-01-21exec-all.h: Document tlb_set_page_with_attrs, tlb_set_pagePeter Maydell1-3/+31
2016-01-21exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell1-0/+4
2016-01-21exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell1-1/+15
2016-01-09ivshmem: Store file descriptor for vhost-user negotiationTetsuya Mukawa1-0/+1
2015-12-17memory: try to inline constant-length readsPaolo Bonzini2-18/+57
2015-12-17memory: inline a few small accessorsPaolo Bonzini1-4/+18
2015-12-17memory: extract first iteration of address_space_read and address_space_writePaolo Bonzini1-0/+6
2015-12-17memory: avoid unnecessary object_ref/unrefPaolo Bonzini1-0/+1
2015-12-17memory: reorder MemoryRegion fieldsPaolo Bonzini1-10/+14
2015-12-17exec: always call qemu_get_ram_ptr within rcu_read_lockPaolo Bonzini1-2/+7
2015-12-17exec: Eliminate qemu_ram_free_from_ptr()Eduardo Habkost1-1/+0
2015-12-02translate-all: ensure host page mask is always extended with 1'sPaolo Bonzini1-3/+5
2015-11-10qemu_ram_block_by_nameDr. David Alan Gilbert1-0/+1
2015-11-10qemu_ram_block_from_hostDr. David Alan Gilbert2-2/+3
2015-11-10Move page_size_init earlierDr. David Alan Gilbert1-1/+0
2015-11-05cpu-exec: allow temporary disabling icountPavel Dovgalyuk1-0/+1
2015-10-19hw/pci: Introduce pci_requester_id()Pavel Fedin1-2/+2
2015-10-12exec: remove non-TCG stuff from exec-all.h header.Paolo Bonzini2-6/+1
2015-10-12exec.c: Collect AddressSpace related fields into a CPUAddressSpace structPeter Maydell1-1/+1
2015-10-08Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20151007.0' i...Peter Maydell1-0/+13
2015-10-07tcg: Adjust CODE_GEN_AVG_BLOCK_SIZERichard Henderson1-5/+6
2015-10-07tcg: Check for overflow via highwater markRichard Henderson1-6/+0
2015-10-07tcg: Remove gen_intermediate_code_pcRichard Henderson1-1/+0
2015-10-07tcg: Save insn data and use it in cpu_restore_state_from_tbRichard Henderson1-0/+1
2015-10-07tcg: Pass data argument to restore_state_to_opcRichard Henderson1-1/+1
2015-10-07tcg: Merge cpu_gen_code into tb_gen_codeRichard Henderson1-2/+0
2015-10-05memory: Allow replay of IOMMU mapping notificationsDavid Gibson1-0/+13
2015-09-16include/exec: Move cputlb exec.c defs outPeter Crosthwaite2-16/+18
2015-09-16cputlb: Change tlb_set_dirty() arg to cpuPeter Crosthwaite1-1/+1
2015-09-16cputlb: move CPU_LOOP() for tlb_reset() to exec.cPeter Crosthwaite1-1/+1
2015-09-14Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell4-94/+51
2015-09-11cpu-exec: introduce loop exit with restore functionPavel Dovgalyuk1-0/+1
2015-09-11softmmu: remove now unused functionsPavel Dovgalyuk1-19/+0
2015-09-11softmmu: add helper function to pass through retaddrPavel Dovgalyuk2-8/+76
2015-09-11tlb: Add "ifetch" argument to cpu_mmu_index()Benjamin Herrenschmidt1-2/+2
2015-09-11typofixes - v4Veres Lajos1-1/+1
2015-09-11maint: remove / fix many doubled wordsDaniel P. Berrange1-1/+1
2015-09-09exec: make mmap_lock/mmap_unlock globally availablePaolo Bonzini1-0/+6
2015-09-09remove unused spinlock.KONRAD Frederic1-49/+0
2015-09-09replace spinlock by QemuMutex.KONRAD Frederic1-2/+2
2015-09-09Move RAMBlock and ram_list to ram_addr.hDr. David Alan Gilbert2-41/+40