introduce qemu_ram_map
commit00d53f248d1bd02dbb3a7b9046b892751a762b7b
authorMarcelo Tosatti <mtosatti@redhat.com>
Mon, 3 May 2010 22:48:24 +0000 (3 19:48 -0300)
committerAvi Kivity <avi@redhat.com>
Wed, 5 May 2010 08:49:36 +0000 (5 11:49 +0300)
tree1577313f6b4bda403e14141c9e71ff4211a45f9b
parent66d4aed7bb2f5e7715aba95349aec0f0cb8455f0
introduce qemu_ram_map

Which allows drivers to register an mmap region into ram block mappings.
To be used by device assignment driver.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
cpu-common.h
exec.c