summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-12dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell1-0/+5
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl1-6/+9
2012-11-03tcg: Add extended GETPC mechanism for MMU helpers with ldst optimizationYeongkyoon Lee1-0/+11
2012-11-01exec: make some functions staticBlue Swirl1-6/+9
2012-10-31cpu: Move thread_id to CPUStateAndreas Färber1-1/+4
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber1-1/+1
2012-10-31cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber1-1/+2
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-81/+81
2012-10-22Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino1-0/+1
2012-10-22Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori1-1/+1
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori1-184/+133
2012-10-22memory: add address_space_destroy()Avi Kivity1-0/+10
2012-10-22memory: per-AddressSpace dispatchAvi Kivity1-67/+107
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity1-5/+5
2012-10-22memory: move tcg flush into a tcg memory listenerAvi Kivity1-2/+6
2012-10-22memory: move address_space_memory and address_space_io out of memory coreAvi Kivity1-2/+7
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity1-13/+0
2012-10-20exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.cRichard Henderson1-0/+4
2012-10-20exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson1-19/+11
2012-10-20exec: Do not use absolute address hints for code_gen_buffer with -fpieRichard Henderson1-1/+6
2012-10-20exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too largeRichard Henderson1-1/+5
2012-10-20exec: Split up and tidy code_gen_bufferRichard Henderson1-92/+103
2012-10-17ram: Export last_ram_offset()Juan Quintela1-1/+1
2012-10-15memory: drop no-op MemoryListener callbacksAvi Kivity1-96/+0
2012-10-15memory: rename 'exec-obsolete.h'Avi Kivity1-2/+1
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell1-10/+2
2012-10-03exec, memory: Call to xen_modified_memory.Anthony PERARD1-0/+1
2012-10-03exec: Introduce helper to set dirty flags.Anthony PERARD1-35/+17
2012-09-21tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson1-3/+3
2012-09-21tcg-sparc: Don't MAP_FIXED on top of the programRichard Henderson1-4/+2
2012-09-17cpu_physical_memory_write_rom() needs to do TB invalidatesDavid Gibson1-0/+7
2012-09-17add -machine mem-merge=on|off optionLuiz Capitulino1-3/+16
2012-08-16memory: add -machine dump-guest-core=on|offJason Baron1-0/+21
2012-08-11exec.c: fix dirty bitmap reallocationIgor Mitsyanko1-0/+2
2012-08-03exec.c: Remove out of date commentPeter Maydell1-8/+0
2012-08-03exec.c: Use subpages for large unaligned mappingsTyler Hall1-4/+9
2012-08-03exec.c: Fix off-by-one error in register_subpageTyler Hall1-1/+1
2012-07-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori1-4/+4
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini1-4/+4
2012-07-10s390: autodetect map privateChristian Borntraeger1-15/+3
2012-06-29dirty bitmap: abstract its useJuan Quintela1-2/+1
2012-06-29Only TCG needs TLB handlingJuan Quintela1-10/+21
2012-06-21qemu-log: move logging to qemu-log.cBlue Swirl1-122/+0
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori1-2/+2
2012-06-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori1-10/+12
2012-06-09exec: fix TB invalidation after breakpoint insertion/deletionMax Filippov1-1/+2
2012-06-08Clarify comments of tb_invalidate_phys_[page_]rangeJan Kiszka1-10/+12
2012-06-04Add API to check whether a physical address is I/O addressWen Congyang1-0/+12
2012-05-19linux-user: Fix stale tbs after mmapAlexander Graf1-0/+17
2012-05-01memory: move functions is_romd and section_addr to memory APIBlue Swirl1-8/+0