aboutsummaryrefslogtreecommitdiff
path: root/memory.c
AgeCommit message (Expand)Author
2011-11-13memory: fix 'info mtree' segfaultsAvi Kivity
2011-10-16memory: use 128-bit integers for sizes and intermediatesAvi Kivity
2011-10-11memory: Fix old portio word accessesJan Kiszka
2011-10-11Introduce PortioListAvi Kivity
2011-10-02memory: Print regions in ascending orderJan Kiszka
2011-10-02memory: Do not print empty PIO rootJan Kiszka
2011-10-02memory: Print region priorityJan Kiszka
2011-10-02memory: simple memory tree printerBlue Swirl
2011-09-25memory: implement memory_region_set_readonly()Avi Kivity
2011-09-18memory: fix subregion collision warningMichael Walle
2011-09-14Fix subtle integer overflow bug in memory APIDavid Gibson
2011-08-30memory: Fix memory_region_get_ram_ptr for ROM devicesJan Kiszka
2011-08-29memory: fix rom_device I/O modeAvi Kivity
2011-08-26memory: add opaque parameter to memory_region_init_rom_device()Avi Kivity
2011-08-25memory: fix memory_region_init_rom_device() not initializing ->opsAvi Kivity
2011-08-22memory: Fix old_portio vs non-zero offsetRichard Henderson
2011-08-22memory: temporarily suppress the subregion collision warningAnthony Liguori
2011-08-21memory: crack wide ioport accesses into smaller ones when neededAvi Kivity
2011-08-21memory: abstract cracking of write access ops into a functionAvi Kivity
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-12memory: add API for creating ROM/device regionsAvi Kivity
2011-08-12memory: reclaim resources when a memory region is destroyed for goodAvi Kivity
2011-08-05memory: use signed arithmeticAvi Kivity
2011-08-05memory: synchronize dirty bitmap before unmapping a rangeAvi Kivity
2011-07-29memory: transaction APIAvi Kivity
2011-07-29memory: separate building the final memory map into two stepsAvi Kivity
2011-07-29memory: add ioeventfd supportAvi Kivity
2011-07-29memory: add backward compatibility for old mmio registrationAvi Kivity
2011-07-29memory: add backward compatibility for old portio registrationAvi Kivity
2011-07-29memory: I/O address space supportAvi Kivity
2011-07-29memory: late initialization of ram_addrAvi Kivity
2011-07-29memory: rename MemoryRegion::has_ram_addr to ::terminatesAvi Kivity
2011-07-29memory: abstract address space operationsAvi Kivity
2011-07-29Internal interfaces for memory APIAvi Kivity
2011-07-29memory: merge adjacent segments of a single memory regionAvi Kivity
2011-07-29memory: implement dirty trackingAvi Kivity
2011-07-29Hierarchical memory region APIAvi Kivity