diff options
author | Olaf Hering <olaf@aepfle.de> | 2017-07-28 15:11:51 +0200 |
---|---|---|
committer | Stefano Stabellini <sstabellini@kernel.org> | 2017-09-20 19:05:26 -0700 |
commit | a3fd781f653db4dc76635715207c9029208634bd (patch) | |
tree | 69fa22bfa8b70787617bf0af7d9021f7a926ab7b /hw/xen | |
parent | b62b7ed0fc9c58e373b8946c9bd2e193be98dae6 (diff) |
xen-disk: use g_new0 to fix build
g_malloc0_n is available since glib-2.24. To allow build with older glib
versions use the generic g_new0, which is already used in many other
places in the code.
Fixes commit 3284fad728 ("xen-disk: add support for multi-page shared rings")
Signed-off-by: Olaf Hering <olaf@aepfle.de>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
Signed-off-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'hw/xen')
0 files changed, 0 insertions, 0 deletions