summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* cpu: Move thread_id to CPUStateAndreas Färber2012-10-311-1/+4
* cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber2012-10-311-1/+1
* cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber2012-10-311-1/+2
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-81/+81
* Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino2012-10-221-0/+1
* Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori2012-10-221-1/+1
|\
| * ram: Export last_ram_offset()Juan Quintela2012-10-171-1/+1
* | Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori2012-10-221-184/+133
|\ \
| * | memory: add address_space_destroy()Avi Kivity2012-10-221-0/+10
| * | memory: per-AddressSpace dispatchAvi Kivity2012-10-221-67/+107
| * | memory: use AddressSpace for MemoryListener filteringAvi Kivity2012-10-221-5/+5
| * | memory: move tcg flush into a tcg memory listenerAvi Kivity2012-10-221-2/+6
| * | memory: move address_space_memory and address_space_io out of memory coreAvi Kivity2012-10-221-2/+7
| * | memory: manage coalesced mmio via a MemoryListenerAvi Kivity2012-10-221-13/+0
| * | memory: drop no-op MemoryListener callbacksAvi Kivity2012-10-151-96/+0
| * | memory: rename 'exec-obsolete.h'Avi Kivity2012-10-151-2/+1
| |/
* | exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.cRichard Henderson2012-10-201-0/+4
* | exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson2012-10-201-19/+11
* | exec: Do not use absolute address hints for code_gen_buffer with -fpieRichard Henderson2012-10-201-1/+6
* | exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too largeRichard Henderson2012-10-201-1/+5
* | exec: Split up and tidy code_gen_bufferRichard Henderson2012-10-201-92/+103
|/
* cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell2012-10-051-10/+2
* exec, memory: Call to xen_modified_memory.Anthony PERARD2012-10-031-0/+1
* exec: Introduce helper to set dirty flags.Anthony PERARD2012-10-031-35/+17
* tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson2012-09-211-3/+3
* tcg-sparc: Don't MAP_FIXED on top of the programRichard Henderson2012-09-211-4/+2
* cpu_physical_memory_write_rom() needs to do TB invalidatesDavid Gibson2012-09-171-0/+7
* add -machine mem-merge=on|off optionLuiz Capitulino2012-09-171-3/+16
* memory: add -machine dump-guest-core=on|offJason Baron2012-08-161-0/+21
* exec.c: fix dirty bitmap reallocationIgor Mitsyanko2012-08-111-0/+2
* exec.c: Remove out of date commentPeter Maydell2012-08-031-8/+0
* exec.c: Use subpages for large unaligned mappingsTyler Hall2012-08-031-4/+9
* exec.c: Fix off-by-one error in register_subpageTyler Hall2012-08-031-1/+1
* Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori2012-07-181-4/+4
|\
| * memory: pass EventNotifier, not eventfdPaolo Bonzini2012-07-121-4/+4
* | s390: autodetect map privateChristian Borntraeger2012-07-101-15/+3
* | dirty bitmap: abstract its useJuan Quintela2012-06-291-2/+1
* | Only TCG needs TLB handlingJuan Quintela2012-06-291-10/+21
|/
* qemu-log: move logging to qemu-log.cBlue Swirl2012-06-211-122/+0
* qdev: Use wrapper for qdev_get_pathAnthony Liguori2012-06-181-2/+2
* Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-06-111-10/+12
|\
| * Clarify comments of tb_invalidate_phys_[page_]rangeJan Kiszka2012-06-081-10/+12
* | exec: fix TB invalidation after breakpoint insertion/deletionMax Filippov2012-06-091-1/+2
|/
* Add API to check whether a physical address is I/O addressWen Congyang2012-06-041-0/+12
* linux-user: Fix stale tbs after mmapAlexander Graf2012-05-191-0/+17
* memory: move functions is_romd and section_addr to memory APIBlue Swirl2012-05-011-8/+0
* cputlb: prepare private memory API for public consumptionBlue Swirl2012-05-011-31/+37
* cputlb: move TLB handling to a separate fileBlue Swirl2012-05-011-374/+6
* exec: prepare for splittingBlue Swirl2012-05-011-65/+92
* w64: Use uintptr_t in exec.cStefan Weil2012-04-151-37/+40
OpenPOWER on IntegriCloud