summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDr. David Alan Gilbert2018-01-19 11:39:22 +0100
committerMichael S. Tsirkin2018-02-08 20:06:40 +0100
commit06709c120ca3bae9fa243783b89005c08b71a440 (patch)
tree28cd8514498862bfba910dae6c02fcc0c5cbbb35 /include
parentvhost: Regenerate region list from changed sections list (diff)
downloadqemu-06709c120ca3bae9fa243783b89005c08b71a440.tar.gz
qemu-06709c120ca3bae9fa243783b89005c08b71a440.tar.xz
qemu-06709c120ca3bae9fa243783b89005c08b71a440.zip
vhost: Clean out old vhost_set_memory and friends
Remove the old update mechanism, vhost_set_memory, and the functions and flags it used. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/hw/virtio/vhost.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h
index 09854b611b..a7f449fa87 100644
--- a/include/hw/virtio/vhost.h
+++ b/include/hw/virtio/vhost.h
@@ -75,9 +75,6 @@ struct vhost_dev {
bool log_enabled;
uint64_t log_size;
Error *migration_blocker;
- bool memory_changed;
- hwaddr mem_changed_start_addr;
- hwaddr mem_changed_end_addr;
const VhostOps *vhost_ops;
void *opaque;
struct vhost_log *log;