summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-01cputlb: prepare private memory API for public consumptionBlue Swirl1-31/+37
2012-05-01cputlb: move TLB handling to a separate fileBlue Swirl1-374/+6
2012-05-01exec: prepare for splittingBlue Swirl1-65/+92
2012-04-15w64: Use uintptr_t in exec.cStefan Weil1-37/+40
2012-04-15w64: Use larger alignment for section with generated codeStefan Weil1-2/+1
2012-04-15w64: Fix data types in cpu-all.h, exec.cStefan Weil1-3/+3
2012-04-14exec: provide tb_invalidate_phys_addr functionMax Filippov1-3/+6
2012-04-14Use uintptr_t for various op related functionsBlue Swirl1-6/+6
2012-04-07w64: Fix data type of tb_next and other variables used for host addressesStefan Weil1-3/+3
2012-03-24tcg: Use the GDB JIT debugging interface.Richard Henderson1-0/+1
2012-03-19exec: fix guest memory access for XenAnthony PERARD1-2/+2
2012-03-19memory: check for watchpoints when getting code ram_addrAvi Kivity1-1/+2
2012-03-19exec: fix write tlb entry misused as iotlbAvi Kivity1-3/+8
2012-03-18softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl1-0/+4
2012-03-14Rename CPUState -> CPUArchStateAndreas Färber1-57/+57
2012-03-08memory: get rid of cpu_register_io_memory()Avi Kivity1-57/+0
2012-03-08memory: dispatch directly via MemoryRegionAvi Kivity1-66/+36
2012-03-08exec: fix code tlb entry misused as iotlb in get_page_addr_code()Avi Kivity1-1/+1
2012-03-08memory: store section indices in iotlb instead of io indicesAvi Kivity1-4/+19
2012-03-08memory: make phys_page_find() return an unadjusted sectionAvi Kivity1-116/+102
2012-03-05memory: fix I/O port aliasesAvi Kivity1-2/+6
2012-03-03Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl1-5/+13
2012-02-29memory: allow phys_map tree paths to terminate earlyAvi Kivity1-11/+17
2012-02-29memory: unify PhysPageEntry::node and ::leafAvi Kivity1-20/+18
2012-02-29memory: change phys_page_set() to set multiple pagesAvi Kivity1-18/+23
2012-02-29memory: switch phys_page_set() to a recursive implementationAvi Kivity1-26/+41
2012-02-29memory: replace phys_page_find_alloc() with phys_page_set()Avi Kivity1-11/+4
2012-02-29memory: simplify multipage/subpage registrationAvi Kivity1-55/+65
2012-02-29memory: give phys_page_find() its own tree search loopAvi Kivity1-4/+13
2012-02-29memory: make phys_page_find() return a MemoryRegionSectionAvi Kivity1-139/+160
2012-02-29memory: move tlb flush to MemoryListener commit callbackAvi Kivity1-8/+8
2012-02-29memory: unify the two branches of cpu_register_physical_memory_log()Avi Kivity1-34/+15