summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* w64: Use larger alignment for section with generated codeStefan Weil2012-04-151-2/+1
* w64: Fix data types in cpu-all.h, exec.cStefan Weil2012-04-151-3/+3
* exec: provide tb_invalidate_phys_addr functionMax Filippov2012-04-141-3/+6
* Use uintptr_t for various op related functionsBlue Swirl2012-04-141-6/+6
* w64: Fix data type of tb_next and other variables used for host addressesStefan Weil2012-04-071-3/+3
* tcg: Use the GDB JIT debugging interface.Richard Henderson2012-03-241-0/+1
* exec: fix guest memory access for XenAnthony PERARD2012-03-191-2/+2
* memory: check for watchpoints when getting code ram_addrAvi Kivity2012-03-191-1/+2
* exec: fix write tlb entry misused as iotlbAvi Kivity2012-03-191-3/+8
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+4
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-57/+57
* memory: get rid of cpu_register_io_memory()Avi Kivity2012-03-081-57/+0
* memory: dispatch directly via MemoryRegionAvi Kivity2012-03-081-66/+36
* exec: fix code tlb entry misused as iotlb in get_page_addr_code()Avi Kivity2012-03-081-1/+1
* memory: store section indices in iotlb instead of io indicesAvi Kivity2012-03-081-4/+19
* memory: make phys_page_find() return an unadjusted sectionAvi Kivity2012-03-081-116/+102
* memory: fix I/O port aliasesAvi Kivity2012-03-051-2/+6
* Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl2012-03-031-5/+13
|\
| * exec: let cpu_watchpoint_insert accept larger watchpointsMax Filippov2012-02-201-1/+2
| * exec: fix check_watchpoint exiting cpu_loopMax Filippov2012-02-201-1/+2
| * exec: add missing breaks to the watch_mem_writeMax Filippov2012-02-201-3/+9
* | memory: allow phys_map tree paths to terminate earlyAvi Kivity2012-02-291-11/+17
* | memory: unify PhysPageEntry::node and ::leafAvi Kivity2012-02-291-20/+18
* | memory: change phys_page_set() to set multiple pagesAvi Kivity2012-02-291-18/+23
* | memory: switch phys_page_set() to a recursive implementationAvi Kivity2012-02-291-26/+41
* | memory: replace phys_page_find_alloc() with phys_page_set()Avi Kivity2012-02-291-11/+4
* | memory: simplify multipage/subpage registrationAvi Kivity2012-02-291-55/+65
* | memory: give phys_page_find() its own tree search loopAvi Kivity2012-02-291-4/+13
OpenPOWER on IntegriCloud