summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | memory: make phys_page_find() return a MemoryRegionSectionAvi Kivity2012-02-291-139/+160
* | memory: move tlb flush to MemoryListener commit callbackAvi Kivity2012-02-291-8/+8
* | memory: unify the two branches of cpu_register_physical_memory_log()Avi Kivity2012-02-291-34/+15
* | memory: fix RAM subpages in newly initialized pagesAvi Kivity2012-02-291-12/+10
* | memory: compress phys_map node pointers to 16 bitsAvi Kivity2012-02-291-9/+45
* | memory: store MemoryRegionSection pointers in phys_mapAvi Kivity2012-02-291-80/+107
* | memory: unify phys_map last level with intermediate levelsAvi Kivity2012-02-291-43/+35
* | memory: remove first level of l1_phys_mapAvi Kivity2012-02-291-21/+8
* | memory: change memory registration to rebuild the memory map on each changeAvi Kivity2012-02-291-1/+49
* | memory: support stateless memory listenersAvi Kivity2012-02-291-0/+32
OpenPOWER on IntegriCloud