aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini
2012-12-16exec: move TB handling to translate-all.cBlue Swirl
2012-12-16exec: extract TB watchpoint checkBlue Swirl
2012-12-16exec: fix coding styleBlue Swirl
2012-12-08exec: Advise huge pages for the TCG code gen bufferRichard Henderson
2012-11-12dma: Define dma_context_memory and use in sysbus-ohciPeter Maydell
2012-11-03Merge branch 'trivial-patches' of git://github.com/stefanha/qemuBlue Swirl
2012-11-03tcg: Add extended GETPC mechanism for MMU helpers with ldst optimizationYeongkyoon Lee
2012-11-01exec: make some functions staticBlue Swirl
2012-10-31cpu: Move thread_id to CPUStateAndreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_kick()Andreas Färber
2012-10-31cpus: Pass CPUState to qemu_cpu_is_self()Andreas Färber
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-10-22Call MADV_HUGEPAGE for guest RAM allocationsLuiz Capitulino
2012-10-22Merge remote-tracking branch 'quintela/migration-next-20121017' into stagingAnthony Liguori
2012-10-22Merge remote-tracking branch 'qemu-kvm/memory/dma' into stagingAnthony Liguori
2012-10-22memory: add address_space_destroy()Avi Kivity
2012-10-22memory: per-AddressSpace dispatchAvi Kivity
2012-10-22memory: use AddressSpace for MemoryListener filteringAvi Kivity
2012-10-22memory: move tcg flush into a tcg memory listenerAvi Kivity
2012-10-22memory: move address_space_memory and address_space_io out of memory coreAvi Kivity
2012-10-22memory: manage coalesced mmio via a MemoryListenerAvi Kivity
2012-10-20exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.cRichard Henderson
2012-10-20exec: Allocate code_gen_prologue from code_gen_bufferRichard Henderson
2012-10-20exec: Do not use absolute address hints for code_gen_buffer with -fpieRichard Henderson
2012-10-20exec: Don't make DEFAULT_CODE_GEN_BUFFER_SIZE too largeRichard Henderson
2012-10-20exec: Split up and tidy code_gen_bufferRichard Henderson
2012-10-17ram: Export last_ram_offset()Juan Quintela
2012-10-15memory: drop no-op MemoryListener callbacksAvi Kivity
2012-10-15memory: rename 'exec-obsolete.h'Avi Kivity
2012-10-05cpu_dump_state: move DUMP_FPU and DUMP_CCOP flags from x86-only to genericPeter Maydell
2012-10-03exec, memory: Call to xen_modified_memory.Anthony PERARD
2012-10-03exec: Introduce helper to set dirty flags.Anthony PERARD
2012-09-21tcg-sparc: Assume v9 cpu always, i.e. force v8plus in 32-bit mode.Richard Henderson
2012-09-21tcg-sparc: Don't MAP_FIXED on top of the programRichard Henderson
2012-09-17cpu_physical_memory_write_rom() needs to do TB invalidatesDavid Gibson
2012-09-17add -machine mem-merge=on|off optionLuiz Capitulino
2012-08-16memory: add -machine dump-guest-core=on|offJason Baron
2012-08-11exec.c: fix dirty bitmap reallocationIgor Mitsyanko
2012-08-03exec.c: Remove out of date commentPeter Maydell
2012-08-03exec.c: Use subpages for large unaligned mappingsTyler Hall
2012-08-03exec.c: Fix off-by-one error in register_subpageTyler Hall
2012-07-18Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori
2012-07-12memory: pass EventNotifier, not eventfdPaolo Bonzini
2012-07-10s390: autodetect map privateChristian Borntraeger
2012-06-29dirty bitmap: abstract its useJuan Quintela
2012-06-29Only TCG needs TLB handlingJuan Quintela
2012-06-21qemu-log: move logging to qemu-log.cBlue Swirl
2012-06-18qdev: Use wrapper for qdev_get_pathAnthony Liguori
2012-06-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori