hostmem: add merge and dump properties

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
Paolo Bonzini 2014-06-10 19:15:22 +08:00 committed by Michael S. Tsirkin
parent 2925020d33
commit 605d0a945d
3 changed files with 94 additions and 1 deletions

View file

@ -52,6 +52,7 @@ struct HostMemoryBackend {
/* protected */
uint64_t size;
bool merge, dump;
MemoryRegion mr;
};