diff options
author | Cao jin <caoj.fnst@cn.fujitsu.com> | 2016-02-18 16:18:56 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-05-18 15:04:26 +0300 |
commit | ec609656fc12573c35e2bca58d9b1451fb7e4cf2 (patch) | |
tree | d1fe987aef45d0e2b442ca0fc99e838f8e0d4b6b /include/sysemu/hostmem.h | |
parent | f35c1f66adb4c472830329a2fb23e0a8fd8ca5f4 (diff) | |
download | qemu-ec609656fc12573c35e2bca58d9b1451fb7e4cf2.zip |
remove comment for nonexistent structure member
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
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 a19801d20b..4d6617eab7 100644 --- a/include/sysemu/hostmem.h +++ b/include/sysemu/hostmem.h @@ -44,7 +44,6 @@ struct HostMemoryBackendClass { * * @parent: opaque parent object container * @size: amount of memory backend provides - * @id: unique identification string in memdev namespace * @mr: MemoryRegion representing host memory belonging to backend */ struct HostMemoryBackend { |