index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
memory.c
Age
Commit message (
Expand
)
Author
2011-09-18
memory: fix subregion collision warning
Michael Walle
2011-09-14
Fix subtle integer overflow bug in memory API
David Gibson
2011-08-30
memory: Fix memory_region_get_ram_ptr for ROM devices
Jan Kiszka
2011-08-29
memory: fix rom_device I/O mode
Avi Kivity
2011-08-26
memory: add opaque parameter to memory_region_init_rom_device()
Avi Kivity
2011-08-25
memory: fix memory_region_init_rom_device() not initializing ->ops
Avi Kivity
2011-08-22
memory: Fix old_portio vs non-zero offset
Richard Henderson
2011-08-22
memory: temporarily suppress the subregion collision warning
Anthony Liguori
2011-08-21
memory: crack wide ioport accesses into smaller ones when needed
Avi Kivity
2011-08-21
memory: abstract cracking of write access ops into a function
Avi Kivity
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-12
memory: add API for creating ROM/device regions
Avi Kivity
2011-08-12
memory: reclaim resources when a memory region is destroyed for good
Avi Kivity
2011-08-05
memory: use signed arithmetic
Avi Kivity
2011-08-05
memory: synchronize dirty bitmap before unmapping a range
Avi Kivity
2011-07-29
memory: transaction API
Avi Kivity
2011-07-29
memory: separate building the final memory map into two steps
Avi Kivity
2011-07-29
memory: add ioeventfd support
Avi Kivity
2011-07-29
memory: add backward compatibility for old mmio registration
Avi Kivity
2011-07-29
memory: add backward compatibility for old portio registration
Avi Kivity
2011-07-29
memory: I/O address space support
Avi Kivity
2011-07-29
memory: late initialization of ram_addr
Avi Kivity
2011-07-29
memory: rename MemoryRegion::has_ram_addr to ::terminates
Avi Kivity
2011-07-29
memory: abstract address space operations
Avi Kivity
2011-07-29
Internal interfaces for memory API
Avi Kivity
2011-07-29
memory: merge adjacent segments of a single memory region
Avi Kivity
2011-07-29
memory: implement dirty tracking
Avi Kivity
2011-07-29
Hierarchical memory region API
Avi Kivity