aboutsummaryrefslogtreecommitdiff
path: root/kvm.h
diff options
context:
space:
mode:
authorJan Kiszka <jan.kiszka@siemens.com>2011-10-23 16:01:19 +0200
committerJan Kiszka <jan.kiszka@siemens.com>2012-01-19 12:14:41 +0100
commit1660e72d4fbbd87e34eb4017d7e7c0ff4e29ca84 (patch)
tree5678349dbb69fe984dc0a7f1168afd859b3a62f7 /kvm.h
parent244ac3af234fd636141182d60a007fcffd0970dc (diff)
downloadqemu-1660e72d4fbbd87e34eb4017d7e7c0ff4e29ca84.zip
qemu-1660e72d4fbbd87e34eb4017d7e7c0ff4e29ca84.tar.gz
qemu-1660e72d4fbbd87e34eb4017d7e7c0ff4e29ca84.tar.bz2
memory: Introduce memory_region_init_reservation
Introduce a memory region type that can reserve I/O space. Such regions are useful for modeling I/O that is only handled outside of QEMU, i.e. in the context of an accelerator like KVM. Any access to such a region from QEMU is a bug, but could theoretically be triggered by guest code (DMA to reserved region). So only warning about such events once, then ignore them. Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Diffstat (limited to 'kvm.h')
0 files changed, 0 insertions, 0 deletions