Message ID | 1455783536-27909-1-git-send-email-caoj.fnst@cn.fujitsu.com |
---|---|
State | New |
Headers | show |
18 Feb 2016 11:18, Cao jin wrote
> - * @id: unique identification string in memdev namespace
Applied to -trivial, thanks!
diff --git a/include/sysemu/hostmem.h b/include/sysemu/hostmem.h index 1ce4394..82cc6c5 100644 --- a/include/sysemu/hostmem.h +++ b/include/sysemu/hostmem.h @@ -45,7 +45,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 {
Signed-off-by: Cao jin <caoj.fnst@cn.fujitsu.com> --- include/sysemu/hostmem.h | 1 - 1 file changed, 1 deletion(-)