mirror of https://github.com/xemu-project/xemu.git
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>
This commit is contained in:
parent
f35c1f66ad
commit
ec609656fc
|
@ -44,7 +44,6 @@ struct HostMemoryBackendClass {
|
||||||
*
|
*
|
||||||
* @parent: opaque parent object container
|
* @parent: opaque parent object container
|
||||||
* @size: amount of memory backend provides
|
* @size: amount of memory backend provides
|
||||||
* @id: unique identification string in memdev namespace
|
|
||||||
* @mr: MemoryRegion representing host memory belonging to backend
|
* @mr: MemoryRegion representing host memory belonging to backend
|
||||||
*/
|
*/
|
||||||
struct HostMemoryBackend {
|
struct HostMemoryBackend {
|
||||||
|
|
Loading…
Reference in New Issue