mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
Remove all usage of VIR_RETURN_PTR
Prefer: return g_steal_pointer(&ptr); Signed-off-by: Ján Tomko <jtomko@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
d402e71901
commit
483a14f871
@ -16560,7 +16560,7 @@ virDomainDeviceDefParse(const char *xmlStr,
|
||||
if (virDomainDeviceDefValidate(dev, def, flags, xmlopt) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(dev);
|
||||
return g_steal_pointer(&dev);
|
||||
}
|
||||
|
||||
|
||||
@ -21681,7 +21681,7 @@ virDomainDefParseNode(xmlDocPtr xml,
|
||||
if (virDomainDefValidate(def, caps, flags, xmlopt) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(def);
|
||||
return g_steal_pointer(&def);
|
||||
}
|
||||
|
||||
|
||||
@ -30672,7 +30672,7 @@ virDomainNetDefToNetworkPort(virDomainDefPtr dom,
|
||||
|
||||
port->trustGuestRxFilters = iface->trustGuestRxFilters;
|
||||
|
||||
VIR_RETURN_PTR(port);
|
||||
return g_steal_pointer(&port);
|
||||
}
|
||||
|
||||
int
|
||||
@ -30925,7 +30925,7 @@ virDomainNetDefActualToNetworkPort(virDomainDefPtr dom,
|
||||
port->class_id = actual->class_id;
|
||||
port->trustGuestRxFilters = actual->trustGuestRxFilters;
|
||||
|
||||
VIR_RETURN_PTR(port);
|
||||
return g_steal_pointer(&port);
|
||||
}
|
||||
|
||||
|
||||
|
@ -193,7 +193,7 @@ secretXMLParseNode(xmlDocPtr xml, xmlNodePtr root)
|
||||
&& virSecretDefParseUsage(ctxt, def) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(def);
|
||||
return g_steal_pointer(&def);
|
||||
}
|
||||
|
||||
static virSecretDefPtr
|
||||
|
@ -718,7 +718,7 @@ virStoragePoolDefParseSourceString(const char *srcSpec,
|
||||
node) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(def);
|
||||
return g_steal_pointer(&def);
|
||||
}
|
||||
|
||||
|
||||
|
@ -253,7 +253,7 @@ virNetworkPortDefParseXML(xmlXPathContextPtr ctxt)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(def);
|
||||
return g_steal_pointer(&def);
|
||||
}
|
||||
|
||||
|
||||
|
@ -2247,5 +2247,5 @@ xenFormatXL(virDomainDefPtr def, virConnectPtr conn)
|
||||
if (xenFormatXLDomainChannels(conf, def) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(conf);
|
||||
return g_steal_pointer(&conf);
|
||||
}
|
||||
|
@ -616,5 +616,5 @@ xenFormatXM(virConnectPtr conn,
|
||||
if (xenFormatXMInputDevs(conf, def) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(conf);
|
||||
return g_steal_pointer(&conf);
|
||||
}
|
||||
|
@ -255,7 +255,7 @@ qemuBlockNodeNameGetBackingChain(virJSONValuePtr namednodes,
|
||||
&data) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(disks);
|
||||
return g_steal_pointer(&disks);
|
||||
}
|
||||
|
||||
|
||||
@ -380,7 +380,7 @@ qemuBlockGetNodeData(virJSONValuePtr data)
|
||||
qemuBlockNamedNodesArrayToHash, nodedata) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(nodedata);
|
||||
return g_steal_pointer(&nodedata);
|
||||
}
|
||||
|
||||
|
||||
@ -449,7 +449,7 @@ qemuBlockStorageSourceGetURI(virStorageSourcePtr src)
|
||||
if (VIR_STRDUP(uri->server, src->hosts->name) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(uri);
|
||||
return g_steal_pointer(&uri);
|
||||
}
|
||||
|
||||
|
||||
@ -514,7 +514,7 @@ qemuBlockStorageSourceBuildJSONSocketAddress(virStorageNetHostDefPtr host,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(server);
|
||||
return g_steal_pointer(&server);
|
||||
}
|
||||
|
||||
|
||||
@ -550,7 +550,7 @@ qemuBlockStorageSourceBuildHostsJSONSocketAddress(virStorageSourcePtr src,
|
||||
server = NULL;
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(servers);
|
||||
return g_steal_pointer(&servers);
|
||||
}
|
||||
|
||||
|
||||
@ -617,7 +617,7 @@ qemuBlockStorageSourceBuildHostsJSONInetSocketAddress(virStorageSourcePtr src)
|
||||
server = NULL;
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(servers);
|
||||
return g_steal_pointer(&servers);
|
||||
}
|
||||
|
||||
|
||||
@ -649,7 +649,7 @@ qemuBlockStorageSourceGetGlusterProps(virStorageSourcePtr src,
|
||||
virJSONValueObjectAdd(props, "u:debug", src->debugLevel, NULL) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(props);
|
||||
return g_steal_pointer(&props);
|
||||
}
|
||||
|
||||
|
||||
@ -989,7 +989,7 @@ qemuBlockStorageSourceGetVvfatProps(virStorageSourcePtr src,
|
||||
virJSONValueObjectAdd(ret, "b:rw", !src->readonly, NULL) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(ret);
|
||||
return g_steal_pointer(&ret);
|
||||
}
|
||||
|
||||
|
||||
@ -1162,7 +1162,7 @@ qemuBlockStorageSourceGetBackendProps(virStorageSourcePtr src,
|
||||
}
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(fileprops);
|
||||
return g_steal_pointer(&fileprops);
|
||||
}
|
||||
|
||||
|
||||
@ -1315,7 +1315,7 @@ qemuBlockStorageSourceGetBlockdevFormatCommonProps(virStorageSourcePtr src)
|
||||
if (qemuBlockStorageSourceGetBlockdevGetCacheProps(src, props) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(props);
|
||||
return g_steal_pointer(&props);
|
||||
}
|
||||
|
||||
|
||||
@ -1387,7 +1387,7 @@ qemuBlockStorageSourceGetBlockdevFormatProps(virStorageSourcePtr src)
|
||||
virJSONValueObjectAdd(props, "s:driver", driver, NULL) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(props);
|
||||
return g_steal_pointer(&props);
|
||||
}
|
||||
|
||||
|
||||
@ -1435,7 +1435,7 @@ qemuBlockStorageSourceGetBlockdevProps(virStorageSourcePtr src,
|
||||
}
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(props);
|
||||
return g_steal_pointer(&props);
|
||||
}
|
||||
|
||||
|
||||
@ -1496,7 +1496,7 @@ qemuBlockStorageSourceAttachPrepareBlockdev(virStorageSourcePtr src,
|
||||
data->storageNodeName = src->nodestorage;
|
||||
data->formatNodeName = src->nodeformat;
|
||||
|
||||
VIR_RETURN_PTR(data);
|
||||
return g_steal_pointer(&data);
|
||||
}
|
||||
|
||||
|
||||
@ -1753,7 +1753,7 @@ qemuBlockStorageSourceChainDetachPrepareBlockdev(virStorageSourcePtr src)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(data);
|
||||
return g_steal_pointer(&data);
|
||||
}
|
||||
|
||||
|
||||
@ -1781,7 +1781,7 @@ qemuBlockStorageSourceChainDetachPrepareDrive(virStorageSourcePtr src,
|
||||
if (VIR_APPEND_ELEMENT(data->srcdata, data->nsrcdata, backend) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(data);
|
||||
return g_steal_pointer(&data);
|
||||
}
|
||||
|
||||
|
||||
|
@ -118,7 +118,7 @@ qemuBlockJobDataNew(qemuBlockJobType type,
|
||||
job->newstate = -1;
|
||||
job->type = type;
|
||||
|
||||
VIR_RETURN_PTR(job);
|
||||
return g_steal_pointer(&job);
|
||||
}
|
||||
|
||||
|
||||
@ -214,7 +214,7 @@ qemuBlockJobDiskNew(virDomainObjPtr vm,
|
||||
if (qemuBlockJobRegister(job, vm, disk, true) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(job);
|
||||
return g_steal_pointer(&job);
|
||||
}
|
||||
|
||||
|
||||
@ -243,7 +243,7 @@ qemuBlockJobDiskNewPull(virDomainObjPtr vm,
|
||||
if (qemuBlockJobRegister(job, vm, disk, true) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(job);
|
||||
return g_steal_pointer(&job);
|
||||
}
|
||||
|
||||
|
||||
@ -280,7 +280,7 @@ qemuBlockJobDiskNewCommit(virDomainObjPtr vm,
|
||||
if (qemuBlockJobRegister(job, vm, disk, true) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(job);
|
||||
return g_steal_pointer(&job);
|
||||
}
|
||||
|
||||
|
||||
@ -311,7 +311,7 @@ qemuBlockJobNewCreate(virDomainObjPtr vm,
|
||||
if (qemuBlockJobRegister(job, vm, NULL, true) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(job);
|
||||
return g_steal_pointer(&job);
|
||||
}
|
||||
|
||||
|
||||
@ -345,7 +345,7 @@ qemuBlockJobDiskNewCopy(virDomainObjPtr vm,
|
||||
if (qemuBlockJobRegister(job, vm, disk, true) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(job);
|
||||
return g_steal_pointer(&job);
|
||||
}
|
||||
|
||||
|
||||
|
@ -10535,7 +10535,7 @@ qemuBuildCommandLine(virQEMUDriverPtr driver,
|
||||
cfg->logTimestamp)
|
||||
virCommandAddArgList(cmd, "-msg", "timestamp=on", NULL);
|
||||
|
||||
VIR_RETURN_PTR(cmd);
|
||||
return g_steal_pointer(&cmd);
|
||||
}
|
||||
|
||||
|
||||
@ -10724,7 +10724,7 @@ qemuBuildHotpluggableCPUProps(const virDomainVcpuDef *vcpu)
|
||||
virJSONValueObjectPrependString(ret, "driver", vcpupriv->type) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(ret);
|
||||
return g_steal_pointer(&ret);
|
||||
}
|
||||
|
||||
|
||||
@ -10824,7 +10824,7 @@ qemuBuildStorageSourceChainAttachPrepareDrive(virDomainDiskDefPtr disk,
|
||||
if (VIR_APPEND_ELEMENT(data->srcdata, data->nsrcdata, elem) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(data);
|
||||
return g_steal_pointer(&data);
|
||||
}
|
||||
|
||||
|
||||
@ -10874,7 +10874,7 @@ qemuBuildStorageSourceChainAttachPrepareBlockdev(virStorageSourcePtr top,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(data);
|
||||
return g_steal_pointer(&data);
|
||||
}
|
||||
|
||||
|
||||
@ -10901,5 +10901,5 @@ qemuBuildStorageSourceChainAttachPrepareBlockdevTop(virStorageSourcePtr top,
|
||||
qemuCaps) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(data);
|
||||
return g_steal_pointer(&data);
|
||||
}
|
||||
|
@ -302,7 +302,7 @@ virQEMUDriverConfigPtr virQEMUDriverConfigNew(bool privileged)
|
||||
&cfg->nfirmwares) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(cfg);
|
||||
return g_steal_pointer(&cfg);
|
||||
}
|
||||
|
||||
|
||||
@ -1292,7 +1292,7 @@ virCapsPtr virQEMUDriverCreateCapabilities(virQEMUDriverPtr driver)
|
||||
"DOI \"%s\"", model, doi);
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(caps);
|
||||
return g_steal_pointer(&caps);
|
||||
}
|
||||
|
||||
|
||||
@ -1411,7 +1411,7 @@ virQEMUDriverGetDomainCapabilities(virQEMUDriverPtr driver,
|
||||
}
|
||||
|
||||
virObjectRef(domCaps);
|
||||
VIR_RETURN_PTR(domCaps);
|
||||
return g_steal_pointer(&domCaps);
|
||||
}
|
||||
|
||||
|
||||
|
@ -48,7 +48,7 @@ qemuDBusVMStateNew(const char *id, const char *addr)
|
||||
if (VIR_STRDUP(self->addr, addr) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(self);
|
||||
return g_steal_pointer(&self);
|
||||
}
|
||||
|
||||
|
||||
|
@ -3039,7 +3039,7 @@ qemuDomainObjPrivateXMLParseBlockjobChain(xmlNodePtr node,
|
||||
if (virDomainDiskBackingStoreParse(ctxt, src, xmlflags, xmlopt) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(src);
|
||||
return g_steal_pointer(&src);
|
||||
}
|
||||
|
||||
|
||||
|
@ -662,7 +662,7 @@ qemuInterfacePrepareSlirp(virQEMUDriverPtr driver,
|
||||
return NULL;
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(slirp);
|
||||
return g_steal_pointer(&slirp);
|
||||
}
|
||||
|
||||
|
||||
|
@ -2568,7 +2568,7 @@ qemuMonitorJSONBlockStatsCollectData(virJSONValuePtr dev,
|
||||
bstats->wr_highest_offset_valid = true;
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(bstats);
|
||||
return g_steal_pointer(&bstats);
|
||||
}
|
||||
|
||||
|
||||
|
@ -512,5 +512,5 @@ virQEMUQAPISchemaConvert(virJSONValuePtr schemareply)
|
||||
schema) < 0)
|
||||
return NULL;
|
||||
|
||||
VIR_RETURN_PTR(schema);
|
||||
return g_steal_pointer(&schema);
|
||||
}
|
||||
|
@ -90,7 +90,7 @@ qemuSlirpNew(void)
|
||||
slirp->pid = (pid_t)-1;
|
||||
slirp->fd[0] = slirp->fd[1] = -1;
|
||||
|
||||
VIR_RETURN_PTR(slirp);
|
||||
return g_steal_pointer(&slirp);
|
||||
}
|
||||
|
||||
|
||||
@ -141,7 +141,7 @@ qemuSlirpNewForHelper(const char *helper)
|
||||
qemuSlirpSetFeature(slirp, tmp);
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(slirp);
|
||||
return g_steal_pointer(&slirp);
|
||||
}
|
||||
|
||||
|
||||
|
@ -200,7 +200,7 @@ virHostdevManagerNew(void)
|
||||
umask(old_umask);
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(hostdevMgr);
|
||||
return g_steal_pointer(&hostdevMgr);
|
||||
}
|
||||
|
||||
virHostdevManagerPtr
|
||||
@ -285,7 +285,7 @@ virHostdevGetPCIHostDeviceList(virDomainHostdevDefPtr *hostdevs, int nhostdevs)
|
||||
pci = NULL;
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(pcidevs);
|
||||
return g_steal_pointer(&pcidevs);
|
||||
}
|
||||
|
||||
static int
|
||||
|
@ -1419,7 +1419,7 @@ virPCIDeviceNew(unsigned int domain,
|
||||
|
||||
VIR_DEBUG("%s %s: initialized", dev->id, dev->name);
|
||||
|
||||
VIR_RETURN_PTR(dev);
|
||||
return g_steal_pointer(&dev);
|
||||
}
|
||||
|
||||
|
||||
|
@ -126,5 +126,5 @@ virshCommaStringListComplete(const char *input,
|
||||
nret++;
|
||||
}
|
||||
|
||||
VIR_RETURN_PTR(ret);
|
||||
return g_steal_pointer(&ret);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user