diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2018-04-30 11:48:18 +0200 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2018-05-09 00:13:37 +0200 |
commit | 29de4ec164ba2ceac4983ffd08491ea98ca8f8af (patch) | |
tree | 7acc1a3db8d3feb22a3e7ebe910f34e22027ae5a /include/sysemu/hostmem.h | |
parent | 770dec2627b085457280490ac0543def97396fef (diff) | |
download | qemu-29de4ec164ba2ceac4983ffd08491ea98ca8f8af.zip |
memdev: remove "id" property
The "id" property is unnecessary and can be replaced simply with
object_get_canonical_path_component. This patch mostly undoes commit
e1ff3c67e8 ("monitor: fix qmp/hmp query-memdev not reporting IDs of
memory backends", 2017-01-12).
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/sysemu/hostmem.h')
-rw-r--r-- | include/sysemu/hostmem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sysemu/hostmem.h b/include/sysemu/hostmem.h index bc36899bb8..5beb0ef8ab 100644 --- a/include/sysemu/hostmem.h +++ b/include/sysemu/hostmem.h @@ -52,7 +52,6 @@ struct HostMemoryBackend { Object parent; /* protected */ - char *id; uint64_t size; bool merge, dump; bool prealloc, force_prealloc, is_mapped, share; |