aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2012-03-03Merge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb/qemu-xtensaBlue Swirl
2012-02-29memory: allow phys_map tree paths to terminate earlyAvi Kivity
2012-02-29memory: unify PhysPageEntry::node and ::leafAvi Kivity
2012-02-29memory: change phys_page_set() to set multiple pagesAvi Kivity
2012-02-29memory: switch phys_page_set() to a recursive implementationAvi Kivity
2012-02-29memory: replace phys_page_find_alloc() with phys_page_set()Avi Kivity
2012-02-29memory: simplify multipage/subpage registrationAvi Kivity
2012-02-29memory: give phys_page_find() its own tree search loopAvi Kivity
2012-02-29memory: make phys_page_find() return a MemoryRegionSectionAvi Kivity
2012-02-29memory: move tlb flush to MemoryListener commit callbackAvi Kivity
2012-02-29memory: unify the two branches of cpu_register_physical_memory_log()Avi Kivity
2012-02-29memory: fix RAM subpages in newly initialized pagesAvi Kivity
2012-02-29memory: compress phys_map node pointers to 16 bitsAvi Kivity
2012-02-29memory: store MemoryRegionSection pointers in phys_mapAvi Kivity
2012-02-29memory: unify phys_map last level with intermediate levelsAvi Kivity
2012-02-29memory: remove first level of l1_phys_mapAvi Kivity
2012-02-29memory: change memory registration to rebuild the memory map on each changeAvi Kivity
2012-02-29memory: support stateless memory listenersAvi Kivity
2012-02-29memory: split memory listener for the two address spacesAvi Kivity
2012-02-29memory: allow MemoryListeners to observe a specific address spaceAvi Kivity
2012-02-29memory: use a MemoryListener for core memory map updates tooAvi Kivity
2012-02-29memory: don't pass ->readable attribute to cpu_register_physical_memory_logAvi Kivity
2012-02-20exec: let cpu_watchpoint_insert accept larger watchpointsMax Filippov
2012-02-20exec: fix check_watchpoint exiting cpu_loopMax Filippov
2012-02-20exec: add missing breaks to the watch_mem_writeMax Filippov
2012-02-01exec.c: Clarify comment about tlb_flush() flush_global parameterPeter Maydell
2012-01-21virtio-pci: Fix endianness of virtio configBenjamin Herrenschmidt
2012-01-13tcg-arm: fix a typo in commentsAurelien Jarno
2012-01-04Remove IO_MEM_SHIFTAvi Kivity
2012-01-04Drop IO_MEM_ROMDAvi Kivity
2012-01-04Remove IO_MEM_SUBPAGEAvi Kivity
2012-01-04Direct dispatch through MemoryRegionAvi Kivity
2012-01-04Convert io_mem_watch to be a MemoryRegionAvi Kivity
2012-01-04Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegionAvi Kivity
2012-01-04Convert the subpage wrapper to be a MemoryRegionAvi Kivity
2012-01-04Switch cpu_register_physical_memory_log() to use MemoryRegionsAvi Kivity
2012-01-04Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity
2012-01-04Uninline get_page_addr_code()Avi Kivity
2012-01-04Avoid range comparisons on io index typesAvi Kivity
2012-01-04Fix wrong region_offset when overlaying a page with anotherAvi Kivity
2012-01-04memory: move mmio access to functionsAvi Kivity
2012-01-04exec: make phys_page_find() return a temporaryAvi Kivity
2012-01-04memory: move endianness compensation to memory coreAvi Kivity
2012-01-04memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()Avi Kivity
2012-01-04Store MemoryRegion in RAMBlockAvi Kivity
2012-01-04vmstate, memory: decouple vmstate from memory APIAvi Kivity
2012-01-03Remove cpu_get_physical_page_desc()Avi Kivity
2012-01-03memory: remove CPUPhysMemoryClientAvi Kivity
2011-12-20memory: add API for observing updates to the physical memory mapAvi Kivity
2011-12-19memory: move obsolete exec.c functions to a private headerAvi Kivity