summaryrefslogtreecommitdiffstats
path: root/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | memory: split memory listener for the two address spacesAvi Kivity2012-02-291-14/+66
* | memory: allow MemoryListeners to observe a specific address spaceAvi Kivity2012-02-291-1/+1
* | memory: use a MemoryListener for core memory map updates tooAvi Kivity2012-02-291-0/+75
* | memory: don't pass ->readable attribute to cpu_register_physical_memory_logAvi Kivity2012-02-291-1/+1
|/
* exec.c: Clarify comment about tlb_flush() flush_global parameterPeter Maydell2012-02-011-2/+12
* virtio-pci: Fix endianness of virtio configBenjamin Herrenschmidt2012-01-211-0/+14
* tcg-arm: fix a typo in commentsAurelien Jarno2012-01-131-1/+1
* Remove IO_MEM_SHIFTAvi Kivity2012-01-041-18/+14
* Drop IO_MEM_ROMDAvi Kivity2012-01-041-8/+12
* Remove IO_MEM_SUBPAGEAvi Kivity2012-01-041-5/+5
* Direct dispatch through MemoryRegionAvi Kivity2012-01-041-30/+10
* Convert io_mem_watch to be a MemoryRegionAvi Kivity2012-01-041-47/+26
* Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegionAvi Kivity2012-01-041-48/+24
* Convert the subpage wrapper to be a MemoryRegionAvi Kivity2012-01-041-52/+18
* Switch cpu_register_physical_memory_log() to use MemoryRegionsAvi Kivity2012-01-041-5/+19
* Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity2012-01-041-134/+84
* Uninline get_page_addr_code()Avi Kivity2012-01-041-0/+26
* Avoid range comparisons on io index typesAvi Kivity2012-01-041-17/+20
* Fix wrong region_offset when overlaying a page with anotherAvi Kivity2012-01-041-0/+1
* memory: move mmio access to functionsAvi Kivity2012-01-041-27/+27
* exec: make phys_page_find() return a temporaryAvi Kivity2012-01-041-100/+48
OpenPOWER on IntegriCloud