diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2014-06-10 19:15:22 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-06-19 18:44:20 +0300 |
commit | 605d0a945d020e3024aa7faf8a0e8b471371d8ff (patch) | |
tree | a942c27497ae9de54de869cf43c42bd7d748ec0e /include/sysemu/hostmem.h | |
parent | 2925020d339d3b53fbb4fb82fbfb32b71f1b41ff (diff) | |
download | qemu-605d0a945d020e3024aa7faf8a0e8b471371d8ff.zip |
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>
Diffstat (limited to 'include/sysemu/hostmem.h')
-rw-r--r-- | include/sysemu/hostmem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysemu/hostmem.h b/include/sysemu/hostmem.h index 923f6721d2..ede5ec90c7 100644 --- a/include/sysemu/hostmem.h +++ b/include/sysemu/hostmem.h @@ -52,6 +52,7 @@ struct HostMemoryBackend { /* protected */ uint64_t size; + bool merge, dump; MemoryRegion mr; }; |